summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-0/+1
|\
| * provided ability to discard non-kernel messages present in the kernel msg bufferRainer Gerhards2008-04-141-0/+1
* | Merge branch 'v3-stable' into MAXHOSTNAMELENRainer Gerhards2008-04-101-0/+2
|\ \ | |/ |/|
| * bugfix: omsnmp had a too-small sized buffer for hostname+port.Rainer Gerhards2008-04-101-0/+2
* | finalized mail output supportRainer Gerhards2008-04-081-0/+2
* | smtp response codes are now correctly checkedRainer Gerhards2008-04-071-0/+1
* | an initial, somewhat working, tester for the mail functionalityRainer Gerhards2008-04-041-0/+1
* | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-0/+5
|/
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-0/+10
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-0/+3
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-0/+2
* some minor things in regard to portabilityRainer Gerhards2008-03-061-0/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-1/+3
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+4
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-0/+2
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-0/+1
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-0/+2
* bugfix: object property deserializer did not handle negative numbersRainer Gerhards2008-02-271-1/+2
* - added sysvar classRainer Gerhards2008-02-251-0/+5
* - added some thoughts on RainerScriptRainer Gerhards2008-02-241-1/+3
* worked a bit on type conversion (specified the interface)Rainer Gerhards2008-02-221-0/+1
* begun implementing rsyslog virtual machine (vm class)Rainer Gerhards2008-02-221-0/+1
* completed initial vmstk implementationRainer Gerhards2008-02-221-0/+2
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-0/+1
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-0/+3
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-191-0/+1
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-0/+1
* did some more work on omlibdbi, but did not yet get libdbi working. I guessRainer Gerhards2008-02-151-0/+1
* error handling and cleanup in imfileRainer Gerhards2008-02-141-0/+2
* done some more work on omsnmp to bring it fully in line with recent rsyslogRainer Gerhards2008-02-111-2/+2
* bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-311-0/+5
* cleanup to prepare for releaseRainer Gerhards2008-01-281-0/+1
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-5/+6
* fixed sync issue on shutdown process if need to persist pure memory queueRainer Gerhards2008-01-171-1/+1
* worked on threadingRainer Gerhards2008-01-171-1/+1
* implemented dynamic startup and shutdown of worker threads based on currentRainer Gerhards2008-01-161-0/+1
* - implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logicRainer Gerhards2008-01-141-0/+1
* worker shutdown sequence enhanced to try different ways to shut down andRainer Gerhards2008-01-141-0/+1
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-1/+5
* partial ability to read a disk queue back in (not completed, but would likeRainer Gerhards2008-01-111-0/+2
* support for de-serializing strm objects addedRainer Gerhards2008-01-111-0/+1
* added function to de-serialize a property bag (untested as other code isRainer Gerhards2008-01-111-0/+1
* some cleanupRainer Gerhards2008-01-101-4/+4
* changed queue class to use stream classRainer Gerhards2008-01-091-1/+1
* implemented queue object method to set the file name prefixRainer Gerhards2008-01-091-0/+1
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-091-0/+1
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-0/+9
* implemented class type registryRainer Gerhards2008-01-071-0/+1
* implemented buffered read calls for the queue fileRainer Gerhards2008-01-071-0/+2
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-031-0/+1