| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed memory leaks in stream class and imfile | Rainer Gerhards | 2008-03-27 | 1 | -9/+19 |
* | fixed some compiler warnings under FreeBSD | Rainer Gerhards | 2008-03-06 | 1 | -2/+2 |
* | did some portability changes to make rsyslog compile on HP UX | Rainer Gerhards | 2008-03-05 | 1 | -0/+1 |
* | - added "debug" command to debug environment settings | Rainer Gerhards | 2008-02-29 | 1 | -0/+20 |
* | changed obj base object's calling interface to use the new obj_if_t | Rainer Gerhards | 2008-02-29 | 1 | -3/+5 |
* | - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just | Rainer Gerhards | 2008-02-27 | 1 | -1/+29 |
* | bugfix: queue disk file were not properly persisted when immediately after | Rainer Gerhards | 2008-02-27 | 1 | -1/+1 |
* | simplified var object, now only supports strings and numbers as a single | Rainer Gerhards | 2008-02-22 | 1 | -10/+10 |
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -2/+2 |
* | changed rsCStrDestruct() to use the new interface conventions | Rainer Gerhards | 2008-02-20 | 1 | -1/+1 |
* | created var class out of property_t | Rainer Gerhards | 2008-02-20 | 1 | -1/+1 |
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 1 | -2/+1 |
* | - improved file polling algorithm for more rapid file data delivery | Rainer Gerhards | 2008-02-14 | 1 | -1/+1 |
* | some cleanup | Rainer Gerhards | 2008-02-13 | 1 | -1/+0 |
* | - fixed a race condition in DoDie() - cosmetic issue in debugging mode, | Rainer Gerhards | 2008-02-13 | 1 | -4/+8 |
* | added ability to monitor file accross rotation | Rainer Gerhards | 2008-02-13 | 1 | -74/+161 |
* | - introduced a new, more powerful, message submission interface submitMsg() | Rainer Gerhards | 2008-02-13 | 1 | -9/+3 |
* | bugfix: having fun with 32/64 bit portability - after 15 years, I finally | Rainer Gerhards | 2008-01-31 | 1 | -1/+1 |
* | - implemented limiting disk space allocated to queues | Rainer Gerhards | 2008-01-30 | 1 | -0/+19 |
* | - renamed Msg object to usual all-lowercase object name (else we ran into | Rainer Gerhards | 2008-01-30 | 1 | -16/+3 |
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -23/+23 |
* | worked on threading | Rainer Gerhards | 2008-01-17 | 1 | -1/+5 |
* | changed startup of disk assisted mode to allow for higher concurrency, most | Rainer Gerhards | 2008-01-15 | 1 | -1/+1 |
* | disk assisted queue works quite well, except for startup from disk queue | Rainer Gerhards | 2008-01-15 | 1 | -7/+7 |
* | begin disk assisted queue memory queue modes (not fully implemented yet) | Rainer Gerhards | 2008-01-14 | 1 | -1/+0 |
* | - implemented $MainMsgQueueTimeoutActionCompletion config directive | Rainer Gerhards | 2008-01-14 | 1 | -8/+17 |
* | changed queue shutdown procedure a bit - stage work for queue shutdown | Rainer Gerhards | 2008-01-13 | 1 | -0/+1 |
* | support for reading back persistet queue information completed | Rainer Gerhards | 2008-01-13 | 1 | -8/+56 |
* | partial ability to read a disk queue back in (not completed, but would like | Rainer Gerhards | 2008-01-11 | 1 | -10/+32 |
* | support for de-serializing strm objects added | Rainer Gerhards | 2008-01-11 | 1 | -1/+39 |
* | queue can now persist disk queue information on immediate shutdown | Rainer Gerhards | 2008-01-11 | 1 | -4/+1 |
* | file stream objects are now persistet on immediate queue shutdown (queue | Rainer Gerhards | 2008-01-11 | 1 | -15/+28 |
* | - some cleanup | Rainer Gerhards | 2008-01-10 | 1 | -5/+0 |
* | some cleanup | Rainer Gerhards | 2008-01-10 | 1 | -2/+2 |
* | - implemented strm object serializer (untested as the code required for | Rainer Gerhards | 2008-01-10 | 1 | -5/+45 |
* | - added write functions for several types to stream class | Rainer Gerhards | 2008-01-10 | 1 | -29/+103 |
* | data record support added to stream output writer | Rainer Gerhards | 2008-01-10 | 1 | -19/+71 |
* | added buffered output to stream class | Rainer Gerhards | 2008-01-10 | 1 | -20/+96 |
* | made queue file names better readable | Rainer Gerhards | 2008-01-10 | 1 | -28/+21 |
* | changed queue file name generation (to be more generic) | Rainer Gerhards | 2008-01-10 | 1 | -6/+16 |
* | some cleanup on object model | Rainer Gerhards | 2008-01-09 | 1 | -8/+51 |
* | changed queue class to use stream class | Rainer Gerhards | 2008-01-09 | 1 | -7/+44 |
* | created a generic stream class (for file access) | Rainer Gerhards | 2008-01-09 | 1 | -0/+332 |