summaryrefslogtreecommitdiffstats
path: root/plugins/imudp
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: imudp when using recvmmsg could report wrong sender IPRainer Gerhards2013-10-181-3/+5
|
* cosmetic: remove compiler warningsRainer Gerhards2013-10-181-3/+0
|
* bugfix: running imupd on multiple threads lead to segfault if recvmmsg is ↵Rainer Gerhards2013-10-181-34/+43
| | | | available
* imudp: reduce resource usageRainer Gerhards2013-10-111-3/+10
| | | | we utilize the imudp main thread to act as a worker itself
* imudp: support for multiple receiver threads addedRainer Gerhards2013-10-111-21/+104
|
* Merge branch 'c9'Rainer Gerhards2013-10-091-0/+10
|\ | | | | | | | | | | | | | | Conflicts: configure.ac plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imudp/imudp.c
| * imudp: add "defaultTZ" input config parameterRainer Gerhards2013-10-091-0/+10
| |
| * experimental: make impstats return delta values where possibleRainer Gerhards2013-09-091-1/+1
| | | | | | | | | | | | | | Conflicts: plugins/impstats/impstats.c plugins/imptcp/imptcp.c
* | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-071-1/+1
| |
* | imudp: use inputname for statistics, if configuredRainer Gerhards2013-09-051-3/+3
| |
* | imudp: bugfix: did not compile on some platforms due to dup variableRainer Gerhards2013-08-261-2/+1
| |
* | Merge branch 'c8'Rainer Gerhards2013-07-121-63/+185
|\ \ | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/imudp/imudp.c
| * | imudp: add support for recvmmsg()Rainer Gerhards2013-07-111-20/+47
| | |
| * | imudp milestone: recvmmsg() now supported, but reads only a single msgRainer Gerhards2013-07-111-2/+62
| | | | | | | | | | | | obviously, as an end-result that would be brainless ;)
| * | imudp: fix error message on socket error conditionRainer Gerhards2013-07-111-1/+1
| | |
| * | imudp: refactor to use recvmsg() in preparation for recvmmsg()Rainer Gerhards2013-07-111-10/+18
| | |
| * | imudp: refactor in preparation of recvmmsg() enhancementRainer Gerhards2013-07-111-60/+77
| | |
* | | Merge branch 'c8'Rainer Gerhards2013-07-111-3/+8
|\| | | |/ |/| | | | | | | | | Conflicts: ChangeLog doc/imudp.html plugins/imudp/imudp.c
| * imudp: add ability to specify SO_RCVBUF size (rcvbufSize parameter)Rainer Gerhards2013-07-111-1/+6
| |
| * bugfix: imudp scheduling parameters did affect main thread, not imudpRainer Gerhards2013-03-211-1/+9
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409 Conflicts: ChangeLog
* | typo fix ("listner" vs. "listener")Michael Biebl2013-06-251-1/+1
| |
* | bugfix: potential segfault on rsyslog termination in imudpRainer Gerhards2013-06-251-1/+0
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456
* | bugfix: RainerScript object required parameters were not properly checkedRainer Gerhards2013-06-241-4/+1
| | | | | | | | this clould result to segfaults on startup if parameters were missing.
* | imudp: support user-selectable inputnameRainer Gerhards2013-03-261-11/+31
| |
* | bugfix: imudp scheduling parameters did affect main thread, not imudpRainer Gerhards2013-03-211-1/+9
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409
* | Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c
| * | imudp: make debug message clearerRainer Gerhards2012-12-191-1/+1
| |/
* | Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-191-2/+2
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * Merge branch 'v6-stable' into betaRainer Gerhards2012-10-191-2/+2
| |\
| | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-191-2/+2
| | |\ | | | | | | | | | | | | | | | | Conflicts: runtime/nsdpoll_ptcp.c
| | | * fix epoll-enabled code to use correct data member for pointersRainer Gerhards2012-10-191-2/+2
| | | |
* | | | imudp: support for Linux-like ratelimiting addedRainer Gerhards2012-10-151-2/+14
| | | |
* | | | ratelimit: added linux-like ratelimiter typeRainer Gerhards2012-10-151-5/+5
| | | |
* | | | imudp: add input batching & ratelimiter interfaceRainer Gerhards2012-10-151-2/+10
| | | |
* | | | ratelimiter: enable thread-safe mode & (related) API changesRainer Gerhards2012-10-151-0/+4
| | | |
* | | | indicate no original code left in imudpRainer Gerhards2012-10-151-2/+0
| | | |
* | | | interface cleanup (probably not final)Rainer Gerhards2012-10-151-1/+1
| | | |
* | | | new ratelimit: interface plumbing addedRainer Gerhards2012-10-091-1/+1
|/ / / | | | | | | | | | no actual implementation yet done
* | | implement string arrays for config objectsRainer Gerhards2012-10-011-18/+35
| | | | | | | | | | | | | | | as a tester, imudp now supports binding to multiple options based on a string array
* | | yet another nitfix...Rainer Gerhards2012-09-271-1/+1
| | |
* | | nitfixRainer Gerhards2012-09-271-2/+2
| | |
* | | milestone: port imfile to v6 config systemRainer Gerhards2012-09-261-14/+6
| | |
* | | imudp: implement support for input()Rainer Gerhards2012-09-261-9/+82
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-08-251-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/ruleset.c tools/syslogd.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/manual.html runtime/ruleset.c template.h threads.c tools/syslogd.c
| | * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-2/+2
| | | | | | | | | | | | This is done to prevent name claches with libraries.
* | | immark: support for module() global config parameters addedRainer Gerhards2012-06-271-1/+0
| | |
* | | provide support to dynamically enable/disable legacy conf commandRainer Gerhards2012-06-261-6/+13
| | | | | | | | | | | | most important to prevent clashes with new style settings
* | | imudp: support for module() global config parameters addedRainer Gerhards2012-06-261-61/+69
| | |
* | | implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-251-0/+9
|/ / | | | | | | | | | | | | | | The interface was actually not present in older versions, even though some modules already used it. The implementation was now done, and not in 6.3/6.4 because the resulting memory leak was ultra-slim and the new interface handling has some potential to seriously break things. Not the kind of thing you want to add in late beta state, if avoidable.