Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'beta' | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
|\ | |||||
| * | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
| |\ | |||||
| | * | bugfix: fromhost-ip was sometimes truncated | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
|\| | | |||||
| * | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
| |\| | |||||
| | * | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
| | |\ | |||||
| | | * | fix compile error in zip sender patch | Rainer Gerhards | 2009-07-13 | 1 | -2/+2 |
| | | * | better configure error message if mysql-devel is missing | Rainer Gerhards | 2009-07-13 | 1 | -1/+1 |
| | | * | bugfix: sending syslog messages with zip compression did not work | Rainer Gerhards | 2009-07-13 | 2 | -2/+5 |
* | | | | Merge branch 'omudpspoof' | Rainer Gerhards | 2009-07-10 | 4 | -201/+152 |
|\ \ \ \ | |||||
| * | | | | done implementing omudpspoof | Rainer Gerhards | 2009-07-10 | 4 | -198/+139 |
| * | | | | commiting interim version with ability to specify spoof source | Rainer Gerhards | 2009-07-09 | 2 | -14/+24 |
* | | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
| |\| | | |||||
| | * | | bugfix: potential segfault when zip-compressed syslog records were received (... | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
* | | | | added some (very) basic doc on omudpspoof | Rainer Gerhards | 2009-07-09 | 4 | -0/+48 |
* | | | | Merge branch 'master' into udpspoof & cleanup & slight optimization | Rainer Gerhards | 2009-07-09 | 16 | -421/+283 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-07-09 | 17 | -181/+268 |
| |\| | | | |||||
| | * | | | small performance improvement and cleanup | Rainer Gerhards | 2009-07-09 | 4 | -159/+174 |
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-09 | 14 | -23/+95 |
| | |\| | | |||||
| | | * | | bugfix: message could be truncated after TAG, often when forwarding | Rainer Gerhards | 2009-07-09 | 13 | -20/+95 |
| | | * | | bugfix: omfwd segfault when debugging is turned on | Rainer Gerhards | 2009-07-09 | 1 | -2/+0 |
* | | | | | bugfix: message could be truncated after TAG, often when forwarding | Rainer Gerhards | 2009-07-09 | 3 | -3/+10 |
* | | | | | first version supporting udp spoofing and non-spoofing at the same time | Rainer Gerhards | 2009-07-09 | 3 | -398/+130 |
* | | | | | moved udp spoofing code to its own output module (omudpspoof) | Rainer Gerhards | 2009-07-09 | 5 | -132/+910 |
* | | | | | made udp spoofing code compile (but does not necessarily run right now, untes... | Rainer Gerhards | 2009-07-09 | 2 | -1/+23 |
* | | | | | Merge branch 'master' into udpspoof | Rainer Gerhards | 2009-07-09 | 338 | -5762/+21986 |
|\| | | | | |||||
| * | | | | optimizing queue thread handling | Rainer Gerhards | 2009-07-08 | 2 | -4/+8 |
| * | | | | updating project status | Rainer Gerhards | 2009-07-08 | 1 | -8/+10 |
| * | | | | finishing touches for 5.1.2v5.1.2 | Rainer Gerhards | 2009-07-08 | 4 | -4/+14 |
| * | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-07-08 | 12 | -252/+397 |
| |\| | | | |||||
| | * | | | added capability to write incomplete buffers after an inactivity timeout | Rainer Gerhards | 2009-07-07 | 2 | -7/+40 |
| | * | | | fixed a bug introduced today that lead to an abort in queue disk mode | Rainer Gerhards | 2009-07-07 | 4 | -11/+15 |
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-07 | 2 | -10/+17 |
| | |\| | | |||||
| | * | | | solved a race condition | Rainer Gerhards | 2009-07-07 | 4 | -16/+52 |
| | * | | | clean solution for "writing" arbrietary-size user buffers to a stream | Rainer Gerhards | 2009-07-07 | 1 | -42/+28 |
| | * | | | stream now uses a singular buffer strucuture for writing | Rainer Gerhards | 2009-07-07 | 1 | -6/+12 |
| | * | | | moved locking primitives | Rainer Gerhards | 2009-07-07 | 1 | -3/+19 |
| | * | | | moved zip part to writer thread | Rainer Gerhards | 2009-07-06 | 2 | -71/+91 |
| | * | | | some minor cleanup | Rainer Gerhards | 2009-07-06 | 2 | -17/+18 |
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-06 | 2 | -2/+4 |
| | |\ \ \ | |||||
| | * | | | | first shot at asynchronous stream writer with timeout capability | Rainer Gerhards | 2009-07-06 | 12 | -89/+201 |
| * | | | | | Merge branch 'v4-beta' | Rainer Gerhards | 2009-07-07 | 3 | -18/+35 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | bugfix: property msg was lost when working with disk queues | Rainer Gerhards | 2009-07-07 | 2 | -6/+13 |
| | * | | | | bugfix: properties inputname, fromhost, fromhost-ip were lost | Rainer Gerhards | 2009-07-07 | 2 | -5/+5 |
| | | |/ / | | |/| | | |||||
| | * | | | performance enhancement: much faster, up to twice as fast | Rainer Gerhards | 2009-07-06 | 2 | -2/+4 |
| | |/ / | |||||
| | * | | bugfix: abort condition when RecvFrom was not set and message reduction was on | Rainer Gerhards | 2009-07-06 | 2 | -6/+14 |
| * | | | re-enabled a test | Rainer Gerhards | 2009-07-03 | 1 | -2/+2 |
| * | | | finishing touches for 5.1.1v5.1.1 | Rainer Gerhards | 2009-07-03 | 1 | -1/+1 |
| * | | | Merge branch 'v5-devel' | Rainer Gerhards | 2009-07-03 | 52 | -858/+3661 |
| |\ \ \ | | |/ / | |/| | |