summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | partially fixed bug that caused rsyslogd to stall processing enqueuedRainer Gerhards2008-01-263-9/+55
| | | | | | | | | | | | messages after turning off DA mode and before any new message were arrived (if a new message arrived, everything went back to normal, so it was a temporary halt)
* | improved SIGSEGV handler a bit (now we get a core dump)Rainer Gerhards2008-01-261-14/+6
| |
* | fixed worker timeout which was accidently not set (and thus 0)Rainer Gerhards2008-01-253-1/+8
| |
* | added debug-support environment variable RSYSLOG_DEBUGLOGRainer Gerhards2008-01-251-4/+12
| |
* | created a work-around for plugin interface issueRainer Gerhards2008-01-251-8/+8
| |
* | disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-2511-132/+269
| |
* | restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-257-120/+222
| | | | | | | | before terminatiing the queue
* | redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-2433-1689/+1012
| | | | | | | | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS...
* | more improvements and bug fixesRainer Gerhards2008-01-242-43/+175
| |
* | improved debugging support (faster, less memory used, function invocationRainer Gerhards2008-01-242-68/+216
| | | | | | | | count is maintened)
* | looks like the first actually usable debug class is doneRainer Gerhards2008-01-232-70/+119
| |
* | bug fixes and improvementsRainer Gerhards2008-01-232-20/+70
| |
* | added mutex debug instrumentationRainer Gerhards2008-01-232-30/+340
| |
* | added thread-specific call stack to debug interfaceRainer Gerhards2008-01-222-13/+150
| |
* | added debug support classRainer Gerhards2008-01-222-0/+169
| |
* | updated queue design descriptionRainer Gerhards2008-01-223-0/+0
| |
* | Replaced original rsyslog.conf file again which was accidentaly overwrittenAndre Lorbach2008-01-221-7/+27
| |
* | Module OMSNMP intially added, not completed yet.Andre Lorbach2008-01-228-30/+242
| |
* | added debug aides for mutex operationsRainer Gerhards2008-01-221-0/+14
| |
* | fixed compile-time errorRainer Gerhards2008-01-221-0/+1
| |
* | updated queue design descriptionRainer Gerhards2008-01-211-10/+15
| |
* | initial creation of wti class (still under development)Rainer Gerhards2008-01-212-0/+705
| |
* | added some mutex-support to srUtilsRainer Gerhards2008-01-212-1/+66
| |
* | continued implementing wti classRainer Gerhards2008-01-212-48/+185
| |
* | initial creation of wti class (worker implementation missing)Rainer Gerhards2008-01-202-0/+365
| |
* | some further cleanup on the mutexesRainer Gerhards2008-01-192-117/+63
| |
* | seperated mutex for queue size management from those for queue threadRainer Gerhards2008-01-192-48/+181
| | | | | | | | management
* | saving stateRainer Gerhards2008-01-183-73/+105
| |
* | - created an in-depth description of DA assisted queue modeRainer Gerhards2008-01-183-100/+219
| | | | | | | | | | - snapshot of new thread coding - DA mode still does not work, but need to save
* | small doc changeMichael Meckelein2008-01-181-1/+1
| |
* | small text changeMichael Meckelein2008-01-182-3/+2
| |
* | *** empty log message ***Michael Meckelein2008-01-181-0/+59
| |
* | log rotation docMichael Meckelein2008-01-182-2/+3
| |
* | conceptual description of disk-assisted queue addedRainer Gerhards2008-01-184-13/+32
| |
* | description of disk-assisted queue addedRainer Gerhards2008-01-182-1/+227
| |
* | fixed sync issue on shutdown process if need to persist pure memory queueRainer Gerhards2008-01-173-9/+36
| | | | | | | | to disk
* | worked on threadingRainer Gerhards2008-01-1711-112/+348
| |
* | some more cleanup and flagged places where we need to implementRainer Gerhards2008-01-161-35/+13
| | | | | | | | DA-input-only mode
* | some cleanup and fixesRainer Gerhards2008-01-161-26/+19
| |
* | implemented dynamic startup and shutdown of worker threads based on currentRainer Gerhards2008-01-164-125/+223
| | | | | | | | activity
* | cleaned up queue disk startupRainer Gerhards2008-01-161-28/+32
| |
* | queue is now able to restore persisted state on startup (but still someRainer Gerhards2008-01-163-44/+178
| | | | | | | | fine tuning to be done)
* | first shot at queue restore on startup, but could not finish before I needRainer Gerhards2008-01-151-1/+62
| | | | | | | | to leave ;)
* | improved shutdown processing - in-memory queue is now drained to diskRainer Gerhards2008-01-151-5/+31
| |
* | changed startup of disk assisted mode to allow for higher concurrency, mostRainer Gerhards2008-01-153-126/+163
| | | | | | | | | | | | importantly allow the input to continue enqueue msgs while the disk queue is initialized. This may help somewhat with UDP and other lossy sources
* | disk assisted queue works quite well, except for startup from disk queueRainer Gerhards2008-01-153-36/+215
| |
* | some more work on disk assisted mode (still not complete)Rainer Gerhards2008-01-142-2/+53
| |
* | begin disk assisted queue memory queue modes (not fully implemented yet)Rainer Gerhards2008-01-146-58/+281
| |
* | - implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logicRainer Gerhards2008-01-142-3/+7
| | | | | | | | - implemented $MainMsgQueueSize == 0 --> no limit on queue size
* | also implemented $MainMsgQueueDiscardMark logic on dequeue, changedRainer Gerhards2008-01-142-11/+21
| | | | | | | | defaults