Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - moved correct retry logic into action processing queue | Rainer Gerhards | 2008-01-29 | 1 | -5/+0 |
| | | | | | - removed debugging support from sync class, debug class now provides much more | ||||
* | - improved debug support a bit (assertions) | Rainer Gerhards | 2008-01-29 | 1 | -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 cleanup | Rainer Gerhards | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | moved core threading helpers out of syslogd.c | Rainer Gerhards | 2007-12-14 | 1 | -9/+0 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | fixed problem when compiling for single threading, fixed bug when compiling | Rainer Gerhards | 2007-12-14 | 1 | -5/+5 |
| | | | | for release build | ||||
* | optimized mutex macros | Rainer Gerhards | 2007-12-11 | 1 | -0/+10 |
| | |||||
* | added synchronization class to handle mutex-operations in the most portable | Rainer Gerhards | 2007-12-11 | 1 | -0/+52 |
way. |