Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | added the capability to have ruleset-specific main message queues | Rainer Gerhards | 2009-10-27 | 5 | -3/+73 | |
* | | | | action processing optimized for queue shutdown | Rainer Gerhards | 2009-10-27 | 1 | -1/+1 | |
* | | | | removed no longer needed flag variable | Rainer Gerhards | 2009-10-27 | 2 | -11/+6 | |
* | | | | fix compile bug with last commit | Rainer Gerhards | 2009-10-27 | 1 | -1/+0 | |
* | | | | some cleanup | Rainer Gerhards | 2009-10-27 | 4 | -83/+4 | |
* | | | | fixed race condition during queue shutdown | Rainer Gerhards | 2009-10-27 | 2 | -12/+19 | |
* | | | | shuffled cancelability state to different spot | Rainer Gerhards | 2009-10-26 | 1 | -3/+8 | |
* | | | | addressed some race issues during queue shutdown | Rainer Gerhards | 2009-10-26 | 3 | -22/+62 | |
* | | | | Merge branch 'master' into queuePartialDeleteBatches | Rainer Gerhards | 2009-10-26 | 2 | -2/+6 | |
|\ \ \ \ | ||||||
| * | | | | bugfix: potential abort if inputname property was not set | Rainer Gerhards | 2009-10-26 | 2 | -2/+6 | |
* | | | | | implemented solution for cancel at shutdown/unprocessed entries | Rainer Gerhards | 2009-10-26 | 2 | -36/+24 | |
* | | | | | Begun to work on partial batch deletes... | Rainer Gerhards | 2009-10-22 | 1 | -9/+21 | |
|/ / / / | ||||||
* | | | | enhanced test environment (including testbench) | Rainer Gerhards | 2009-10-22 | 16 | -62/+84 | |
* | | | | Merge branch 'newqueue' | Rainer Gerhards | 2009-10-21 | 7 | -465/+129 | |
|\ \ \ \ | ||||||
| * | | | | bugfix: message processing states were not set correctly in all cases | Rainer Gerhards | 2009-10-19 | 3 | -19/+6 | |
| * | | | | Merge branch 'master' into newqueue | Rainer Gerhards | 2009-10-16 | 3 | -9/+20 | |
| |\ \ \ \ | ||||||
| * | | | | | new queue engine - initial commit (probably not 100% working!) | Rainer Gerhards | 2009-10-14 | 5 | -481/+115 | |
| * | | | | | added some debug settings plus improved shutdown sequence | Rainer Gerhards | 2009-10-13 | 4 | -18/+61 | |
* | | | | | | bugfix: segfault when starting up with an invalid .qi file for a disk queue | Rainer Gerhards | 2009-10-20 | 1 | -5/+16 | |
* | | | | | | bugfix: first UDP listener was incorrectly assigned its ruleset | Rainer Gerhards | 2009-10-19 | 1 | -1/+2 | |
* | | | | | | Merge branch 'david-segfault' | Rainer Gerhards | 2009-10-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | added new testcase; fixed bug in testdriver | Rainer Gerhards | 2009-10-19 | 1 | -0/+1 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | cleanup: finally moved some config variables just to conf.c | Rainer Gerhards | 2009-10-19 | 2 | -11/+15 | |
|/ / / / / | ||||||
* | | | | | ensure proper imudp shutdown even on a very busy system | Rainer Gerhards | 2009-10-16 | 1 | -0/+1 | |
* | | | | | Merge branch 'david-master' into master | Rainer Gerhards | 2009-10-16 | 2 | -9/+19 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | bugfix: potential segfault on messages with empty MSG part. | Rainer Gerhards | 2009-10-09 | 1 | -3/+14 | |
| * | | | | bugfix in debug system and more instrumentation to find an issue | Rainer Gerhards | 2009-10-08 | 2 | -9/+19 | |
* | | | | | added multi-ruleset support to imudp | Rainer Gerhards | 2009-10-13 | 1 | -6/+1 | |
* | | | | | removed no longer needed msg_t property "bParseHOSTNAME" | Rainer Gerhards | 2009-10-13 | 2 | -4/+1 | |
* | | | | | bugfix: potential segfault on messages with empty MSG part. | Rainer Gerhards | 2009-10-09 | 1 | -3/+12 | |
* | | | | | Merge branch 'v4-beta' into beta | Rainer Gerhards | 2009-10-08 | 1 | -1/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Merge branch 'aaron' into v4-beta | Rainer Gerhards | 2009-10-08 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | bugfix: debug string larger than 1K were improperly displayed. | Rainer Gerhards | 2009-10-08 | 1 | -1/+1 | |
* | | | | | | bugfix and testbench improvements | Rainer Gerhards | 2009-10-07 | 3 | -7/+33 | |
* | | | | | | bugfix and testbench improvement | Rainer Gerhards | 2009-10-07 | 1 | -2/+20 | |
* | | | | | | bugfix: potential race condition when queue worker threads were terminated | Rainer Gerhards | 2009-10-06 | 1 | -1/+10 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'v4-beta' into beta | Rainer Gerhards | 2009-10-05 | 1 | -1/+1 | |
|\| | | | | ||||||
| * | | | | Merge branch 'aaron' into v4-beta | Rainer Gerhards | 2009-10-05 | 1 | -1/+1 | |
| |\| | | | ||||||
| | * | | | bugfix[minor]: CHKiRet improperly used | Rainer Gerhards | 2009-10-02 | 1 | -1/+1 | |
* | | | | | Merge branch 'v4-beta' into beta | Rainer Gerhards | 2009-10-02 | 4 | -44/+100 | |
|\| | | | | ||||||
| * | | | | Merge branch 'aaron' into v4-beta | Rainer Gerhards | 2009-10-02 | 1 | -0/+1 | |
| |\| | | | ||||||
| | * | | | bumped version number, corrected error message code (minor nit) | Rainer Gerhards | 2009-10-01 | 1 | -0/+1 | |
| * | | | | Merge branch 'v4-stable' into v4-beta & BUGFIX | Rainer Gerhards | 2009-10-01 | 4 | -41/+96 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | ||||||
| | * | | bugfix: invalid handling of zero-sized messages | Rainer Gerhards | 2009-09-29 | 1 | -2/+4 | |
| | * | | bugfix: random data could be appended to message, possibly causing segfaults | Rainer Gerhards | 2009-09-24 | 4 | -42/+88 | |
* | | | | Merge branch 'v4-beta' into beta | Rainer Gerhards | 2009-09-29 | 2 | -29/+60 | |
|\| | | | ||||||
| * | | | minor cleanup & preparation for 4.5.4v4.5.4 | Rainer Gerhards | 2009-09-29 | 1 | -9/+0 | |
| * | | | bugfix: this morning's race patch was incomplete, completing now | Rainer Gerhards | 2009-09-24 | 1 | -6/+8 | |
| * | | | (temporary?) removal of very conservative locks in stream.c | Rainer Gerhards | 2009-09-24 | 1 | -2/+2 | |
| * | | | bugfix: potential segfault in stream writer on destruction | Rainer Gerhards | 2009-09-24 | 1 | -5/+9 |