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...> - 2011-04-13 17:43:49
|
2011-04-13 20:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letovars.c ! fixed typo * warnings * source/server/letofunc.c * source/client/letomgmn.c * Readme.txt * readme_rus.txt * warnings + added LETO_MAKEDIR( cDirName ) function Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-04-12 22:17:25
|
2011-04-13 01:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letovars.c * Readme.txt * readme_rus.txt * added 3rd parameter of LETO_VARGETLIST function to return variable values Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-04-12 15:58:08
|
2011-04-12 19:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letovars.c ! fixed copmilation for Harbour * added check rights for new functions Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-04-10 18:19:45
|
2011-04-10 21:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letovars.c * Readme.txt * readme_rus.txt + added server-side function LETO_VARGETLIST( nUserStru, [cGroupName] ) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-04-10 07:35:47
|
2011-04-10 10:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letovars.c * Readme.txt * readme_rus.txt + added server-side functions to support shared variables on the server LETO_VARSET( nUserStru, cGroupName, cVarName, xValue[, nFlags ) --> lSuccess LETO_VARGET( nUserStru, cGroupName, cVarName ) --> xValue LETO_VARINCR( nUserStru, cGroupName, cVarName ) --> nValue LETO_VARDECR( nUserStru, cGroupName, cVarName ) --> nValue LETO_VARDEL( nUserStru, cGroupName, cVarName ) --> lSuccess These functions can be run from the client by function leto_udf, and also from the functions defined in a file letoudf.hrb. The first parameter such function always nUserStru Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-04-09 07:36:34
|
2011-04-09 10:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Changelog ! date in last entry * source/server/letovars.c ! fixed leto_varGet for absent var Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-03-01 17:29:36
|
2011-02-23 18:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/client/leto1.c ! fixed leto_Commit() Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-02-23 16:03:42
|
2011-02-23 18:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/srvleto.h * source/server/letoacc.c * source/server/letofunc.c * source/server/letovars.c * uiAnswerSent, pBufCrypt and ulBufCryptLen moved from statics to USERSTRU It's need for further multithread support Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-02-23 15:23:48
|
2011-02-23 17:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/server.prg * "dboi" command has been converted to C level, and commented unused DBOI_* parameters Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-02-21 19:36:05
|
2011-02-21 21:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letomgmn.c * source/server/letofunc.c * added encryption for Leto_Memoread(), if CRYPT_TRAFFIC=1 is set. Protocol for this function has been changed. % leto_rec optimized at the server side. Instead of memo reading from dbt/fpt file, now memo block length has been calculated Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-01-23 12:21:25
|
2010-01-23 14:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/client/leto1.c + added new function: Leto_Commit. This function can be used instead of calls dbCommit() dbUnlock() the client sends to the server 3 packages: for record updating on the server, for commit record and area unlock. Leto_Commit sends only one package for all these operations Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-12-15 18:16:08
|
2010-12-15 20:15 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed memory allocations for leto_Trans function Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-11-18 18:47:26
|
2010-11-18 20:45 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * memory leak for sort operation ! temporary hack for Harbour: gpf at hb_xfree( pTransInfo->lpTransItems ) in leto_Trans function Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-11-16 16:00:34
|
2010-11-16 18:00 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * pCurrentConn pointer is reassigned after reallocating letoCOnnPool * small change for VarField Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-11-15 18:16:20
|
2010-11-15 20:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * source/server/letofunc.c * source/client/letomgmn.c * source/client/leto1.c * include/rddleto.h + added __dbSort evaluation at the server side * added check for connection in letoTrans * removed MAX_CONNECTIONS_NUMBER limitation for connections from client * changes in LETOAREA structure: pointer pConnection replaced with connection number uiConnection, because of after reallocating connections pool memory area can be moved to other place, and direct reference can cause gpf. * added DBI_MEMOEXT, DBI_MEMOTYPE and DBI_MEMOVERSION info into create command. The server protocol has been changed. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-11-14 07:56:30
|
Hello, all I want from one client connected to many servers letodb, and restriction MAX_CONNECTIONS_NUMBER was to be removed. For this purpose it is necessary to allocate dynamically memory for letoConnPool. It's better to do by a call hb_xrealloc. But this function can move memory area to other place and then pConnection in AREASTRU will refer to not allocated memory that is bad. There is a sentence: instead of the reference in AREASTRU to store an index uiConnection in letoConnPool. BTW, the similar possible bug is in harbour/contrib/rddsql: if memory under s_pConnection is reallocated, the reference on pConnection in _SQLBASEAREA can cause gpf Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-10-13 17:21:58
|
2010-10-13 20:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * DBOI_BAGEXT changed to lower case * added "." symbol to RDDI_TABLEEXT, RDDI_MEMOEXT, RDDI_ORDBAGEXT Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-10-11 17:32:01
|
2010-10-11 20:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * if letoTrans can't evaluated by server, it's evaluated by client * tests/test_tr.prg ! fixed compilation for Harbour Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-10-09 09:54:11
|
2010-10-09 13:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/client/leto1.c + leto_SetAreaEnv() and leto_ClearAreaEnv() functions for navigation operations on server + added support for letoTrans(). The commands COPY TO / APPEND FROM (functions __dbCopy() / __dbApp()) can evaluated on the server now * tests/test_tr.prg + added sample for functions Leto_dbTrans(), Leto_dbCopy(), Leto_dbApp(). The difference of these functions from standard __dbTrans(), __dbCopy(), __dbApp() that instead of codeblocks for "for" and "while" their string representation is transferred. Best regards,Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-09-28 04:38:10
|
2010-09-28 07:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Changelog * previos entry has been changed Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-09-27 16:55:14
|
2010-09-27 19:50 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/client/letomgmn.c ! fixed leto_MemoRead() Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-09-09 07:54:48
|
2010-09-09 11:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.ch * source/client/leto1.c + added LETO_ERR_SOCKET for socket errors * source/server/server.prg * source/server/leto_2.c * source/server/letocore.c + socket errors are written to the letodb.log now Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-08-31 18:47:01
|
2010-08-31 21:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.h * source/client/leto1.c * source/server/server.prg + added DBI_MEMOEXT, DBI_MEMOTYPE and DBI_MEMOVERSION commands for dbInfo(). The server protocol for "open" command has been changed, and server and client library should be recompiled. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-08-20 15:34:35
|
2010-08-20 18:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * fixed small incompatibility in OrdKeyVal() Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-08-20 09:40:38
|
2010-08-20 13:15 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c ! letoOpen() fixed * letoOrderListAdd() - leto_ParseRec() is called if the record is returned by server for compatibility with previous server versions * source/server/letofunc.c ! hb_retcAdopt() is replaced by hb_retc_buffer() for compatibility * source/server/server.prg ! #include hbhrb.ch is removed Regards, Alexander |