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...> - 2012-09-03 12:35:18
|
2012-09-03 15:35 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c removed restriction for filenames if DataPath parameter is empty Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-28 18:18:17
|
2012-08-28 20:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * tests/letoudf.prg * small enhancement in UDF_TransRec() function * makefile.bc * makefile.gcc * makefile.vc * Makefile.linux * updated Best regards, pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-23 16:08:43
|
2012-08-23 19:05 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) + source/server/letolist.c * letodb.hbp + added module with implementation of singly-linked lists, and sorted singly-linked lists * include/srvleto.h * source/server/leto_2.c * source/server/letofunc.c * source/server/server.prg * using singly-linked lists for lists of locked records, indexes and areas instead of reallocated arrays, that isn't mt-safe * leto_Index function converted to C level (leto_IndexesInfo) * include/funcleto.h * updated version (2.07) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-20 16:19:32
|
2012-08-20 19:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * added leto_PutRec() call in leto_Sum and leto_GroupBy functions, if area is updated Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-18 05:52:37
|
2012-08-17 18:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.h * source/client/leto1.c * source/client/letomgmn.c * source/server/letofunc.c % leto_SetSkipBuffer optimized: this function don't send request to server immediately. Protocol for "skip" command has been changed, but older client version can work with new server, and on the contrary. * include/funcleto.h * updated version (2.06) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-15 16:50:39
|
2012-08-15 18:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letomgmn.c * small changes * leto_CloseAll() and leto_Disconnect() functions now can accept a numeric parameter - connection number * Readme.txt * readme_rus.txt * updated Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-14 17:26:39
|
2012-08-14 20:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c + added client-side function leto_RecLockList(). This function should be called immediately after usage of server-side function leto_RecLockList(): if leto_UDF( "leto_RecLockList", aRecNo ) leto_RecLockList( aRecNo ) endif * leto_CloseAll and some other operations with workareas is called only for one connection Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-10 20:11:09
|
2012-08-10 08:05 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/server/letofunc.c * source/server/server.prg * tests/letoudf.prg + added UDF_OpenTables() function for opening several tables by one request. See sample of usage in the letoudf.prg module + added server-side function leto_RecLockList() for locking records in <aRecNo> array. * Readme.txt * readme_rus.txt * updated Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-08-04 20:14:06
|
2012-08-04 18:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/client/letomgmn.c * added check for current workarea ! small fix in letoOrderCreate * source/server/server.prg * small changes Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-07-04 16:40:03
|
2012-07-04 18:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * added buffers flush in leto_CommitTransaction() for all workareas in transaction Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-07-02 15:32:20
|
2012-07-02 18:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * updated for using client library from COM server + utils/olesrv/letosrv.prg + utils/olesrv/letosrv.hbp + added sample of LetoDB COM server * Readme.txt * readme_rus.txt * file functions are described Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-06-27 18:48:31
|
2012-06-27 20:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Readme.txt * readme_rus.txt * updated, thanks to Alexey Myronenko Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-06-26 15:11:23
|
2012-06-26 18:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/server/letofunc.c * source/server/server.prg ! fixed custom index support * Readme.txt * readme_rus.txt * updated Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-06-23 06:56:39
|
2012-06-22 17:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Readme.txt * readme_rus.txt * updated documentation Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-06-07 20:48:23
|
2012-06-07 19:35 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/leto_2.c * small fix for timeout value * source/server/server.prg * added diagnostic for "reload" message * tests/letoudf.prg + added UDF_Locate and UDF_Trans sample functions Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-05-22 18:05:57
|
2012-05-22 19:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed dboi command Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-05-17 19:34:11
|
2012-05-17 22:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/rddleto.h * source/client/leto1.c * source/client/letomgmn.c * source/server/leto_2.c * source/server/server.prg * Readme.txt * readme_rus.txt + added nTimeOut parameter in leto_Connect() function + added "Timeout = <nTimeOut>" option for letodb.ini file Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-04-05 16:36:37
|
2012-04-05 19:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c ! fixed leto_disconnect() if some areas are still opened. Thanks to Marcio A. Fornari for the report. % optimized dbGoto(0) if RDDI_REFRESHCOUNT flag is cleared. Instead server's request, client cleared record buffer and set eof and other flags. % small optimization for letoGetMemoValue() Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-03-24 07:09:46
|
2012-03-23 18:40 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed leto_udf function * include/funcleto.h * updated version (2.05) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-03-20 20:01:28
|
2012-03-20 18:35 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * source/client/leto1.c * source/server/leto_2.c * changed HB_LONG definition fo xHarbour * HB_MAXINT definition moved to funcleto.h Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-03-17 18:09:14
|
2012-03-17 20:00 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * include/rddleto.h * include/rddleto.ch * source/server/letofunc.c * source/client/leto1.c * source/server/leto_2.c * added DBOI_KEYNORAW support * added new flag: RDDI_REFRESHCOUNT. By default, this flag is set to true. If this flag is set, RecCount() function retrieve records count from server, if doesn't set - use last value from server. If other applications are appending records to the table, new value of records count won't be immediately received. Protocol for records data has been changed, but older client version can work with new server, and on the contrary. To clear this flag, it's need to call: RddInfo( RDDI_REFRESHCOUNT, .F.,, nConnection ) * updated version (2.04) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-03-15 19:53:18
|
2012-03-15 19:35 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * added request for some externals * tests/letoudf.prg + added UDF_FilesExist function for checking files existence at the specified path Best regards, Pavel Tsarenko |
From: Bruno L. <bru...@gm...> - 2012-03-01 17:36:32
|
Pavel , I get this error in leto server log What I am doing wrong ? 03/01/12 14:34:36: Leto DB Server has been started. Leto DB Server v.2.03 ! INIT: DataPath=/home/bruno/leto, ShareTables=0, MaxUsers=500, MaxTables=5000, CacheRecords=10 03/01/12 14:34:36: Socket error OK 03/01/12 14:34:36: Server has been closed. 03/01/12 14:34:37: Server has been closed. This is my letodb.ini Port = 2812 DataPath =/home/bruno/leto Logfile = "letodb.log" Default_Driver = CDX EnableFileFunc = 1 Bruno 2012/3/1, Pavel Tsarenko <tp...@ma...>: > 2012-03-01 18:05 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) > * source/client/leto1.c > ! fixed reading memo immediately after record's append. > * include/funcleto.h > * source/common/hbip.c > * source/common/net.c > * applied Przemek's patch for unix compilation. Many thanks to him. > * utils/backup/letobackup.prg > * some changes to support macro substitution in ini file. > > Best regards, Pavel Tsarenko > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > |
From: Pavel T. <tp...@ma...> - 2012-03-01 16:56:51
|
2012-03-01 18:05 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c ! fixed reading memo immediately after record's append. * include/funcleto.h * source/common/hbip.c * source/common/net.c * applied Przemek's patch for unix compilation. Many thanks to him. * utils/backup/letobackup.prg * some changes to support macro substitution in ini file. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-02-28 17:11:32
|
2012-02-28 18:55 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/letoacc.c * server dont't locked for user, that locked server * utils/backup/letobackup.prg + added using __dbCopy() function + utils/backup/readme.txt + utils/backup/readme_rus.txt + instructions added Best regards, Pavel Tsarenko |