Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more improvements and bug fixes | Rainer Gerhards | 2008-01-24 | 2 | -43/+175 |
| | |||||
* | improved debugging support (faster, less memory used, function invocation | Rainer Gerhards | 2008-01-24 | 2 | -68/+216 |
| | | | | count is maintened) | ||||
* | looks like the first actually usable debug class is done | Rainer Gerhards | 2008-01-23 | 2 | -70/+119 |
| | |||||
* | bug fixes and improvements | Rainer Gerhards | 2008-01-23 | 2 | -20/+70 |
| | |||||
* | added mutex debug instrumentation | Rainer Gerhards | 2008-01-23 | 2 | -30/+340 |
| | |||||
* | added thread-specific call stack to debug interface | Rainer Gerhards | 2008-01-22 | 2 | -13/+150 |
| | |||||
* | added debug support class | Rainer Gerhards | 2008-01-22 | 2 | -0/+169 |
| | |||||
* | updated queue design description | Rainer Gerhards | 2008-01-22 | 3 | -0/+0 |
| | |||||
* | Replaced original rsyslog.conf file again which was accidentaly overwritten | Andre Lorbach | 2008-01-22 | 1 | -7/+27 |
| | |||||
* | Module OMSNMP intially added, not completed yet. | Andre Lorbach | 2008-01-22 | 8 | -30/+242 |
| | |||||
* | added debug aides for mutex operations | Rainer Gerhards | 2008-01-22 | 1 | -0/+14 |
| | |||||
* | fixed compile-time error | Rainer Gerhards | 2008-01-22 | 1 | -0/+1 |
| | |||||
* | updated queue design description | Rainer Gerhards | 2008-01-21 | 1 | -10/+15 |
| | |||||
* | initial creation of wti class (still under development) | Rainer Gerhards | 2008-01-21 | 2 | -0/+705 |
| | |||||
* | added some mutex-support to srUtils | Rainer Gerhards | 2008-01-21 | 2 | -1/+66 |
| | |||||
* | continued implementing wti class | Rainer Gerhards | 2008-01-21 | 2 | -48/+185 |
| | |||||
* | initial creation of wti class (worker implementation missing) | Rainer Gerhards | 2008-01-20 | 2 | -0/+365 |
| | |||||
* | some further cleanup on the mutexes | Rainer Gerhards | 2008-01-19 | 2 | -117/+63 |
| | |||||
* | seperated mutex for queue size management from those for queue thread | Rainer Gerhards | 2008-01-19 | 2 | -48/+181 |
| | | | | management | ||||
* | saving state | Rainer Gerhards | 2008-01-18 | 3 | -73/+105 |
| | |||||
* | - created an in-depth description of DA assisted queue mode | Rainer Gerhards | 2008-01-18 | 3 | -100/+219 |
| | | | | | - snapshot of new thread coding - DA mode still does not work, but need to save | ||||
* | small doc change | Michael Meckelein | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | small text change | Michael Meckelein | 2008-01-18 | 2 | -3/+2 |
| | |||||
* | *** empty log message *** | Michael Meckelein | 2008-01-18 | 1 | -0/+59 |
| | |||||
* | log rotation doc | Michael Meckelein | 2008-01-18 | 2 | -2/+3 |
| | |||||
* | conceptual description of disk-assisted queue added | Rainer Gerhards | 2008-01-18 | 4 | -13/+32 |
| | |||||
* | description of disk-assisted queue added | Rainer Gerhards | 2008-01-18 | 2 | -1/+227 |
| | |||||
* | fixed sync issue on shutdown process if need to persist pure memory queue | Rainer Gerhards | 2008-01-17 | 3 | -9/+36 |
| | | | | to disk | ||||
* | worked on threading | Rainer Gerhards | 2008-01-17 | 11 | -112/+348 |
| | |||||
* | some more cleanup and flagged places where we need to implement | Rainer Gerhards | 2008-01-16 | 1 | -35/+13 |
| | | | | DA-input-only mode | ||||
* | some cleanup and fixes | Rainer Gerhards | 2008-01-16 | 1 | -26/+19 |
| | |||||
* | implemented dynamic startup and shutdown of worker threads based on current | Rainer Gerhards | 2008-01-16 | 4 | -125/+223 |
| | | | | activity | ||||
* | cleaned up queue disk startup | Rainer Gerhards | 2008-01-16 | 1 | -28/+32 |
| | |||||
* | queue is now able to restore persisted state on startup (but still some | Rainer Gerhards | 2008-01-16 | 3 | -44/+178 |
| | | | | fine tuning to be done) | ||||
* | first shot at queue restore on startup, but could not finish before I need | Rainer Gerhards | 2008-01-15 | 1 | -1/+62 |
| | | | | to leave ;) | ||||
* | improved shutdown processing - in-memory queue is now drained to disk | Rainer Gerhards | 2008-01-15 | 1 | -5/+31 |
| | |||||
* | changed startup of disk assisted mode to allow for higher concurrency, most | Rainer Gerhards | 2008-01-15 | 3 | -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 queue | Rainer Gerhards | 2008-01-15 | 3 | -36/+215 |
| | |||||
* | some more work on disk assisted mode (still not complete) | Rainer Gerhards | 2008-01-14 | 2 | -2/+53 |
| | |||||
* | begin disk assisted queue memory queue modes (not fully implemented yet) | Rainer Gerhards | 2008-01-14 | 6 | -58/+281 |
| | |||||
* | - implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logic | Rainer Gerhards | 2008-01-14 | 2 | -3/+7 |
| | | | | - implemented $MainMsgQueueSize == 0 --> no limit on queue size | ||||
* | also implemented $MainMsgQueueDiscardMark logic on dequeue, changed | Rainer Gerhards | 2008-01-14 | 2 | -11/+21 |
| | | | | defaults | ||||
* | implemented $MainMsgQueueDiscardMar and $MainMsgQueueDiscardSeverity (but | Rainer Gerhards | 2008-01-14 | 3 | -2/+35 |
| | | | | serverity needs to be specified numerically for the time being) | ||||
* | optimized code | Rainer Gerhards | 2008-01-14 | 1 | -3/+4 |
| | |||||
* | - implemented config file handlers for | Rainer Gerhards | 2008-01-14 | 5 | -2/+38 |
| | | | | | | | | $MainMsgQueueHighWaterMark $MainMsgQueueLowWaterMark $MainMsgQueueDiscardMark $MainMsgQueueDiscardSeverity but did NOT yet implement the functionality behind these directives! | ||||
* | bumped version number | Rainer Gerhards | 2008-01-14 | 2 | -1/+5 |
| | |||||
* | fixed broken fix ;) | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | fixed a bug with standard template definitions - thanks to varmojfekoj for | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | | | | spotting it | ||||
* | fixed typov3-10-2av3-10-2 | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | preparing for 3.10.2 | Rainer Gerhards | 2008-01-14 | 3 | -8/+12 |
| |