Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'beta' | Rainer Gerhards | 2009-08-17 | 3 | -22/+41 |
|\ | |||||
| * | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-08-17 | 3 | -22/+41 |
| |\ | |||||
| | * | legacy syslog parser changed so that it now accepts date stamps in wrong case. | Rainer Gerhards | 2009-08-17 | 3 | -22/+41 |
* | | | bugfix: discard action did not work (did not discard messages) | Rainer Gerhards | 2009-07-30 | 6 | -23/+51 |
* | | | bugfix: discard action caused segfault | Rainer Gerhards | 2009-07-30 | 5 | -3/+40 |
* | | | updated project status | Rainer Gerhards | 2009-07-28 | 1 | -4/+4 |
* | | | finishing touches for 5.1.3v5.1.3 | Rainer Gerhards | 2009-07-28 | 1 | -1/+1 |
* | | | fixed testbench compile problem on some platforms | Rainer Gerhards | 2009-07-21 | 1 | -2/+1 |
* | | | disabling new input termination interface | Rainer Gerhards | 2009-07-20 | 1 | -0/+6 |
* | | | moved check_JAVA as suggested by Michael Biebl - thx | Rainer Gerhards | 2009-07-20 | 1 | -2/+2 |
* | | | internal: added ability to terminate input modules not via pthread_cancel... | Rainer Gerhards | 2009-07-20 | 15 | -13/+134 |
* | | | minor: dbgprintf() converted to DBGPRINTF() | Rainer Gerhards | 2009-07-20 | 1 | -5/+5 |
* | | | re-structured tcpsrv.c a bit, no real change | Rainer Gerhards | 2009-07-20 | 1 | -38/+49 |
* | | | cleanup & better debug message handling | Rainer Gerhards | 2009-07-20 | 1 | -66/+65 |
* | | | corrected some conditions & one more simplification | Rainer Gerhards | 2009-07-20 | 1 | -15/+3 |
* | | | simplified startup of queue DA mode | Rainer Gerhards | 2009-07-20 | 3 | -67/+9 |
* | | | bugfix: potential race condition in debug mode | Rainer Gerhards | 2009-07-20 | 1 | -1/+2 |
* | | | solved potential race condition and some cleanup | Rainer Gerhards | 2009-07-20 | 2 | -6/+13 |
* | | | bugfix: minor static memory leak while reading configuration | Rainer Gerhards | 2009-07-20 | 6 | -24/+25 |
* | | | enhanced worker thread pool by atomic ops | Rainer Gerhards | 2009-07-20 | 3 | -32/+23 |
* | | | architecture change: queue now always has at least one worker thread | Rainer Gerhards | 2009-07-20 | 6 | -19/+35 |
* | | | more cleanup/simplification (forgot to remove one mutex lock) | Rainer Gerhards | 2009-07-20 | 3 | -36/+10 |
* | | | some more threading changes | Rainer Gerhards | 2009-07-20 | 4 | -44/+28 |
* | | | cleanup: removed no longer needed code | Rainer Gerhards | 2009-07-20 | 2 | -20/+0 |
* | | | removed mutex locks | Rainer Gerhards | 2009-07-17 | 4 | -34/+36 |
* | | | further code simplification | Rainer Gerhards | 2009-07-17 | 6 | -176/+54 |
* | | | more code simplification, should also bring some performance enhancement | Rainer Gerhards | 2009-07-17 | 8 | -91/+45 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-16 | 3 | -5/+12 |
|\| | | |||||
| * | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-07-16 | 4 | -7/+12 |
| |\| | |||||
| | * | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -3/+5 |
| | * | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
| | |\ | |||||
| | | * | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
* | | | | some code simplification | Rainer Gerhards | 2009-07-16 | 4 | -14/+11 |
* | | | | Merge branch 'detached' into master | Rainer Gerhards | 2009-07-15 | 6 | -210/+18 |
|\ \ \ \ | |||||
| * | | | | further reduction in code size/complexity due to design change | Rainer Gerhards | 2009-07-08 | 5 | -41/+3 |
| * | | | | simplified worker thread handling | Rainer Gerhards | 2009-07-08 | 5 | -171/+16 |
* | | | | | some more (very mild) cleanup | Rainer Gerhards | 2009-07-15 | 2 | -12/+1 |
* | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-15 | 2 | -4/+8 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-07-15 | 2 | -0/+8 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | documenting imported bugfix | Rainer Gerhards | 2009-07-15 | 1 | -0/+6 |
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | bugfix: memory leak with some input modules | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
* | | | | | some mild restart-type HUP cleanup | Rainer Gerhards | 2009-07-15 | 3 | -64/+14 |
* | | | | | $HUPisRestart removed | Rainer Gerhards | 2009-07-15 | 4 | -24/+8 |
* | | | | | cleaned up AUTHORS file and references | Rainer Gerhards | 2009-07-15 | 2 | -23/+15 |
* | | | | | updating service status | Rainer Gerhards | 2009-07-15 | 1 | -4/+4 |
* | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-15 | 18 | -478/+157 |
|\| | | | | |||||
| * | | | | added v5 compatibility notes | Rainer Gerhards | 2009-07-15 | 3 | -2/+24 |
| |/ / / | |||||
| * | | | final touches for 4.5.1v4.5.1 | Rainer Gerhards | 2009-07-15 | 3 | -5/+5 |
| * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 16 | -473/+114 |
| |\| | |