Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | improving debugging info a bit | Rainer Gerhards | 2009-04-23 | 2 | -3/+7 | |
| | | | | ||||||
* | | | | added test for DA queue mode (in main msg queue) - needs more work | Rainer Gerhards | 2009-04-22 | 4 | -7/+95 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that the rsyslog engine writes messages too quickly, so that the queue never enters DA mode. We still have some look contemption. One possible solution (hopefully) is to finally move the parser code out of imtcp and onto the next thread. Need to address these issues first, then come back to the test case. | |||||
* | | | | now batches are handed down to the actual consumer | Rainer Gerhards | 2009-04-22 | 4 | -29/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ... but the action consumer does not do anything really intelligent with them. But the DA consumer is already done, as is the main message queue consumer. | |||||
* | | | | first attempt at dequeueing multiple batches inside the queue | Rainer Gerhards | 2009-04-22 | 7 | -79/+149 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ... but this code has serious problems when terminating the queue, also it is far from being optimal. I will commit a series of patches (hopefully) as I am on the path to the final implementation. | |||||
* | | | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-04-22 | 36 | -52/+446 | |
|\| | | | ||||||
| * | | | another typo fix... | Rainer Gerhards | 2009-04-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | typo fix (important typo) | Rainer Gerhards | 2009-04-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | doc status update & typo fixes | Rainer Gerhards | 2009-04-21 | 2 | -24/+24 | |
| | | | | ||||||
| * | | | Merge branch 'nextmaster' | Rainer Gerhards | 2009-04-21 | 76 | -268/+2501 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | doc: added (hopefully) easier to grasp queue explanation | Rainer Gerhards | 2009-04-21 | 22 | -5/+286 | |
| | | | | ||||||
| | * | | improved testbench - added tests for queue disk-only mode | Rainer Gerhards | 2009-04-17 | 4 | -1/+52 | |
| | | | | ||||||
| | * | | some cleanup | Rainer Gerhards | 2009-04-17 | 5 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | ... mostly removal of compile-time warnings (thanks to Michael Biebl for suggesting to look after that) | |||||
| | * | | update project status & cleanup | Rainer Gerhards | 2009-04-17 | 3 | -30/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | removed some warning in imklog compilation, but may not have solved a lurking issue (but placed comment so that we know if something surfaces) | |||||
| | * | | bugfix: missing header (platform compatibility issue)v4.3.0 | Rainer Gerhards | 2009-04-17 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | preparing for 4.3.0 release | Rainer Gerhards | 2009-04-17 | 3 | -3/+8 | |
| | | | | ||||||
| | * | | Merge branch 'master' into nextmaster | Rainer Gerhards | 2009-04-17 | 2 | -9/+58 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch 'master' into beta | Rainer Gerhards | 2009-04-21 | 167 | -1958/+5457 | |
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| | * | | highlighted bugfix imported from beta | Rainer Gerhards | 2009-04-17 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Merge branch 'beta' | Rainer Gerhards | 2009-04-17 | 2 | -9/+53 | |
| | |\ \ | ||||||
| * | | | | preparing for 3.22.0 (move to stable)v3.22.0 | Rainer Gerhards | 2009-04-21 | 3 | -3/+5 | |
| | |/ / | |/| | | ||||||
| * | | | highlighted bugfix imported from v2-stable | Rainer Gerhards | 2009-04-17 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-17 | 2 | -9/+48 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-04-17 | 2 | -9/+48 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch 'v2-stable' into debian_lenny | Rainer Gerhards | 2009-04-17 | 2 | -9/+48 | |
| | | |\ \ \ | ||||||
| | | | * | | | bugfix: ompgsql did not detect problems in sql command execution | Rainer Gerhards | 2009-04-17 | 2 | -9/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this could cause loss of messages. The handling was correct if the connection broke, but not if there was a problem with statement execution. The most probable case for such a case would be invalid sql inside the template, and this is now much easier to diagnose. | |||||
* | | | | | | | some cleanup | Rainer Gerhards | 2009-04-17 | 1 | -39/+0 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-16 | 22 | -181/+581 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h | |||||
| * \ \ \ \ \ | Merge branch 'master' into nextmaster | Rainer Gerhards | 2009-04-16 | 2 | -5/+20 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | highlighting $DirCreateMode fix | Rainer Gerhards | 2009-04-16 | 1 | -0/+3 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-04-16 | 2 | -5/+17 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-16 | 2 | -5/+17 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| | | | * | | | preparing for 3.20.6v3.20.6 | Rainer Gerhards | 2009-04-16 | 3 | -3/+4 | |
| | | | | | | | ||||||
| | | | * | | | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-04-16 | 2 | -4/+12 | |
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| | | | | * | | Merge branch 'v2-stable' into debian_lenny | Rainer Gerhards | 2009-04-16 | 3 | -3/+14 | |
| | | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html | |||||
| | | | | | * | prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7 | Rainer Gerhards | 2009-04-14 | 4 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html | |||||
| * | | | | | | cosmetic fix (status message) | Rainer Gerhards | 2009-04-09 | 1 | -2/+0 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'setrlimit' into nextmaster | Rainer Gerhards | 2009-04-09 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'setrlimit' of git+ssh://rger@git.adiscon.com/git/rsyslog into ↵ | Rainer Gerhards | 2009-04-09 | 4 | -12/+48 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | setrlimit | |||||
| * | | | | | | | | Merge branch 'setrlimit' into nextmaster | Rainer Gerhards | 2009-04-09 | 1 | -1/+10 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | removed MSG_NOSIGNAL & provided work-around | Rainer Gerhards | 2009-04-09 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as this send() option is not supported on Solaris. We now simply ignore SIGPIPE | |||||
| * | | | | | | | | updated project status | Rainer Gerhards | 2009-04-14 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'omprog' into nextmaster | Rainer Gerhards | 2009-04-14 | 10 | -141/+392 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h | |||||
| | * | | | | | | | improved omprog, now ready for first practical testing | Rainer Gerhards | 2009-04-01 | 3 | -8/+165 | |
| | | | | | | | | | ||||||
| | * | | | | | | | initial work on omprog, an output module to send messages to another program | Rainer Gerhards | 2009-04-01 | 8 | -22/+116 | |
| | | | | | | | | | ||||||
| * | | | | | | | | added doc for $MaxOpenFiles directive | Rainer Gerhards | 2009-04-14 | 4 | -12/+48 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | implemented $MaxOpenFiles directive and changed testbench | Rainer Gerhards | 2009-04-14 | 5 | -16/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to utilize it. This work is not yet fully verified to be correct. | |||||
| * | | | | | | | Merge branch 'nextmaster' of git+ssh://rger@git.adiscon.com/git/rsyslog into ↵ | Rainer Gerhards | 2009-04-09 | 2 | -1/+4 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextmaster | |||||
| | * | | | | | | | fixed testbench compilation problem on Solaris | Rainer Gerhards | 2009-04-09 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solaris network libraries needed to be specified in linker options | |||||
| * | | | | | | | | fixed compile-time problems in im3195 | Rainer Gerhards | 2009-04-09 | 1 | -1/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... however, I did not not a test run due to the lack of existing test drivers and the very low (aka "non-existing" interest from the userbase in the feature). | |||||
| * | | | | | | | working some more on "make distcheck" | Rainer Gerhards | 2009-04-09 | 3 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... this time I think successfully (at least on Fedora...) |