summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* created new class ctok_tokenRainer Gerhards2008-02-201-0/+1
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-1/+6
* some include file cleanupRainer Gerhards2008-02-191-3/+0
* cleanupRainer Gerhards2008-02-191-6/+0
* - moved config file code to its own fileRainer Gerhards2008-02-191-1100/+16
* - added doc on how expressions will workRainer Gerhards2008-02-191-2/+2
* - removed no longer necessary signal from threads.cRainer Gerhards2008-02-181-6/+10
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-8/+19
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-2/+0
* did some more work on omlibdbi, but did not yet get libdbi working. I guessRainer Gerhards2008-02-151-0/+2
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-141-1/+0
* moved decoding of syslog names to a more appropriate placeRainer Gerhards2008-02-141-90/+3
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-131-2/+2
* - introduced a new, more powerful, message submission interface submitMsg()Rainer Gerhards2008-02-131-2/+22
* changed interface of logmsg() to make it more straightforwardRainer Gerhards2008-02-131-8/+5
* - improved diagnostic information for abort casesRainer Gerhards2008-02-121-0/+2
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-4/+4
* bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properlyRainer Gerhards2008-02-121-1/+1
* reduced volume of debug outputRainer Gerhards2008-02-121-1/+0
* cosmetic...Rainer Gerhards2008-02-121-2/+1
* fixed bug that caused invalid treatment of tabs (HT) in rsyslog.confRainer Gerhards2008-02-121-2/+6
* some cleanup on logerrorVar()Rainer Gerhards2008-02-111-0/+1
* Added debug function logerrorVar, which can have variable number ofAndre Lorbach2008-02-111-0/+26
* bugfix: trailing ":" of tag was lost while parsing legacy syslog messagesRainer Gerhards2008-02-111-1/+3
* added x-info field to rsyslogd startup/shutdown message. Hopefully pointsRainer Gerhards2008-02-111-2/+2
* bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-311-3/+3
* - rename $<obj>TimoutWorkerThreadShutdown toRainer Gerhards2008-01-311-2/+2
* - implemented limiting disk space allocated to queuesRainer Gerhards2008-01-301-0/+7
* - implemented simple output rate limitingRainer Gerhards2008-01-301-0/+4
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-15/+0
* fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-2/+16
* - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-301-6/+0
* finally implemented infinite action retries via -1 retry countRainer Gerhards2008-01-301-0/+1
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-6/+6
* implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-291-10/+3
* - moved correct retry logic into action processing queueRainer Gerhards2008-01-291-0/+2
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-188/+7
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-5/+25
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-33/+6
* - added "runtime instrumentation" feature to ./configureRainer Gerhards2008-01-281-5/+11
* - cleanup to prepare for releaseRainer Gerhards2008-01-281-19/+13
* some more testing and cleanup with the queue class (pretty stable now)Rainer Gerhards2008-01-281-1/+3
* fixed queue termination in case bSaveOnShutdown is 0Rainer Gerhards2008-01-271-1/+1
* fixed a bug when shutting down DA queueRainer Gerhards2008-01-271-3/+20
* partially fixed bug that caused rsyslogd to stall processing enqueuedRainer Gerhards2008-01-261-0/+1
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-0/+1
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-83/+73
* saving stateRainer Gerhards2008-01-181-1/+1
* worked on threadingRainer Gerhards2008-01-171-8/+8
* implemented dynamic startup and shutdown of worker threads based on currentRainer Gerhards2008-01-161-0/+2