Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | some more testing and cleanup with the queue class (pretty stable now) | Rainer Gerhards | 2008-01-28 | 7 | -51/+68 | |
| | ||||||
* | added some doc on how to handle massive amounts of database inserts with | Rainer Gerhards | 2008-01-28 | 1 | -5/+9 | |
| | | | | rsyslog | |||||
* | added paper "writing massive amounts of syslog messages to a database" | Rainer Gerhards | 2008-01-28 | 2 | -1/+129 | |
| | ||||||
* | improved last execution line tracking a bit | Rainer Gerhards | 2008-01-28 | 1 | -2/+3 | |
| | ||||||
* | added capability to record last known exec location in debug stack dump | Rainer Gerhards | 2008-01-28 | 2 | -29/+59 | |
| | ||||||
* | fixed queue termination in case bSaveOnShutdown is 0 | Rainer Gerhards | 2008-01-27 | 4 | -18/+51 | |
| | ||||||
* | some more fixing and cleanup on the queue shutdown sequence | Rainer Gerhards | 2008-01-27 | 3 | -33/+65 | |
| | ||||||
* | fixed a bug when shutting down DA queue | Rainer Gerhards | 2008-01-27 | 5 | -28/+50 | |
| | ||||||
* | fixed a cosmetic issue in timeoutValue calculation (just used for | Rainer Gerhards | 2008-01-27 | 1 | -18/+2 | |
| | | | | displaying) | |||||
* | reduced number of unnecessary wakeups of DA worker thread when high water | Rainer Gerhards | 2008-01-27 | 2 | -47/+67 | |
| | | | | mark is not yet reached | |||||
* | fixed the situation where message processing could be stalled for some | Rainer Gerhards | 2008-01-27 | 4 | -9/+57 | |
| | | | | period after DA mode turn off | |||||
* | partially fixed bug that caused rsyslogd to stall processing enqueued | Rainer Gerhards | 2008-01-26 | 3 | -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 Gerhards | 2008-01-26 | 1 | -14/+6 | |
| | ||||||
* | fixed worker timeout which was accidently not set (and thus 0) | Rainer Gerhards | 2008-01-25 | 3 | -1/+8 | |
| | ||||||
* | added debug-support environment variable RSYSLOG_DEBUGLOG | Rainer Gerhards | 2008-01-25 | 1 | -4/+12 | |
| | ||||||
* | created a work-around for plugin interface issue | Rainer Gerhards | 2008-01-25 | 1 | -8/+8 | |
| | ||||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 11 | -132/+269 | |
| | ||||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 7 | -120/+222 | |
| | | | | before terminatiing the queue | |||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 33 | -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 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 | |
| |