summaryrefslogtreecommitdiffstats
path: root/sync.c
Commit message (Collapse)AuthorAgeFilesLines
* moved runtime files into their own directoryRainer Gerhards2008-04-161-56/+0
|
* changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-151-7/+8
| | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library"
* - moved correct retry logic into action processing queueRainer Gerhards2008-01-291-22/+0
| | | | | - removed debugging support from sync class, debug class now provides much more
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-2/+6
| | | | | - restructured code, moved some part out of syslogd.c to action.c, where they belong (still some more to do in that regard ;))
* moved core threading helpers out of syslogd.cRainer Gerhards2007-12-141-6/+0
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* optimized mutex macrosRainer Gerhards2007-12-111-0/+2
|
* removed debug codeRainer Gerhards2007-12-111-2/+0
|
* added synchronization class to handle mutex-operations in the most portableRainer Gerhards2007-12-111-0/+78
way.