Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restored repeated message reduction processing | Rainer Gerhards | 2009-06-23 | 1 | -0/+1 |
* | optimized processing of TAG message field | Rainer Gerhards | 2009-06-22 | 1 | -16/+10 |
* | switched default to keep in line with traditional syslogd behaviour | Rainer Gerhards | 2009-06-19 | 1 | -2/+2 |
* | removed uniprocessor optimization | Rainer Gerhards | 2009-06-19 | 1 | -2/+0 |
* | optimized handling of MSG part in msg object | Rainer Gerhards | 2009-06-18 | 1 | -2/+5 |
* | optimized TAG handling in msg object | Rainer Gerhards | 2009-06-18 | 1 | -3/+3 |
* | cleaned up/optimized raw message handling in msg object | Rainer Gerhards | 2009-06-18 | 1 | -2/+2 |
* | Merge branch 'master' into newmsg | Rainer Gerhards | 2009-06-18 | 1 | -4/+7 |
|\ | |||||
| * | Merge branch 'beta' | Rainer Gerhards | 2009-06-18 | 2 | -7/+10 |
| |\ | |||||
| | * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-06-18 | 2 | -9/+12 |
| | |\ | |||||
| | | * | some minor bugfixes | Rainer Gerhards | 2009-06-18 | 3 | -10/+11 |
| | | * | 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 | 1 | -2/+5 |
* | | | | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 1 | -1/+1 |
* | | | | further optimized message object | Rainer Gerhards | 2009-06-17 | 1 | -1/+0 |
* | | | | implemented first version of multi-enqueue support, queue side | Rainer Gerhards | 2009-06-16 | 1 | -1/+1 |
* | | | | milestone: input-side multiSubmit capability | Rainer Gerhards | 2009-06-16 | 1 | -2/+24 |
* | | | | fixing problems that occurred during the last merge | Rainer Gerhards | 2009-06-16 | 1 | -291/+0 |
* | | | | Merge branch 'master' into omfile | Rainer Gerhards | 2009-06-16 | 1 | -75/+358 |
|\| | | | |||||
| * | | | removed long-obsoleted property UxTradMsg | Rainer Gerhards | 2009-06-16 | 1 | -15/+8 |
| * | | | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 1 | -85/+85 |
| * | | | some performance optimizations | Rainer Gerhards | 2009-06-16 | 1 | -2/+2 |
* | | | | omfile buffers are now synchronized after inactivity | Rainer Gerhards | 2009-06-15 | 2 | -41/+10 |
* | | | | completed multi-ruleset core support | Rainer Gerhards | 2009-06-12 | 1 | -28/+47 |
* | | | | implemented $OMFileFlushOnTXEnd directive | Rainer Gerhards | 2009-06-12 | 1 | -1/+11 |
* | | | | re-enabled pipe, tty and console in omfile | Rainer Gerhards | 2009-06-12 | 6 | -157/+11 |
* | | | | fixed abort when emergency configuration was activated | Rainer Gerhards | 2009-06-12 | 1 | -6/+5 |
* | | | | re-enabled outchannel functionality | Rainer Gerhards | 2009-06-12 | 1 | -72/+19 |
* | | | | added $Ruleset config command | Rainer Gerhards | 2009-06-10 | 1 | -0/+27 |
* | | | | restructered code in perparation for multiple rule set support | Rainer Gerhards | 2009-06-10 | 2 | -536/+57 |
* | | | | added capability to fsync() queue disk files for enhanced reliability | Rainer Gerhards | 2009-06-09 | 1 | -0/+4 |
* | | | | improved error handling and added fsync() support | Rainer Gerhards | 2009-06-08 | 1 | -1/+3 |
* | | | | cleanup in preparation of next steps | Rainer Gerhards | 2009-06-05 | 1 | -164/+10 |
* | | | | made dynafiles working again | Rainer Gerhards | 2009-06-05 | 1 | -75/+73 |
* | | | | added $OMFileIOBufferSize config directive and plumbing | Rainer Gerhards | 2009-06-04 | 2 | -66/+56 |
* | | | | modified stream class and omfile to work with it | Rainer Gerhards | 2009-06-04 | 1 | -26/+68 |
* | | | | cleaned up stream class ... | Rainer Gerhards | 2009-06-04 | 2 | -22/+1 |
* | | | | reduced max value for $DynaFileCacheSize to 1,000 | Rainer Gerhards | 2009-06-04 | 1 | -38/+28 |
* | | | | added gzip header to output files | Rainer Gerhards | 2009-06-03 | 1 | -3/+27 |
* | | | | first proof of concept on zipped file writer | Rainer Gerhards | 2009-06-03 | 3 | -39/+453 |
|/ / / | |||||
* | | | Merge branch 'udpdrop' | Rainer Gerhards | 2009-05-29 | 1 | -19/+50 |
|\ \ \ | |||||
| * | | | added ability for the UDP output action to rebind its send socket after sendi... | Rainer Gerhards | 2009-05-29 | 1 | -19/+50 |
* | | | | Merge branch 'beta' | Rainer Gerhards | 2009-05-29 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-05-29 | 1 | -1/+1 |
| |\| | |||||
| | * | fixed a regression of yesterday's patch | Rainer Gerhards | 2009-05-29 | 1 | -1/+1 |
| | * | fixed copy&paste error in previous commit | Rainer Gerhards | 2009-05-29 | 1 | -1/+1 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-05-29 | 1 | -15/+20 |
|\| | | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-05-29 | 1 | -15/+20 |
| |\| | |||||
| | * | fixed problem in syslog-protocol (now RFC5424) parser | Rainer Gerhards | 2009-05-29 | 1 | -15/+20 |
* | | | Merge branch 'beta' into master | Rainer Gerhards | 2009-05-28 | 1 | -2/+10 |
|\| | |