Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -119/+0 |
| | |||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-04-15 | 1 | -7/+8 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c | ||||
| * | changed some files to grant LGPLv3 extended persmissions on top of GPLv3 | Rainer Gerhards | 2008-04-15 | 1 | -7/+8 |
| | | | | | | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library" | ||||
* | | changed command line processing. -v, -M, -c options are now parsed and | Rainer Gerhards | 2008-04-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | processed before all other options. Inter-option dependencies have been relieved. Among others, permits to specify intial module load path via -M only (not the environment) which makes it much easier to work with non-standard module library locations. Thanks to varmojfekoj for suggesting this change. Matches bugzilla bug 55. | ||||
* | | begun working on time-window based dequeueing (and rate limiting in | Rainer Gerhards | 2008-04-02 | 1 | -0/+1 |
|/ | | | | general) | ||||
* | some more fixing and cleanup on the queue shutdown sequence | Rainer Gerhards | 2008-01-27 | 1 | -0/+1 |
| | |||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 1 | -0/+1 |
| | |||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 1 | -1/+1 |
| | | | | before terminatiing the queue | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -7/+24 |
| | | | | | | 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... | ||||
* | initial creation of wti class (still under development) | Rainer Gerhards | 2008-01-21 | 1 | -0/+97 |