summaryrefslogtreecommitdiffstats
path: root/plugins/imptcp/imptcp.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'c9'Rainer Gerhards2013-10-111-0/+10
|\ | | | | | | | | Conflicts: plugins/imptcp/imptcp.c
| * imptcp: add "defaultTZ" input parameterRainer Gerhards2013-10-111-1/+11
| |
| * 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-3/+3
| |
* | cleanupRainer Gerhards2013-07-151-12/+0
| |
* | Merge branch 'master' into master-zipflushRainer Gerhards2013-07-151-8/+8
|\ \ | | | | | | | | | | | | Conflicts: plugins/imptcp/imptcp.c
| * | bugfix: stream compression in imptcp caused timestamp to be corruptedRainer Gerhards2013-07-151-7/+8
| | |
* | | milestone: tcp stream compression support for transaction boundariesRainer Gerhards2013-07-151-1/+13
|/ /
* | fix compile problem in debug buildRainer Gerhards2013-07-091-2/+0
| |
* | bugfix: imptcp did not properly initialize compression status variableRainer Gerhards2013-06-261-0/+1
| | | | | | | | could lead to segfault if stream:always compression mode was selected
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-241-4/+1
|\|
| * 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.
* | tcp strm compression: add stats countersRainer Gerhards2013-04-181-5/+23
| |
* | tcp strm compression: add config parametersRainer Gerhards2013-04-181-6/+39
| |
* | tcp strm compression: first PoCRainer Gerhards2013-04-181-10/+114
|/ | | | NOT to be used for production, lots of things are missing
* Merge branch 'v7-stable'Rainer Gerhards2012-11-281-1/+1
|\ | | | | | | | | | | | | Conflicts: doc/imptcp.html plugins/mmjsonparse/mmjsonparse.c plugins/mmnormalize/mmnormalize.c
| * bugfix: supportoctetcountedframing parameter did not work in imptcpRainer Gerhards2012-11-251-1/+1
| |
* | imptcp: support for Linux-Type ratelimiting addedRainer Gerhards2012-10-151-1/+11
| |
* | ratelimit: added linux-like ratelimiter typeRainer Gerhards2012-10-151-1/+2
| |
* | imudp: add input batching & ratelimiter interfaceRainer Gerhards2012-10-151-4/+2
| |
* | ratelimiter: enable thread-safe mode & (related) API changesRainer Gerhards2012-10-151-1/+2
| |
* | interface cleanup (probably not final)Rainer Gerhards2012-10-151-1/+0
| |
* | milestone: ratelimiter used in imptcpRainer Gerhards2012-10-151-12/+7
| |
* | new ratelimit: interface plumbing addedRainer Gerhards2012-10-091-3/+3
|/ | | | no actual implementation yet done
* somewhat better debug outputRainer Gerhards2012-09-281-1/+3
|
* imptcp: implement support for module() parametersRainer Gerhards2012-09-271-7/+70
|
* imudp: implement support for input()Rainer Gerhards2012-09-261-0/+2
|
* imptcp: implement support for input()Rainer Gerhards2012-09-261-14/+119
|
* bugfix: imptcp aborted when $InputPTCPServerBindRuleset was usedRainer Gerhards2012-07-241-1/+1
|
* bugfix: imtcp aborted when more than 2 connections were used.Andre Lorbach2012-07-111-1/+1
| | | | | Incremented pthread stack size to 4MB for imtcp, imptcp and imttcp closes: http://bugzilla.adiscon.com/show_bug.cgi?id=342
* bugfix: small memory leak in imptcp (static after config read)Rainer Gerhards2012-06-141-1/+2
|
* bugfix: invalid free in imptcp could lead to abort during startupRainer Gerhards2012-05-291-0/+2
|
* Merge branch 'v5-devel'Rainer Gerhards2012-04-071-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c
| * Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-201-2/+13
| |\ | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imptcp/imptcp.c
| * \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-141-0/+1
| |\ \ | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * \ \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-1/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/imuxsock.html doc/manual.html runtime/queue.c
* | \ \ \ Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-3/+19
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: action.c configure.ac doc/imuxsock.html plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c runtime/ruleset.c tcpsrv.h tools/syslogd.c
| * | | | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-201-3/+14
| | |_|/ | |/| | | | | | | | | | for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
| * | | added missing initialization of stats countersRainer Gerhards2012-03-141-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | this was necessary due to refactoring of the stats subsystem ... but should have been done in the first place when this code was written. Thanks to Kaiwang Chen for his analysis of the stats subsystem, which ultimately lead to this patch!
| * | bugfix: imptcp stats sometimes incorrectly reported socket as IPv6Rainer Gerhards2012-02-201-1/+3
| | |
* | | Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-12/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
| * | | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-8/+8
| | | | | | | | | | | | | | | | The most common files are now changed, more needs to be done.
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-181-17/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imptcp/imptcp.c
* | \ \ \ Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-16/+43
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/parser.c template.c tools/omfwd.c tools/syslogd.c
| * | | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-181-15/+41
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | imptcp: added additional information to stats recordRainer Gerhards2012-01-181-6/+10
| | | | |
| | * | | imptcp: added basic stats countersRainer Gerhards2012-01-181-10/+32
| | | |/ | | |/|
| * | | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-17/+16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
* | | | Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-17/+17
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
| * | | licensing updateRainer Gerhards2012-01-161-17/+16
| | | |