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...> - 2010-08-19 15:44:08
|
2010-08-19 19:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/letocdp.ch * removed HB_CODEPAGE_HR437 codepage * source/client/leto1.c ! fixed letoAppend() for readonly mode * source/client/letomgmn.c * source/server/letofunc.c * source/server/server.prg * added parameter check in LETO_CONNECT() function + added LETO_ALIAS( nUserStru, cClientAlias ) --> cRealAlias function. This function can be used in the UDF function at the server side. + added LETO_UDF( cSeverFunc, cParam ) --> cResult function. This function is called from client application. A string <cServerFunc> contains a server connection string and name of udf function: //ip_address:port/funcname A <funcname> function should be defined on the letodb server. The first parameter of udf function is nUserStru, the second parameter (optional) - character string cParam, received from the client. Udf function can return result (character string) to client. + added support for letoudf.hrb files on the server. If letoudf.hrb file exist at the letodb/bin folder, it's loaded by server. The udf functions can be implemented in the letoudf.hrb file. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-08-13 16:44:59
|
2010-08-13 19:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/letomgmn.c * source/server/letoacc.c * source/server/letofunc.c * source/server/server.prg + include/letocdp.ch * Readme.txt * readme_rus.txt * SkipBuf value is limited only for non shared server mode + LETO_MEMOREAD function has been implemented * after OrdListAdd() operation the current record in moved to first record on current (first) index. The server protocol has been changed. * codepages request is moved to separate file letocdp.ch. If __HB_EXT_CDP__ define is declared, standart harbour hbextcdp.ch is used. Best regards, ,Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-07-17 16:58:56
|
2010-07-17 20:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * source/server/letofunc.c ! fixed compilation for xHarbour Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-07-15 19:43:32
|
2010-07-15 22:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h ! fixed compilation for xHarbour Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-07-13 18:17:34
|
2010-07-13 21:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * removed codepage translation for blob field types Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-07-13 10:12:46
|
2010-07-13 14:15 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c * source/server/server.prg * Added support of 'ADDITIVE" to index creation Regards, Alexander |
From: Pavel T. <tp...@ma...> - 2010-07-12 20:02:19
|
2010-07-12 23:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h ! fixed compilation for Harbour Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-07-12 16:12:04
|
2010-07-12 19:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * source/client/leto1.c * source/server/letofunc.c + added support for HB_FT_BLOB, HB_FT_PICTURE and HB_FT_OLE field types Best regards, Pavel Tsarenko |
From: Alex <al...@be...> - 2010-07-09 17:02:03
|
2010-07-09 21:00 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c ! Bug fixed in letoOrderCreate(), which caused application or server crash. Regards, Alexander. ________________________________________________ |
From: Pavel T. <tp...@ma...> - 2010-07-09 16:12:58
|
2010-07-07 20:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/server.prg * formatting * added control SkipBuf value to RecCount limit * changed format in leto_Sum Best regards, Pavel Tsarenko |
From: Alex <al...@be...> - 2010-07-07 17:52:26
|
2010-07-07 21:50 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/rddleto.h * source/server/letofunc.c * source/client/leto1.c * source/client/letomgmn.c * Readme.txt * readme_rus.txt * Now the user rights are transfered from the server while the connection. They can be retrieved by the new leto_UserGetRights() function. Regards, Alexander ________________________________________________ |
From: Pavel T. <tp...@ma...> - 2010-07-07 17:21:58
|
2010-07-07 20:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg ! fix in hs_opentable(): is table already is opened, it's need go top Best rerards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-07-02 15:41:42
|
2010-07-02 18:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * fix for compatibility with old Harbour versions Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-07-01 19:23:21
|
2010-07-01 22:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed leto_Sum() * source/client/leto1.c ! fixed letoSeek() for non optimized client filters, please check it Best regards, Pavel Tsarenko |
From: vatzct <va...@po...> - 2010-07-01 07:50:05
|
01.07.2010 9:51, Alexander S.Kresin написав(ла): >> test don't build, need some fix (for me i add a hbmk.hbm with a >> reference to rddleto.hbc). > Could you provide necessary fixes in hbmk files ? > I never used it and am not familiar with it good enough... > > Regards, Alexander. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > Hi! This is a simple \letodb\hbmk.hbm with a reference to rddleto.hbc (see atach) Regards, Alexey Myronenko |
From: Alexander S.K. <al...@be...> - 2010-07-01 06:51:19
|
> test don't build, need some fix (for me i add a hbmk.hbm with a > reference to rddleto.hbc). Could you provide necessary fixes in hbmk files ? I never used it and am not familiar with it good enough... Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2010-06-30 16:49:08
|
2010-06-30 20:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/client/letomgmn.c * utils/manager/manage.prg + added amount of used memory by server as 16 and 17 elements of LETO_MGGETINFO() function. Server should be built with memory statistic info (fmstat) * include/rddleto.h * source/client/leto1.c + added Harbour version info into LETOCONNECTION. On client side Leto_GetServerVersion([<lHarbourVer>]) with parameter return Harbour version string Best regards, Pavel Tsarenko |
From: vatzct <va...@po...> - 2010-06-30 05:54:18
|
Hi! As readme.txt says the command line syntax to build letodb with test is hbmk2 [-hb10|-xhb] rddleto.hbp letodb.hbp [-target=tests/test_ta.prg] but after 2010-06-28 00:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) ... - hbmk2 will _no longer_ automatically process .hbc files in current directory. This concept was causing more trouble than good, as it turned out. Also removed -nohbc option, which has now lost its meaning. INCOMPATIBILITY. To restore old effect, either add .hbc to your .hbp file, or create a hbmk.hbm file with a reference to the .hbc file. ... test don't build, need some fix (for me i add a hbmk.hbm with a reference to rddleto.hbc). Regards, Alexey Myronenko |
From: Pavel T. <tp...@ma...> - 2010-06-29 17:01:50
|
2010-06-29 20:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed memory leak Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-27 16:05:41
|
2010-06-27 19:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * skip buffer is cleared in OrdSetFocus() * support for array of locked records on client is completed + added dbInfo(DBI_GETLOCKARRAY) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-26 09:21:13
|
2010-06-26 12:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c ! skip buffer is cleared now in lock/unlock operations * include/srvleto.h * source/server/letofunc.c * source/server/server.prg * client alias has been added into AREASTRU Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-24 17:25:31
|
2010-06-24 20:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * common/hbip.c ! fixed bug in hb_ipclose() * source/server/letofunc.c * source/server/leto_2.c ! small fix with external leto_runFunc * memory leak in pAStru->itmFltExpr release * source/server/server.prg * source/server/errorsys.prg * ErrorStr() and ErrorMessage() simplified * source/client/leto1.c * include/rddleto.h * fixed memory leak in leto_PutRec() + initial support for locked records on client Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-20 18:16:22
|
2010-06-20 21:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed compilation for Harbour in hb_macroGetType() call Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-20 06:43:09
|
2010-06-20 09:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * source/server/letofunc.c * source/server/letocore.c * source/server/leto_2.c * warnings * ParseCommand() and leto_runFunc() moved from letocore.c/leto_2.c to letofunc.c * hs_sum(), hs_checkexpr(), IndexInfo(), hs_setfilter() has been converted to C level * leto_findtable(), leto_inittable(), leto_initarea(), leto_getdriver() separated to 2 function to call from C Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-06-15 10:24:41
|
2010-06-15 13:50 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/server.prg * Initial Set's separated to a function hs_InitSet() to be possible to call them from additional threads. + source/server/leto_2.c + New core file, based on Harbour mt implementation, has been added. For now it uses the same scheme and functionality as the letocore.c. Regards, Alexander. |