summaryrefslogtreecommitdiffstats
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-151-7/+8
* fixed memory leaks in stream class and imfileRainer Gerhards2008-03-271-9/+19
* fixed some compiler warnings under FreeBSDRainer Gerhards2008-03-061-2/+2
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+1
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-0/+20
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-3/+5
* - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was justRainer Gerhards2008-02-271-1/+29
* bugfix: queue disk file were not properly persisted when immediately afterRainer Gerhards2008-02-271-1/+1
* simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-10/+10
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-2/+2
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-1/+1
* created var class out of property_tRainer Gerhards2008-02-201-1/+1
* - added doc on how expressions will workRainer Gerhards2008-02-191-2/+1
* - improved file polling algorithm for more rapid file data deliveryRainer Gerhards2008-02-141-1/+1
* some cleanupRainer Gerhards2008-02-131-1/+0
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-131-4/+8
* added ability to monitor file accross rotationRainer Gerhards2008-02-131-74/+161
* - introduced a new, more powerful, message submission interface submitMsg()Rainer Gerhards2008-02-131-9/+3
* bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-311-1/+1
* - implemented limiting disk space allocated to queuesRainer Gerhards2008-01-301-0/+19
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-16/+3
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-23/+23
* worked on threadingRainer Gerhards2008-01-171-1/+5
* changed startup of disk assisted mode to allow for higher concurrency, mostRainer Gerhards2008-01-151-1/+1
* disk assisted queue works quite well, except for startup from disk queueRainer Gerhards2008-01-151-7/+7
* begin disk assisted queue memory queue modes (not fully implemented yet)Rainer Gerhards2008-01-141-1/+0
* - implemented $MainMsgQueueTimeoutActionCompletion config directiveRainer Gerhards2008-01-141-8/+17
* changed queue shutdown procedure a bit - stage work for queue shutdownRainer Gerhards2008-01-131-0/+1
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-8/+56
* partial ability to read a disk queue back in (not completed, but would likeRainer Gerhards2008-01-111-10/+32
* support for de-serializing strm objects addedRainer Gerhards2008-01-111-1/+39
* queue can now persist disk queue information on immediate shutdownRainer Gerhards2008-01-111-4/+1
* file stream objects are now persistet on immediate queue shutdown (queueRainer Gerhards2008-01-111-15/+28
* - some cleanupRainer Gerhards2008-01-101-5/+0
* some cleanupRainer Gerhards2008-01-101-2/+2
* - implemented strm object serializer (untested as the code required forRainer Gerhards2008-01-101-5/+45
* - added write functions for several types to stream classRainer Gerhards2008-01-101-29/+103
* data record support added to stream output writerRainer Gerhards2008-01-101-19/+71
* added buffered output to stream classRainer Gerhards2008-01-101-20/+96
* made queue file names better readableRainer Gerhards2008-01-101-28/+21
* changed queue file name generation (to be more generic)Rainer Gerhards2008-01-101-6/+16
* some cleanup on object modelRainer Gerhards2008-01-091-8/+51
* changed queue class to use stream classRainer Gerhards2008-01-091-7/+44
* created a generic stream class (for file access)Rainer Gerhards2008-01-091-0/+332