Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'omfile' into v5-devel | Rainer Gerhards | 2009-06-16 | 79 | -1607/+3847 |
|\ | |||||
| * | 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 |
| * | | added $Ruleset config command | Rainer Gerhards | 2009-06-10 | 5 | -3/+57 |
| * | | re-enabled queue disk fsync test | Rainer Gerhards | 2009-06-10 | 2 | -6/+3 |
| * | | fixed a small memory leak... | Rainer Gerhards | 2009-06-10 | 4 | -30/+18 |
| * | | fixed small nit in build system | Rainer Gerhards | 2009-06-10 | 1 | -2/+0 |
| * | | restructered code in perparation for multiple rule set support | Rainer Gerhards | 2009-06-10 | 20 | -594/+1093 |
| * | | added capability to fsync() queue disk files for enhanced reliability | Rainer Gerhards | 2009-06-09 | 9 | -1/+60 |
| * | | improved error handling and added fsync() support | Rainer Gerhards | 2009-06-08 | 3 | -7/+113 |
| * | | cleanup in preparation of next steps | Rainer Gerhards | 2009-06-05 | 2 | -165/+33 |
| * | | made dynafiles working again | Rainer Gerhards | 2009-06-05 | 2 | -76/+75 |
| * | | added $OMFileIOBufferSize config directive and plumbing | Rainer Gerhards | 2009-06-04 | 8 | -89/+69 |
| * | | modified stream class and omfile to work with it | Rainer Gerhards | 2009-06-04 | 5 | -54/+225 |
| * | | cleaned up stream class ... | Rainer Gerhards | 2009-06-04 | 9 | -190/+198 |
| * | | reduced max value for $DynaFileCacheSize to 1,000 | Rainer Gerhards | 2009-06-04 | 2 | -38/+31 |
| * | | Merge branch 'master' into omfile | Rainer Gerhards | 2009-06-04 | 11 | -42/+194 |
| |\| | |||||
| | * | backported macros necessary to create output modules with transaction support | Rainer Gerhards | 2009-06-04 | 1 | -1/+71 |
| * | | added gzip header to output files | Rainer Gerhards | 2009-06-03 | 3 | -5/+36 |
| * | | first proof of concept on zipped file writer | Rainer Gerhards | 2009-06-03 | 9 | -39/+631 |
* | | | Merge branch 'master' into v5-devel | Rainer Gerhards | 2009-06-04 | 2 | -3/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | backported some of the v5 testbench | Rainer Gerhards | 2009-06-04 | 10 | -41/+123 |
| |/ | |||||
* | | Merge branch 'master' into v5-devel | Rainer Gerhards | 2009-06-04 | 21 | -27/+1641 |
|\| | |||||
| * | added config switch --enable-testbench=no to turn off testbench | Rainer Gerhards | 2009-06-03 | 3 | -0/+19 |
| * | strmsrv now supports KEEPALIVE socket option | Rainer Gerhards | 2009-06-02 | 7 | -4/+82 |
| * | slightly extended strms_sess interface | Rainer Gerhards | 2009-06-02 | 2 | -1/+10 |
| * | added a generic network stream server | Rainer Gerhards | 2009-06-02 | 8 | -1/+1444 |
| * | added support for custom modules | Rainer Gerhards | 2009-06-02 | 3 | -0/+26 |
| * | Merge branch 'udpdrop' | Rainer Gerhards | 2009-05-29 | 3 | -20/+58 |
| |\ | |||||
| | * | added ability for the UDP output action to rebind its send socket after sendi... | Rainer Gerhards | 2009-05-29 | 4 | -21/+60 |
| * | | Merge branch 'beta' | Rainer Gerhards | 2009-05-29 | 3 | -2/+3 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-05-29 | 3 | -2/+3 |
| | |\ | |||||
| | | * | fixed a regression of yesterday's patch | Rainer Gerhards | 2009-05-29 | 3 | -2/+3 |
* | | | | Merge branch 'master' into v5-devel | Rainer Gerhards | 2009-05-29 | 1 | -3/+0 |
|\| | | | |||||
| * | | | fix: import from beta accidently disable imdiag | Rainer Gerhards | 2009-05-29 | 1 | -3/+0 |