Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | bugfix: minor race condition in action.c - considered cosmetic | Rainer Gerhards | 2011-02-17 | 4 | -14/+20 | |
| * | | | | | | | | | | preparing for 5.7.4 releasev5.7.4 | Rainer Gerhards | 2011-02-17 | 3 | -3/+3 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | bugfix: fixed compile problem due to empty structs | Dražen Kačar | 2011-02-16 | 6 | -0/+8 | |
| * | | | | | | | | | cleanup: no longer parameter in iminternal system removed | Rainer Gerhards | 2011-02-16 | 3 | -10/+6 | |
| * | | | | | | | | | improved error reporting for $WorkDirectory | Rainer Gerhards | 2011-02-15 | 3 | -1/+40 | |
| * | | | | | | | | | bugfix: very long running actions could prevent shutdown under some circumsta... | Rainer Gerhards | 2011-02-11 | 4 | -6/+11 | |
| * | | | | | | | | | removed no longer needed code | Rainer Gerhards | 2011-02-11 | 2 | -3/+0 | |
| * | | | | | | | | | bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode... | Rainer Gerhards | 2011-02-11 | 2 | -1/+16 | |
| * | | | | | | | | | doc: added recent changes to changelog | Rainer Gerhards | 2011-02-11 | 1 | -0/+2 | |
| * | | | | | | | | | fixed some compile issues in recent systemd patch | Rainer Gerhards | 2011-02-11 | 2 | -3/+3 | |
| * | | | | | | | | | Improved systemd socket activation support | Marius Tomaschewski | 2011-02-11 | 2 | -47/+81 | |
| * | | | | | | | | | bugfix in pmsnare | David Lang | 2011-02-11 | 1 | -1/+6 | |
| * | | | | | | | | | enhanced imfile to support non-cancel input termination | Rainer Gerhards | 2011-02-10 | 2 | -6/+17 | |
| * | | | | | | | | | bugfix: abort if imfile reads file line of more than 64KiB | Rainer Gerhards | 2011-02-10 | 2 | -1/+4 | |
| * | | | | | | | | | cosmetic: making comments in stream.c a bit more readable | Rainer Gerhards | 2011-02-10 | 1 | -4/+6 | |
| * | | | | | | | | | pmcisconames: bugfix for short timestamps | David Lang | 2011-02-10 | 1 | -4/+23 | |
| * | | | | | | | | | fixed invalid help strings in configure.ac | Rainer Gerhards | 2011-02-08 | 1 | -4/+4 | |
| * | | | | | | | | | prepare for new version | Rainer Gerhards | 2011-02-08 | 1 | -0/+2 | |
| * | | | | | | | | | added pmsnare parser module | David Lang | 2011-02-08 | 5 | -1/+262 | |
| * | | | | | | | | | preparing for 5.7.3v5.7.3 | Rainer Gerhards | 2011-02-04 | 3 | -3/+3 | |
| * | | | | | | | | | removed invalid link from doc | Rainer Gerhards | 2011-02-04 | 1 | -1/+0 | |
| * | | | | | | | | | added doc for new ommysql directives | Ariel P | 2011-02-01 | 1 | -0/+12 | |
| * | | | | | | | | | added pmaixforwardedfrom message parser | David Lang | 2011-02-01 | 4 | -0/+194 | |
| * | | | | | | | | | added $OMMySQLConfigFile/$OMMySQLConfigSection config directives | Ariel P | 2011-01-31 | 2 | -0/+41 | |
| * | | | | | | | | | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2011-01-26 | 2 | -11/+29 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'v5-devel-david-imfile' into v5-devel | Rainer Gerhards | 2011-01-26 | 5 | -29/+101 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | enhanced imfile to support multi-line messages | David Lang | 2011-01-25 | 5 | -29/+101 | |
| * | | | | | | | | | | | pmciscomsg: fixed some problems | David Lang | 2011-01-25 | 1 | -4/+9 | |
| * | | | | | | | | | | | integrated pmciscomsg into the build system | Rainer Gerhards | 2011-01-13 | 2 | -0/+19 | |
| * | | | | | | | | | | | added pmcisconames (uncompiled & untested) | David Lang | 2011-01-13 | 2 | -0/+161 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'v5.6.2-newimudp' into v5-devel-newimudp | Rainer Gerhards | 2011-01-10 | 8 | -4/+212 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | improved imudp real-time scheduling support & bugfix | Dražen Kačar | 2011-01-10 | 8 | -3/+211 | |
| * | | | | | | | | | | | Merge branch 'v4-devel' into v5-devel-newimudp | Rainer Gerhards | 2011-01-10 | 1 | -42/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | imudp: removing new scheduling priority setting code | Rainer Gerhards | 2011-01-10 | 2 | -43/+0 | |
| | * | | | | | | | | | | | added support for systems without epoll_create1() | Rainer Gerhards | 2010-12-17 | 2 | -2/+20 | |
| * | | | | | | | | | | | | Merge branch 'v4-devel' into v5-devel | Rainer Gerhards | 2010-12-17 | 9 | -82/+130 | |
| |\| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | added $IMUDPSchedulingPolicy and $IMUDPSchedulingPriority config settings | Rainer Gerhards | 2010-12-17 | 3 | -0/+44 | |
| | * | | | | | | | | | | | added $LocalHostName config directive & some bugfixing | Rainer Gerhards | 2010-12-16 | 6 | -14/+32 | |
| | * | | | | | | | | | | | cleanup of cosmetic nit (result of clang static code analyser run) | Rainer Gerhards | 2010-12-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-12-16 | 18 | -39/+28 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix the build system to build outisde CERN. | Luis Fernando Muñoz Mejías | 2010-11-30 | 1 | -17/+35 | |
| | * | | | | | | | | | | | | Fix a potential missing '\0' on too long strings. | Luis Fernando Muñoz Mejías | 2010-11-30 | 2 | -48/+23 | |
| | * | | | | | | | | | | | | bugfix: atomic increment for msg object may not work correct on all platforms. | Chris Metcalf | 2010-11-25 | 2 | -1/+5 | |
| | * | | | | | | | | | | | | added forgotten testcase filesv4.7.3 | Rainer Gerhards | 2010-11-25 | 2 | -0/+25 | |
| | * | | | | | | | | | | | | preparing for 4.7.3 | Rainer Gerhards | 2010-11-25 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-11-25 | 1 | -5/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-11-24 | 2 | -0/+27 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | doc/imfile: fixed small but important typo | Rainer Gerhards | 2010-10-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2010-12-17 | 20 | -98/+141 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | systemd: add ExecReload command (using kill -HUP) | Michael Biebl | 2010-12-03 | 1 | -0/+1 |