summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Expand)AuthorAgeFilesLines
* imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-171-3/+19
* Merge branch 'v7-stable'Rainer Gerhards2013-09-131-0/+2
|\
| * Merge branch 'v7-stable' into v7-stable-tlsfixRainer Gerhards2013-09-131-3/+20
| |\
| * | bugfix: segfault on startup if TLS was used but no CA cert setRainer Gerhards2013-09-131-0/+2
* | | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-071-1/+1
* | | milestone: defaultTZ can be set in msg obj (via imtcp)Rainer Gerhards2013-08-301-0/+12
| |/ |/|
* | optimize: have dns cache pre-create rsyslog prop_t'sRainer Gerhards2013-01-241-3/+1
* | imtcp: support for Linux-Type ratelimiting addedRainer Gerhards2012-10-151-0/+16
* | ratelimit: added linux-like ratelimiter typeRainer Gerhards2012-10-151-1/+1
* | ratelimit: imtcp (and gssapi) converted to new interfaceRainer Gerhards2012-10-151-0/+3
|/
* Merge branch 'v6-stable'Rainer Gerhards2012-08-251-1/+1
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-1/+1
| |\
| | * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-1/+1
| | * Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-191-3/+4
| | |\
| | * \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-141-0/+1
| | |\ \
| | * \ \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-161-16/+19
| | |\ \ \
* | | | | | Merge branch 'beta'Rainer Gerhards2012-07-241-1/+1
|\| | | | |
| * | | | | bugfix: imtcp aborted when more than 2 connections were used.Andre Lorbach2012-07-111-1/+1
* | | | | | implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-251-1/+1
* | | | | | improved support for --enable-debuglessRainer Gerhards2012-05-291-7/+6
|/ / / / /
* | | | | tcpsrv: cleaned up patch, works now with multiple users as wellRainer Gerhards2012-05-181-7/+26
* | | | | regression: tcpsrv.c always activated first worker, what lead to hangRainer Gerhards2012-05-161-1/+1
* | | | | bugfix: imtcp could cause hang during receptionRainer Gerhards2012-05-161-12/+30
* | | | | minor issue: tcpsrv did not decrement wrkr cnt on shutdownRainer Gerhards2012-05-151-1/+3
* | | | | Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-3/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-191-3/+4
| | |_|/ | |/| |
| * | | added missing initialization of stats countersRainer Gerhards2012-03-141-0/+1
| | |/ | |/|
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-01-161-16/+19
| |\ \
* | \ \ Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+19
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-16/+19
| |\ \ \
| | * | | some more files to ASL 2.0Rainer Gerhards2012-01-111-16/+16
* | | | | Merge branch 'v5-devel'Rainer Gerhards2011-12-201-1/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2011-12-201-1/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | imtcp: added stats countersRainer Gerhards2011-12-201-1/+14
| | |/ /
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-06-271-0/+14
|\| | |
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-141-2/+3
| |\| |
| | * | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-101-3/+6
| * | | Merge branch 'v4-devel' into v5-develRainer Gerhards2011-06-141-1/+3
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-141-4/+6
| * | | added capability for imtcp to activate keep-alive packetsRainer Gerhards2011-05-091-0/+14
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-05-031-1/+2
| |\ \ \ | | | |/ | | |/|
* | | | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-101-6/+11
* | | | step: imtcp did not properly handle privilege dropRainer Gerhards2011-05-061-1/+0
* | | | Merge branch 'v5-stable'Rainer Gerhards2011-05-021-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-021-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: TCP connection invalidly aborted when messages needed to be discardedRainer Gerhards2011-05-021-1/+1
| | * | slightly more informative errmsg when TCP connection is abortedRainer Gerhards2011-05-021-3/+5
* | | | cosmetic cleanupRainer Gerhards2011-05-021-2/+0
* | | | minor: some better debug instrumentationRainer Gerhards2011-04-271-0/+1
* | | | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1