Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: previous patch aborted in release mode | Rainer Gerhards | 2009-06-23 | 1 | -1/+3 |
* | some more optimizations | Rainer Gerhards | 2009-06-23 | 5 | -19/+70 |
* | optimized processing of TAG message field | Rainer Gerhards | 2009-06-22 | 4 | -38/+17 |
* | some more optimizations of the msg_t object (minor) | Rainer Gerhards | 2009-06-22 | 4 | -45/+40 |
* | reduced memory footprint / "memory leak" | Rainer Gerhards | 2009-06-22 | 2 | -1/+19 |
* | optimized template string generation | Rainer Gerhards | 2009-06-19 | 7 | -91/+125 |
* | switched default to keep in line with traditional syslogd behaviour | Rainer Gerhards | 2009-06-19 | 2 | -4/+7 |
* | optimized action.c a bit | Rainer Gerhards | 2009-06-19 | 2 | -24/+21 |
* | removed pthread_testcancel() as it is no longer necessary | Rainer Gerhards | 2009-06-19 | 1 | -22/+0 |
* | removed uniprocessor optimization | Rainer Gerhards | 2009-06-19 | 7 | -42/+8 |
* | typo fix | Rainer Gerhards | 2009-06-19 | 1 | -1/+1 |
* | some cleanup | Rainer Gerhards | 2009-06-19 | 2 | -11/+14 |
* | fully optimized datetime module and enhanced test suite | Rainer Gerhards | 2009-06-19 | 31 | -110/+298 |
* | optimized rfc3339 timestamp string generation | Rainer Gerhards | 2009-06-19 | 1 | -30/+73 |
* | fixed abort condition with oversize tags | Rainer Gerhards | 2009-06-18 | 5 | -23/+16 |
* | optimized handling of MSG part in msg object | Rainer Gerhards | 2009-06-18 | 6 | -16/+33 |
* | slight optimization of template generation | Rainer Gerhards | 2009-06-18 | 4 | -7/+15 |
* | some optimization in the property replacer | Rainer Gerhards | 2009-06-18 | 1 | -40/+48 |
* | optimized TAG handling in msg object | Rainer Gerhards | 2009-06-18 | 5 | -52/+85 |
* | cleaned up/optimized raw message handling in msg object | Rainer Gerhards | 2009-06-18 | 12 | -84/+77 |
* | Merge branch 'master' into newmsg | Rainer Gerhards | 2009-06-18 | 3 | -5/+22 |
|\ | |||||
| * | Merge branch 'beta' | Rainer Gerhards | 2009-06-18 | 4 | -8/+25 |
| |\ | |||||
| | * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-06-18 | 4 | -10/+27 |
| | |\ | |||||
| | | * | some minor bugfixes | Rainer Gerhards | 2009-06-18 | 5 | -11/+24 |
| | | * | removed forgotten debug message | Rainer Gerhards | 2009-06-15 | 1 | -1/+0 |
| | | * | bugfix: error messages were not emitted to stderr in forked mode | Rainer Gerhards | 2009-06-15 | 2 | -2/+7 |
* | | | | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 13 | -105/+126 |
* | | | | some more optimization in msg object string handling | Rainer Gerhards | 2009-06-17 | 2 | -56/+35 |
* | | | | further optimized message object | Rainer Gerhards | 2009-06-17 | 6 | -137/+234 |
* | | | | added basic plumbing to support message properties separate from message | Rainer Gerhards | 2009-06-16 | 4 | -0/+175 |
* | | | | some cleanup | Rainer Gerhards | 2009-06-16 | 1 | -6/+4 |
* | | | | implemented first version of multi-enqueue support, queue side | Rainer Gerhards | 2009-06-16 | 3 | -2/+128 |
* | | | | milestone: input-side multiSubmit capability | Rainer Gerhards | 2009-06-16 | 4 | -11/+64 |
* | | | | fixing problems that occurred during the last merge | Rainer Gerhards | 2009-06-16 | 2 | -293/+0 |
* | | | | minor cleanup | Rainer Gerhards | 2009-06-16 | 2 | -3/+0 |
* | | | | Merge branch 'master' into omfile | Rainer Gerhards | 2009-06-16 | 29 | -502/+699 |
|\| | | | |||||
| * | | | removed long-obsoleted property UxTradMsg | Rainer Gerhards | 2009-06-16 | 8 | -77/+65 |
| * | | | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 18 | -360/+282 |
| * | | | some performance optimizations | Rainer Gerhards | 2009-06-16 | 14 | -104/+102 |
* | | | | cleaned up small nit | Rainer Gerhards | 2009-06-16 | 1 | -1/+1 |
* | | | | omfile buffers are now synchronized after inactivity | Rainer Gerhards | 2009-06-15 | 9 | -43/+559 |
* | | | | fixed small bug in testbench | Rainer Gerhards | 2009-06-12 | 3 | -2/+2 |
* | | | | fixed a regression from past commit & more performance enhancement | Rainer Gerhards | 2009-06-12 | 2 | -3/+4 |
* | | | | performance-enhanced imtcp | Rainer Gerhards | 2009-06-12 | 3 | -4/+40 |
* | | | | completed multi-ruleset core support | Rainer Gerhards | 2009-06-12 | 15 | -61/+226 |
* | | | | implemented $OMFileFlushOnTXEnd directive | Rainer Gerhards | 2009-06-12 | 5 | -12/+25 |
* | | | | re-enabled pipe, tty and console in omfile | Rainer Gerhards | 2009-06-12 | 20 | -226/+147 |
* | | | | fixed abort when emergency configuration was activated | Rainer Gerhards | 2009-06-12 | 2 | -7/+5 |
* | | | | improved config error messages | Rainer Gerhards | 2009-06-12 | 2 | -4/+14 |
* | | | | re-enabled outchannel functionality | Rainer Gerhards | 2009-06-12 | 7 | -88/+198 |