You can subscribe to this list here.
2008 |
Jan
|
Feb
(5) |
Mar
(52) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(20) |
May
(19) |
Jun
(21) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(7) |
Nov
(5) |
Dec
(2) |
2010 |
Jan
(8) |
Feb
(2) |
Mar
|
Apr
(6) |
May
(5) |
Jun
(26) |
Jul
(14) |
Aug
(5) |
Sep
(3) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2011 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
(13) |
May
(10) |
Jun
(10) |
Jul
(7) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
|
2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
(8) |
Sep
(6) |
Oct
(1) |
Nov
(5) |
Dec
(6) |
2013 |
Jan
(5) |
Feb
|
Mar
(12) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(6) |
Dec
(27) |
2014 |
Jan
(13) |
Feb
(6) |
Mar
(8) |
Apr
(2) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
2015 |
Jan
(6) |
Feb
(7) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(21) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(15) |
Nov
(2) |
Dec
(4) |
From: Alexander S.K. <al...@be...> - 2013-12-27 08:52:17
|
2013-12-27 12:46 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * include/rddleto.h * source/client/leto1.c * source/client/letocl.c * source/client/letomgmn.c * Few items noved from LETOAREAP to LETOTABLE structure, new function LetoDbPutRecord() added, few functions renamed: LetoIsFileExist() --> LetoFileExist(), LetoMakeDir() --> LetoDirMake(), LetoDbOpen() --> LetoDbOpenTable(), LetoDbClose() --> LetoDbCloseTable() LetoDbCreate() --> LetoDbCreateTable() Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-26 12:28:08
|
2013-12-26 16:27 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * include/funcleto.h * include/rddleto.h * source/client/leto1.c * source/client/letocl.c * source/client/letomgmn.c * Few other function added to the C Client: LetoDbGoTo(), LetoDbGoTop(), LetoDbGoBottom(), LetoDbSkip() and appropriate RDD methods are reimplemented, using them * source/common/common_c.c * source/server/letofunc.c * leto_millisec() is moved from letofunc.c to common_c.c Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-25 11:36:16
|
The al...@be... will be closed, use the al...@be..., al...@kr... or alk...@ya... instead. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-25 10:11:59
|
2013-12-25 14:05 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * source/client/leto1.c * source/client/letocl.c * New functions added to the C Client: LetoDbGetField(), LetoDbRecCount(), LetoDbFieldCount(), LetoDbFieldName(), LetoDbFieldType(), LetoDbFieldLen(), LetoDbFieldDec() * tests/c_lang/test_var.c ! Bug fixed + tests/c_lang/test_dbf.c + C client test of dbf functions added. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-25 07:42:14
|
2013-12-25 11:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * tests/c_lang/test1.c * Added possibility to pass addess and port as parameters + tests/c_lang/test_var.c + C client test of var functions added. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-25 05:48:49
|
2013-12-25 09:48 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/letocl.c ! Bug fixed in leto_recv() Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-25 05:42:12
|
2013-12-25 09:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * include/funcleto.h * include/rddleto.h * source/client/leto1.c * source/client/letocl.c * source/client/letomgmn.c * Open/Create/Close dbfs is implemented via the C client. To do this new structure LETOTABLE is created, it is the main dbf table structure for the C client. Few items from LETOAREA are moved to the LETOTABLE, pointer to the LETOTABLE ( pTable ) is added to the LETOAREA. Few items from the base AREA are copied to the LETOTABLE ( fBof, fEof, fFound ), because they are needed for the C client, but it haven't access to the AREA. * tests/test_dbf.prg * test is extended a bit. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-24 06:50:47
|
2013-12-24 10:15 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * source/client/letocl.c * source/client/letomgmn.c * third parameter ( length ) added added to LetoMemoRead. * tests/test_dbf.prg * Structure checking added Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-23 08:40:41
|
2013-12-23 11:43 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) + tests/test_dbf.prg + Added test of dbf handling * tests/test_ta.prg * tests/test_var.prg * tests/test_file.prg * Small changes Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2013-12-20 19:25:11
|
2013-12-20 21:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/letocl.c * warnings in LetoConnectionNew() and LetoFileSize() functions * source/client/leto1.c * reverted leto_writelog() function Best regards, Pavel Tsarenko |
From: Alex <al...@be...> - 2013-12-19 10:57:42
|
2013-12-19 14:58 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * source/client/letocl.c * source/client/leto1.c * source/client/letomgmn.c * All file functions are implemented via the C client layer. * tests/test_file.prg * tests/test_var.prg * tests enhanced Regards, Alexander. ________________________________________________ |
From: Pavel T. <tp...@ma...> - 2013-12-18 16:06:04
|
2013-12-18 18:05 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * leto_writelog() function is simplified * source/client/letomgmn.c * warning * source/common/hbip.c - removed hb_itemGetWriteCL() function * source/server/letoacc.c * source/server/letofunc.c * LETO_FHANDLE replaced with HB_FHANDLE Best regards, Pavel Tsarenko |
From: Alex <al...@be...> - 2013-12-16 05:54:26
|
2013-12-16 09:55 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * source/client/letocl.c * source/client/leto1.c * source/client/letomgmn.c * leto_var... and part of file functions are implemented via C client layer. + tests/test_file.prg + test added for file functions Regards, Alexander. ________________________________________________ |
From: Pavel T. <tp...@ma...> - 2013-12-15 07:23:20
|
2013-12-15 09:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/srvleto.h * source/server/errint.c * source/server/leto_2.c * source/server/letoacc.c * source/server/letocore.c * source/server/letofunc.c * source/server/letovars.c * source/server/server.prg * __XHARBOUR__ and related code has been removed Best regards, Pavel Tsarenko |
From: Alex <al...@be...> - 2013-12-13 16:42:28
|
2013-12-13 20:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) + source/client/letocl.c + added pure C leto client layer. Together with common_c.c, hbip.c and blowfish.c it will be linked to leto.lib - the client library for letodb. It doesn't contain Harbour related code and can be used in applications, written on different languages. * include/letocl.h * include/funcleto.h * source/client/leto1.c * source/client/letomgmn.c * changes to support new leto client layer * source/common/hbip.c * removed Harbour related code to make it possible to use it with leto.lib * makefile.bc * makefile.vc * makefile.gcc * Makefile.linux * Makefile.linux * makefiles changed to build leto.lib + leto.hbp + hbp file to build leto.lib + tests/bld.bat + added bat file to build prg tests + tests/c_lang + tests/c_lang/bldc.bat + tests/c_lang/test1.c + tests for leto.lib * utils/manager/console.prg * utils/manager/manage.prg * utils/backup/letobackup.prg * removed hb_ipinit() calls ________________________________________________ |
From: Alex <al...@be...> - 2013-12-11 09:11:32
|
2013-12-11 13:08 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c * Connection closing logic simplified. Regards, Alexander. ________________________________________________ |
From: Alexander S.K. <al...@be...> - 2013-12-09 10:26:59
|
2013-12-09 14:25 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/common/common_c.c ! temporary fix * makefile.bc * makefile.gcc * Makefile.linux * Makefile.linux * rddleto.hbp * net.c has been removed from makefiles Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-09 10:09:13
|
2013-12-09 14:06 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) + include/letocl.h * include/rddleto.h * New header file added with LETOCONNNECTION declaration, moved from rddleto.h. This is done to separate declarations, which doesn't relates to rdd directly for future separate C only connection layer. * source/common/blowfish.c * removed redundant #include "hbapi.h", the standard C <string.h> is used instead. - source/common/net.c - the leto_netname() function is simplified a bit and moved to leto1.c, where it is used. * source/common/common_c.c * few unused functions has been removed * source/client/leto1.c * leto_netname() function added. Regards, Alexander. |
From: Alex <al...@be...> - 2013-12-06 15:42:18
|
2013-12-06 19:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/rddleto.h * include/funcleto.h * source/client/leto1.c * source/server/letofunc.c * source/server/leto_2.c * source/server/letocore.c * HARBOUR_VER_AFTER_101 and HARBOUR_VER_BEFORE_100 abd related code has been removed ! Few warnings fixed Regards, Alexander. ________________________________________________ |
From: Alexander S.K. <al...@be...> - 2013-12-06 09:43:39
|
2013-12-06 13:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c * source/server/letofunc.c * Second parameter ( length of a string ) has been added to leto_writelog(). * source/server/leto_2.c * source/server/letocore.c * The calls of leto_writelog() are changed * source/server/letovars.c * Some cleanup * source/client/letomgmn.c * The calls of leto_writelog() are changed * source/common/common_c.c * The call of leto_writelog() is changed Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-05 12:40:12
|
2013-12-05 16:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c * source/server/leto_2.c * source/server/letocore.c * source/server/errorsys.prg * \r\n inserted to log strings Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-05 12:14:07
|
2013-12-05 16:10 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/rddleto.h * include/funcleto.h * source/client/leto1.c * source/client/letomgmn.c * Changes, which allows the client app to work with both old (0.95) and current (2.12) server leto_writelog() function is changed. * source/common/common_c.c * The call of leto_writelog() is changed * source/server/letofunc.c * leto_writelog() function is changed. * source/server/leto_2.c * source/server/letocore.c * The calls of leto_writelog() are changed Please, check, if it still works normally with the current server. I've checked only some basic functionality, because my production servers are still 0.95. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-04 09:36:22
|
2013-12-04 13:35 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c * LETO_TRANSACT_BUF_OFFSET constant added. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-03 09:53:24
|
2013-12-3 13:55 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * utils/manager/manage.prg ! Small fix Regards, Alexander |
From: Alex <al...@be...> - 2013-11-30 11:53:40
|
2013-11-30 15:48 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c * source/client/letomgmn.c * Some, which are not RDD methods, functions are renamed: letoAddRecLock => leto_AddRecLock letoAddScopeExp => leto_AddScopeExp letocheckserverver => leto_CheckServerVer letoClearUpd => leto_ClearUpd letoDecryptText => leto_DecryptText letoFreeTag => leto_FreeTag letoGetMemoValue => leto_GetMemoValue letoGotoEof => leto_GotoEof letoIsBinaryField => leto_IsBinaryField letoIsRecLocked => leto_IsRecLocked letoKeyToStr => leto_KeyToStr letoKeyEval => leto_KeyEval letoMemoType => leto_MemoType letoOpenConnection => leto_OpenConnection letoPutMemoValue => leto_PutMemoValue letoPutTransInfo => leto_PutTransInfo letoReadMemoInfo => leto_ReadMemoInfo letoRegisterRDD => leto_RegisterRDD letoremoveipfrompath => leto_RemoveIpFromPath letoSetBlankRecord => leto_SetBlankRecord letoSkipEval => leto_SkipEval letoUnLockRec => leto_UnLockRec letoUpdArea => leto_UpdArea So, only RDD methods haven't '_' after 'leto' prefix. Following this rule, it is more easy to understand the sources. ! Two warnings fixed * Makefile.linux ! Some fixes ________________________________________________ |