summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed typov3-10-2av3-10-2Rainer Gerhards2008-01-141-1/+1
|
* preparing for 3.10.2Rainer Gerhards2008-01-143-8/+12
|
* removed $MainMsgQueueImmediateShutdown config directive and handling, thisRainer Gerhards2008-01-142-3/+0
| | | | | has been superseeded by the Timeout params. Backward compatibility is no concern, no version with that directive was ever released.
* - implemented $MainMsgQueueTimeoutActionCompletion config directiveRainer Gerhards2008-01-146-57/+152
| | | | | | - implemented $MainMsgQueueTimeoutEnqueue config directive - implemented $MainMsgQueueTimeoutShutdown config directive - some cleanup
* worker shutdown sequence enhanced to try different ways to shut down andRainer Gerhards2008-01-144-32/+114
| | | | | terminate workers if none helps (this protects against badly written output plugins which hold the queue for too long)
* removed no longer needed "Initialized" logic and variableRainer Gerhards2008-01-141-47/+3
|
* changed queue shutdown procedure a bit - stage work for queue shutdownRainer Gerhards2008-01-132-9/+7
| | | | timeout setting
* renamed $MainMsgQueuePersistUpdateCount config file directive toRainer Gerhards2008-01-133-3/+8
| | | | $MainMsgQueueCheckpointInterval
* added $MainMsgQueuePersistUpdateCount config file directiveRainer Gerhards2008-01-134-7/+55
|
* added forgotten file - thx to Michael Biebl for pointing that outRainer Gerhards2008-01-131-0/+39
|
* support for reading back persistet queue information completedRainer Gerhards2008-01-139-111/+232
|
* partial ability to read a disk queue back in (not completed, but would likeRainer Gerhards2008-01-117-16/+158
| | | | to save source for the weekend)
* support for de-serializing strm objects addedRainer Gerhards2008-01-115-4/+69
|
* added function to de-serialize a property bag (untested as other code isRainer Gerhards2008-01-115-23/+84
| | | | yet missing)
* queue can now persist disk queue information on immediate shutdownRainer Gerhards2008-01-113-6/+17
|
* support for object property bags addedRainer Gerhards2008-01-116-15/+63
|
* file stream objects are now persistet on immediate queue shutdown (queueRainer Gerhards2008-01-117-28/+161
| | | | itself is not yet fully persisted)
* added $MainMsgQueueImmediateShutdown config directiveRainer Gerhards2008-01-115-13/+16
|
* - begun to permit queue to terminate without being drainedRainer Gerhards2008-01-114-63/+91
| | | | | | - fixed a starvation condition in queueWorker (pthread_yield() was needed) could not be seen with any previously released code, came up during new development
* - some cleanupRainer Gerhards2008-01-106-52/+111
| | | | | - implemented management function for worker thread 0 in order to change queue workers dynamically -- stage work
* some cleanupRainer Gerhards2008-01-104-8/+8
|
* - implemented strm object serializer (untested as the code required forRainer Gerhards2008-01-104-17/+53
| | | | test is not yet present - hen/egg problem...)
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-1013-55/+36
| | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool
* preparing for 3.10.1v3-10-1Rainer Gerhards2008-01-102-9/+12
|
* changed some config parameters and some cleanupRainer Gerhards2008-01-106-19/+18
|
* changed some config file directivesRainer Gerhards2008-01-101-2/+2
|
* prepared for 3.10.1 releaseRainer Gerhards2008-01-101-1/+7
|
* - added write functions for several types to stream classRainer Gerhards2008-01-106-157/+210
| | | | - changed objSerialize methods to work directly on the stream class
* data record support added to stream output writerRainer Gerhards2008-01-102-19/+72
|
* added buffered output to stream classRainer Gerhards2008-01-103-23/+113
|
* made queue file names better readableRainer Gerhards2008-01-107-33/+118
|
* needed to create obj-types.h to break circular referencesRainer Gerhards2008-01-101-0/+117
|
* changed queue file name generation (to be more generic)Rainer Gerhards2008-01-105-18/+34
|
* some cleanup on object modelRainer Gerhards2008-01-095-195/+93
|
* changed queue class to use stream classRainer Gerhards2008-01-096-239/+85
|
* created a generic stream class (for file access)Rainer Gerhards2008-01-096-14/+455
|
* implemented $MainMsgQueueFilePrefix configuration directiveRainer Gerhards2008-01-092-2/+15
|
* implemented queue object method to set the file name prefixRainer Gerhards2008-01-093-21/+58
|
* implemented $MainMsgQueueMaxFileSize config directiveRainer Gerhards2008-01-091-1/+7
|
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-096-17/+135
| | | | - implemented $MainMsgQueueMaxFileSize configuration directive
* completed object deserializerRainer Gerhards2008-01-083-16/+48
|
* completed deserialization support in msg object (but not deserializerRainer Gerhards2008-01-082-8/+18
| | | | itself)
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-0812-22/+46
|
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-087-25/+128
| | | | | | | work and the deserializer needs also to be expanded, but the queue at least performs well now. - fixed a race condition that could occur when input modules were terminated
* modload info added (v3)Michael Meckelein2008-01-081-1/+12
|
* implemented queue disk reader to switch to multiple filesRainer Gerhards2008-01-084-31/+33
|
* fixed some memory leaks in new code -- thanks to varmojfekoj for the patchRainer Gerhards2008-01-082-4/+7
|
* fixed doc bugRainer Gerhards2008-01-081-11/+11
|
* fixed doc bug -- thanks to varmojfekoj for pointing it outRainer Gerhards2008-01-081-5/+5
|
* worked a bit more on the queue, disk dequeing part (not complete yet)Rainer Gerhards2008-01-072-3/+15
|