summaryrefslogtreecommitdiffstats
path: root/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-161-0/+2
|\
| * bugfix: potential memory leak in msg.cRainer Gerhards2009-04-091-0/+2
| * bugfix: regular expressions inside property replacer did not work properlyRainer Gerhards2008-03-281-4/+4
| * bugfix: QHOUR and HHOUR properties were wrongly calculatedRainer Gerhards2008-03-261-2/+2
| * added $HHOUR and $QHOUR system properties - can be used for half- andRainer Gerhards2008-03-251-1/+17
* | fixed copy&paste errorRainer Gerhards2009-01-281-3/+3
* | bugfix: proper message locking on message destructRainer Gerhards2009-01-271-12/+7
* | added new poperty replacer option, added missing documentationRainer Gerhards2008-07-181-0/+26
* | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-141-6/+10
* | bugfix: potential segfault in creating message mutex in non-direct queue mode.Rainer Gerhards2008-07-141-2/+29
* | properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-20/+20
* | worked a bit on atomic memory operations to support problem-free threadingRainer Gerhards2008-03-311-4/+15
* | - bugfix: regular expressions inside property replacer did not workRainer Gerhards2008-03-281-6/+5
* | bugfix: QHOUR and HHOUR properties were wrongly calculatedRainer Gerhards2008-03-261-2/+2
* | added $HHOUR and $QHOUR system properties - can be used for half- andRainer Gerhards2008-03-251-1/+17
* | added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-0/+19
* | renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
* | fixed potential infinite loop condition when module load failed on startupRainer Gerhards2008-03-071-1/+1
* | extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-26/+43
* | moved date/time handling functions to their own objectRainer Gerhards2008-03-051-12/+15
* | did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-3/+7
* | - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-1/+4
* | changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-3/+3
* | - added PUSHMSGVAR operationRainer Gerhards2008-02-251-0/+47
* | simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-14/+14
* | changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-1/+1
* | changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-7/+6
* | created var class out of property_tRainer Gerhards2008-02-201-1/+1
* | - added doc on how expressions will workRainer Gerhards2008-02-191-34/+34
* | - implemented simple output rate limitingRainer Gerhards2008-01-301-2/+3
* | - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-78/+68
* | implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-291-1/+1
* | redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-16/+20
* | worked on threadingRainer Gerhards2008-01-171-4/+9
* | begin disk assisted queue memory queue modes (not fully implemented yet)Rainer Gerhards2008-01-141-2/+0
* | implemented $MainMsgQueueDiscardMar and $MainMsgQueueDiscardSeverity (butRainer Gerhards2008-01-141-0/+15
* | 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-1/+1
* | changed some config parameters and some cleanupRainer Gerhards2008-01-101-1/+1
* | - added write functions for several types to stream classRainer Gerhards2008-01-101-29/+25
* | completed deserialization support in msg object (but not deserializerRainer Gerhards2008-01-081-7/+17
* | - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-0/+13
* | - MsgSetProperty() implementedRainer Gerhards2008-01-071-10/+57
* | implemented class type registryRainer Gerhards2008-01-071-1/+1
* | performance-tuned stringbuf classRainer Gerhards2008-01-071-1/+1
* | worked on object header (now also contains the size)Rainer Gerhards2008-01-061-8/+5
* | completed serializer for msg (but needs review)Rainer Gerhards2008-01-061-36/+23
* | worked a bit on object serializationRainer Gerhards2008-01-061-13/+22
* | added the "direct" queueing mode to queue class (no queing at all)Rainer Gerhards2008-01-051-0/+2
* | added capability for concurrent access to the msg class. Can be dynamicallyRainer Gerhards2008-01-051-99/+256