summaryrefslogtreecommitdiffstats
path: root/sync.h
Commit message (Collapse)AuthorAgeFilesLines
* - moved correct retry logic into action processing queueRainer Gerhards2008-01-291-5/+0
| | | | | - removed debugging support from sync class, debug class now provides much more
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-2/+2
| | | | | - restructured code, moved some part out of syslogd.c to action.c, where they belong (still some more to do in that regard ;))
* some cleanupRainer Gerhards2008-01-101-1/+1
|
* moved core threading helpers out of syslogd.cRainer Gerhards2007-12-141-9/+0
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* fixed problem when compiling for single threading, fixed bug when compilingRainer Gerhards2007-12-141-5/+5
| | | | for release build
* optimized mutex macrosRainer Gerhards2007-12-111-0/+10
|
* added synchronization class to handle mutex-operations in the most portableRainer Gerhards2007-12-111-0/+52
way.