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: Pavel T. <tp...@ma...> - 2014-03-08 09:25:51
|
2014-03-08 11:25 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/letocl.h * source/client/leto1.c * small changes for implementation of RDDI_BUFKEYCOUNT and RDDI_BUFKEYNO Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2014-03-07 17:17:00
|
2014-03-07 19:10 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * missing file for the previos commit Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2014-03-06 16:15:27
|
2014-03-06 18:15 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * version number increased (2.13) * include/srvleto.h + added last datetime read and write fields into AREASTRU and TABLESTRU + added bBufKeyNo and bBufKeyCount fields into USERSTRU * include/rddleto.ch + added RDDI_BUFKEYNO and RDDI_BUFKEYCOUNT commands * includeletocl.h + added ulKeyNo and ulKeyCount fields into LETOTAGINFO structure + added LetoSet() declaration * source/server/letofunc.c * source/client/leto1.c * source/client/letocl.c * source/client/letomgmn.c * readme_rus.txt * readme_pt_br.txt * changed protocol for lock commands: if the table is modified by another user after reading the record, together with the result of the lock passed the changed record. + added RDDI_BUFKEYCOUNT and RDDI_BUFKEYNO commands, for buffering ordKeyCount() and ordKeyNo() calls. Protocol for record data has been changed: added KeyCount and KeyNo values. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2014-02-28 16:11:19
|
2014-02-28 18:10 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! memory leak * source/client/letocl.c * warnings Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2014-02-27 15:53:16
|
2014-02-27 17:55 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/letocl.c ! fixed memory leak Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2014-02-26 08:46:21
|
2014-02-26 12:45 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * source/client/leto1.c ! letoTrans() was fixed to work correctly with an old sever version Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2014-02-25 15:57:29
|
2014-02-25 18:00 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * changed letoOrderListAdd behavior: new controlling order is set, only if there was no one. * source/server/letofunc.c * changed leto_ExprGetType() function, if hb_macroGetType() cannot determine a type of expression Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2014-02-24 16:02:11
|
2014-02-24 18:00 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * added leto_SetUserEnv() into leto_filef() function, for correct codepage translation of filenames. Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2014-02-04 08:29:10
|
2014-02-04 12:28 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * source/client/leto1.c ! Bugs fixed in letoClose() and letoOpen() * readme_rus.txt * readme_pt_br.txt * Readme.txt * doc files updated + bin/letodb.ini + sample ini file has been added, provided by dmajkic Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2014-01-23 11:42:43
|
2014-01-23 15:08 UTC+0300 Alexander Kresin (alex/at/belacy.ru) + tests/php + tests/php/testleto1.php + test added for php client module Regards, Alexander |
From: Alexander S.K. <al...@be...> - 2014-01-22 07:18:13
|
2014-01-22 11:18 UTC+0300 Alexander Kresin (alex/at/belacy.ru) + source/phpclient + source/phpclient/letocl.php + Added initial code for php client module Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2014-01-16 06:48:19
|
Hello, I've added a phpBB based forum LetoDB - General on Sourceforge. https://sourceforge.net/apps/phpbb/letodb/index.php Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2014-01-15 10:58:43
|
2014-01-15 15:00 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * source/client/leto1.c ! Bug fixed in letoSetFilter() Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2014-01-15 07:11:04
|
2014-01-15 11:10 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * source/client/leto1.c ! Bug fixed in letoClose() Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2014-01-14 12:16:17
|
2014-01-14 16:15 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * source/client/leto1.c * source/client/letocl.c ! Bug in seeking fixed ( reported by Itamar M. Lins Jr.) * tests/c_lang/test_dbf.c * The call of LetoDbSeek() changed Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2014-01-09 18:37:30
|
2014-01-09 20:35 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/letocl.h * source/client/leto1.c * source/client/letocl.c * removed bAutOpen parameter from LetoDBOpenTable() function, and added LetoSetAutOpen() function Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2014-01-08 16:45:11
|
2014-01-08 18:45 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/letocl.h * source/client/leto1.c * source/client/letocl.c * added parameter bAutOpen into LetoDBOpenTable() function * small fix in LetoDBGetField() + prg-level hb_IPErrorCode() function added Best regards, Pavel Tsarenko |
From: Alex <al...@be...> - 2014-01-05 12:31:42
|
2014-01-05 16:30 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * source/client/leto1.c * source/client/letocl.c * New functions added: LetoDbPack(), LetoDbReindex(), LetoDbZap() Regards, Alexander. ________________________________________________ |
From: Alex <al...@be...> - 2014-01-04 14:51:42
|
2014-01-04 18:50 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * source/client/letocl.c * HB_EXPORT has been added to exported functions + letodyn.hbp + hbp file to build dynamic library letocl.dll ( or .so ) Regards, Alexander. ________________________________________________ |
From: Alex <al...@be...> - 2014-01-04 06:05:24
|
2014-01-04 10:05 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * source/client/leto1.c * source/client/letocl.c * LetoSeek() is renamed to LetoDbSeek(), LetoDbGetField(): the forth parameter ( the pointer to length ) can be NULL now, some cleanup * tests/c_lang/test_dbf.c * test extended Regards, Alexander. ________________________________________________ |
From: Alex <al...@be...> - 2014-01-03 17:03:38
|
2014-01-03 17:32 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * include/rddleto.h * source/client/leto1.c * source/client/letocl.c * New functions added: LetoSeek(), LetoDbClearFilter(), LetoDbSetFilter(), LetoDbCommit(), LetoDbIsRecLocked(), LetoDbRecLock(), LetoDbRecUnLock(), LetoDbFileLock(), LetoDbFileUnLock(). Few LETOAREA items: pLocksPos, ulLocksMax, ulLocksAlloc, fFLocked are moved to LETOTABLE. Regards, Alexander. ________________________________________________ |
From: Pavel T. <tp...@ma...> - 2014-01-01 15:25:51
|
2014-01-01 17:25 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letocl.c * source/client/letomgmn.c * warnings * include/funcleto.h - removed LETO_FHANDLE Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2013-12-30 07:41:42
|
2013-12-30 11:42 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * tests/c_lang/test_dbf.c * test extended 2013-12-30 10:56 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * source/client/letocl.c ! Few warnings fixed. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-30 06:24:14
|
2013-12-30 10:22 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * include/rddleto.h * source/client/leto1.c * source/client/letocl.c * LetoDbOrderCreate() added, LETOTAGINFO moved from rddleto.h to letocl.h and changed - a part of it, which contains PHB_ITEMs, is placed in rddleto.h as LETOTAGEXTRAINFO. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2013-12-27 11:24:51
|
2013-12-27 15:20 UTC+0300 Alexander Kresin (alex/at/belacy.ru) * include/letocl.h * source/client/leto1.c * source/client/letocl.c * New functions added: LetoDbPutField() and LetoDbAppend() It's possible now to add data to dbf tables with the C client. * tests/c_lang/test_dbf.c * test extended with append record to dbf Regards, Alexander. |