summaryrefslogtreecommitdiffstats
path: root/msg.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* added Bartosz Kuzma patches for better compatibility with NetBSD - manyRainer Gerhards2007-12-031-1/+1
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-031-1/+25
* moved syslog PRI code tables to msg.c as this is the only place where theyRainer Gerhards2007-11-271-0/+44
* code cleanupRainer Gerhards2007-09-201-3/+3
* - removed compiler warnings in non-debug modev1-19-6bRainer Gerhards2007-09-111-6/+6
* added some additional commentsRainer Gerhards2007-09-111-10/+30
* applied patch by varmojfekoj to FIX a bug that could cause segfaults ifRainer Gerhards2007-09-111-105/+195
* applied patch by varmojfekoj two fix two potential segfault situationsRainer Gerhards2007-09-071-1/+1
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-35/+35
* changed some calles to CStr class to their "safe" counterpart - they couldRainer Gerhards2007-09-041-1/+1
* - fixed bug: a template like this causes an infinite loop: $templateRainer Gerhards2007-09-041-8/+12
* applied patch form varmojfekoj to fix some mem leaks and a check to makeRainer Gerhards2007-09-041-0/+8
* patches and docu update for 1.19.3v1-19-3Michael Meckelein2007-08-311-0/+39