summaryrefslogtreecommitdiffstats
path: root/msg.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: $hostname and $fromhost in RainerScript did not workRainer Gerhards2008-04-031-1/+3
* 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
* changed queue object Construction/Startup interfaceRainer Gerhards2008-01-041-2/+1
* moved message destruction back to consumer - the consume should decide whatRainer Gerhards2008-01-041-2/+0
* utilized the new auto-destruction capability so that the queue can nowRainer Gerhards2008-01-041-5/+7
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-041-0/+3
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-0/+66
* some cleanupRainer Gerhards2007-12-271-1/+1
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
* some cleanup (very minor)Rainer Gerhards2007-12-121-2/+2
* fix for memory leak with PostgreSQL date format was incomplete - corectedRainer Gerhards2007-12-121-0/+2
* fixed a small memory leak that happend when PostgreSQL date formatting wasRainer Gerhards2007-12-111-0/+2