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...> - 2013-03-11 19:19:51
|
2013-03-11 21:15 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letobmcl.prg * source/server/letofunc.c * source/server/server.prg * Readme.txt * readme_rus.txt ! fixed dbClearFilter() for bitmap filters. + added new options in letodb.ini: "ForceOpt = 0/1", 0 by default This options is setting for Set( _SET_FORCEOPT, <lOnOff> ) call, and used in bitmap filters for "SET FILTER TO <filter>" command. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-03-10 08:26:25
|
2013-03-10 10:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * version number increased (2.12) * source/client/letomgmn.c * using connection for current workarea in leto_UDF function * include/srvleto.h + source/client/letobmcl.prg + source/common/letoserv.prg + source/server/letobm.prg * source/server/letofunc.c * source/server/server.prg * letodb.hbp * rddleto.hbp * makefile.bc * Readme.txt * readme_rus.txt + added support of the driver BMDBFCDX/BMDBFNTX. In this case, the basic rdd letodb server will be used instead DBFCDX/DBFNTX driver BMDBFCDX/BMDBFNTX, and supported the same functionality BMDBF*. To build on this mode, in build scripts (letodb.hbp, rddleto.hbp for hbmk2 and makefile.* for other compilers) it's need to set a macro __BM. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-03-08 17:06:33
|
2013-03-08 19:05 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c + added DBOI_BAGCOUNT, DBOI_BAGNUMBER, DBOI_BAGORDER support Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-03-02 18:46:34
|
2012-03-02 20:45 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * include/rddleto.сh * include/rddleto.h * include/funcleto.h * source/client/leto1.c * source/client/letomgmn.c * source/server/letofunc.c * source/server/server.prg * Readme.txt * readme_rus.txt * version number increased (2.11) * added header info for user log file + added new options in letodb.ini: "Memo_Type = fpt/dbt" + added support for RDDI_MEMOTYPE and changed RDDI_MEMOEXT Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-01-31 17:37:53
|
2013-01-31 19:35 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * rddleto.hbp * removed -nohbc option for building with Harbour SVN Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-01-24 16:21:01
|
2013-01-24 18:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/leto_2.c * source/server/letofunc.c * source/server/server.prg * hs_initSet() function converted to C level Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-01-15 17:49:32
|
2013-01-15 19:45 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * tests/letoudf.prg * added dbCommit() to UDF_Trans function * changed format of retuned array in UDF_OpenTables function: added path of opened files. Incompatible. * source/client/leto1.c * changed letoOpen() function for UDF_OpenTables format Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2013-01-04 17:29:28
|
2013-01-04 18:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * tests/letoudf.prg + added init function named "UDF_Init" in letoudf.prg. This function called immediately after loading letoudf.hrb, if exist * source/client/leto1.c * removed writelog in letoOpen function * include/funcleto.h * include/rddleto.h * LETO_FLG_* macros moved from rddleto.h to funcleto.h added some HB_* macros for xHarbour * source/server/letofunc.c * using macros HB_* in leto_ParseFilter function * Changelog ! typos Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-12-24 16:34:30
|
2012-12-24 18:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * missing file for previos commit * tests/letoudf.prg * removed unused lSetDel var Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-12-22 15:58:22
|
2012-12-22 18:00 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/server.prg + added leto_dbEval() function * while( TRUE ) replaced with for( ;; ) * source/client/leto1.c + added leto_ParseRecords function * while( TRUE ) replaced with for( ;; ) * tests/letoudf.prg + added UDF_dbEval() function Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-12-20 17:47:10
|
2012-12-20 19:45 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c % changes in seek buffer evaluation, if RDDI_REFRESHCOUNT flag is cleared. If key isn't found, it's still stored to the buffer in order to avoid next search of nonexistent key. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-12-19 16:31:26
|
2012-12-19 18:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.сh * include/rddleto.h * source/client/leto1.c * Readme.txt * readme_rus.txt + added dbInfo( DBI_BUFREFRESHTIME[, nNewVal]) command. This command used for setting new value for area skip and seek buffers refresh time in 0.01 sec. If -1: connection setting used. If 0: - buffers are used anyway. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-12-18 17:46:39
|
2012-12-18 19:45 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.h * source/client/leto1.c * source/client/letomgmn.c * Readme.txt * readme_rus.txt + added 5th parameter for leto_Connect(): nBufRefreshTime. nBufRefreshTime defines the time interval in 0.01 sec for skip and seek buffers, 100 (1 sec) by default Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-12-11 16:52:16
|
2012-12-11 18:10 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * change for compilation under Watcom C and MSVC (please test) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-11-30 16:15:09
|
2012-11-30 18:15 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/server/letofunc.c + added support for ordBagClear() * include/funcleto.h * updated version (2.10) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-11-27 16:54:42
|
2012-11-27 18:10 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * utils/manager/manage.prg * warnings + utils/manager/console.hbp + utils/manager/manage.hbp + hbmk2 files Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-11-23 16:12:30
|
2012-11-23 18:10 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letomgmn.c * added removal ip from path in the 2nd parameter of leto_FRename() Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-11-22 16:27:19
|
2012-11-22 18:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/server/letofunc.c * using set scope in leto_Sum() and leto_groupBy() functions * added filling recno after commit transaction for appended records. protocol has been changed, but older versions can evaluated commit transaction % SELF_RECID() call replaced with SELF_RECNO() * include/funcleto.h * updated version (2.09) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-11-12 17:21:55
|
2012-11-12 19:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * removed unused cValToChar() function, FilePath() and GetExten() functions replaced with hb_FNameDir() and hb_FNameExt() * source/server/letofunc.c * added error handling in leto_Udf() * tests/letoudf.prg * added error handling in UDF_Trans() function Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-10-18 16:30:24
|
2012-10-18 18:05 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.h * source/client/leto1.c * source/client/letomgmn.c * crypt buffer moved to LETOCONNECTION structure * added "s_" prefix to static variables * added leto_checkLockError() function + support for RDDI_CONNECTION ! fixed leto_SetCurrentConnection() * source/server/letofunc.c * formatting Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-09-24 17:46:17
|
2012-09-24 18:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c ! small fix in letoSort() and letoTrans() Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-09-22 12:57:57
|
2012-09-22 12:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/server.prg * letoMemoInfo function converted to C level Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-09-21 20:09:36
|
2012-09-21 20:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.h * include/srvleto.h * source/server/letofunc.c * source/server/server.prg * source/client/leto1.c + added support for dbInfo( DBI_LASTUPDATE ) Protocol for "open" command has been changed, but older client version can work with new server, and on the contrary. * include/funcleto.h * updated version (2.08) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-09-20 14:59:07
|
2012-09-20 18:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letomgmn.c * small fix in letoOpenConnection() * if connection string for leto_Connect() function has data path, this path is set for leto_Path() function * extended syntax for functions: leto_getServerVersion( <lType>, <cAddress|nConnection> ) - added optional second parameter: connection number or connection string leto_Path( <cPath>, <cConnString|nConnection> ) - added second parameter * Readme.txt * readme_rus.txt * updated Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-09-16 08:56:54
|
2012-09-16 09:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * changes in hs_openindex function if DataPath parameter is empty. Thanks to Marcio A. Fornari Best regards, Pavel Tsarenko |