| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * regenerated using latest fpcmake | jonas | 2009-08-02 | 2 | -2/+135 |
| * | * Marked extra constructor as overloaded | michael | 2009-07-27 | 1 | -3/+3 |
| * | * Added convenience call passing a string as a encryption/decryption key | michael | 2009-07-26 | 1 | -1/+51 |
| * | * Easy-to-use Constructor that accepts a string instead of key structure | michael | 2009-07-25 | 1 | -1/+21 |
| * | * Added ASCII85 encoder | michael | 2009-07-25 | 1 | -0/+146 |
| * | * Made descendent of TOwnerStream | michael | 2009-07-25 | 1 | -32/+28 |
| * | * Fixed typo | michael | 2009-06-27 | 1 | -1/+1 |
| * | * Fixed service description | michael | 2009-06-27 | 2 | -1/+6 |
| * | * Terminate application when service failed to start, to avoid endless waiti... | joost | 2009-06-18 | 1 | -0/+3 |
| * | * When the service startup failed, set the state to csStopped so that on | joost | 2009-06-17 | 1 | -1/+3 |
| * | * reversed destruction order of TFPObjectList as per Mantis 13715. | marco | 2009-05-17 | 1 | -1/+1 |
| * | * Fork a Daemon into the background when the -b option is supplied, bug 13078 | joost | 2009-04-30 | 1 | -0/+32 |
| * | * On shutdown, always terminate the TDaemonThread, not only in case of an ex... | joost | 2009-04-29 | 1 | -1/+1 |
| * | * Fixed compilation on windows after r13013 | joost | 2009-04-16 | 1 | -6/+0 |
| * | * Removed unused private procedure ThreadTerminated | joost | 2009-04-15 | 2 | -7/+1 |
| * | * timer property in driver is protected | michael | 2009-04-14 | 1 | -0/+1 |
| * | * Fixed visibility of TDaemonDefs.FOwner | michael | 2009-03-22 | 1 | -1/+1 |
| * | * implemented TApplication.GetExename() using CoreFoundation api's | jonas | 2009-03-19 | 3 | -1/+102 |
| * | * Fixed the problem that an IPC-Server holds a lock on its pipe so that no | joost | 2009-03-07 | 1 | -0/+5 |
| * | * added .txt extensions to all README, TODO and COPYING files | jonas | 2009-02-28 | 2 | -0/+0 |
| * | * nodememmanager now changable, but global var still default. | marco | 2009-02-27 | 1 | -14/+27 |
| * | * avltreetest demo | marco | 2009-02-26 | 3 | -60/+210 |
| * | * fixed range check errors | jonas | 2009-02-07 | 1 | -3/+3 |
| * | * applied fix from 12833 | florian | 2009-02-07 | 1 | -1/+1 |
| * | * patch to implement MaskDoFormatText by Paul Ishenin | florian | 2008-12-30 | 1 | -5/+28 |
| * | + ascii85 decoder stream by Danny Milosavljevic, resolves #0012833 | florian | 2008-12-24 | 4 | -61/+479 |
| * | Path from Alexander S. Klenin | joost | 2008-12-13 | 1 | -1/+10 |
| * | * Do not raise an error when an attempt is made to delete a non-existing key | michael | 2008-12-10 | 1 | -1/+0 |
| * | Fixes gettext crash under Windows CE and adds test case for it. | sekelsenmat | 2008-12-02 | 1 | -1/+1 |
| * | * hopefully final fix for r12204, r12224 and r12225 | hajny | 2008-11-25 | 2 | -59/+59 |
| * | * correction for r12204 and r12224 | hajny | 2008-11-24 | 2 | -60/+59 |
| * | * Makefile not commited in r12204 by mistake | hajny | 2008-11-23 | 1 | -9/+9 |
| * | * avoid platform specific ifdefs in eventlog.pp and allow OS/2 implementati... | hajny | 2008-11-23 | 4 | -8/+7 |
| * | * change externalurl to homepageurl | peter | 2008-11-18 | 1 | -1/+1 |
| * | * Removed empty constructor and destructor | michael | 2008-11-17 | 1 | -14/+0 |
| * | * compiletime range check fixes. SVN now compiles with -CROriot | marco | 2008-11-16 | 1 | -1/+1 |
| * | * regenerated using more recent fpcmake | jonas | 2008-11-02 | 1 | -1/+5 |
| * | * Some more explanations | michael | 2008-11-01 | 1 | -0/+38 |
| * | * Added expression parser | michael | 2008-11-01 | 6 | -64/+9569 |
| * | * FCL fpmake manifests | marco | 2008-10-23 | 1 | -1/+7 |
| * | * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc | peter | 2008-10-23 | 10 | -182/+9 |
| * | * First batch of fpmake improvements. Mostly adding examples and fixing smal... | marco | 2008-10-22 | 1 | -1/+82 |
| * | * regened makefiles to propagate makefile versions | marco | 2008-10-22 | 2 | -87/+179 |
| * | * updated all makefile.fpc versions to 2.2.2 for fppkg compat. | marco | 2008-10-22 | 1 | -1/+1 |
| * | * reset version to latest release: 2.2.2-0 | peter | 2008-10-17 | 1 | -1/+1 |
| * | * added unixtype unit in addition to baseunix unit (currently baseunix contai... | ivost | 2008-09-14 | 1 | -1/+1 |
| * | * Fixed SetItem as per bugreport of Paul Ishenin | michael | 2008-09-09 | 1 | -8/+1 |
| * | * fphashlist, update hashcapacity also if capacity is changed | peter | 2008-09-03 | 1 | -29/+45 |
| * | * Fixed bug 0011528, | michael | 2008-08-31 | 1 | -1/+3 |
| * | * Added RunArguments | michael | 2008-08-30 | 2 | -0/+5 |