summaryrefslogtreecommitdiffstats
path: root/plugins/imptcp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2010-11-251-1/+19
|\ | | | | | | | | Conflicts: runtime/rsyslog.h
| * streamlined epoll_create() code a little bitRainer Gerhards2010-11-251-2/+5
| |
| * fixed compile problem in imptcp if no epoll_create1() is presentDavid Hill2010-11-251-0/+1
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * provide clear error message if platform does not support imptcpRainer Gerhards2010-11-051-0/+7
| |
| * permitted imptcp to work on systems which support epoll(), but not ↵Rainer Gerhards2010-11-051-1/+8
| | | | | | | | | | | | | | epoll_create(). Bug: http://bugzilla.adiscon.com/show_bug.cgi?id=204 Thanks to Nicholas Brink for reporting this problem.
| * solved minor compile problem (caused by merge)Rainer Gerhards2010-10-151-1/+0
| |
* | Merge branch 'v5-devel'Rainer Gerhards2010-08-111-10/+17
|\ \
| * | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-111-10/+17
| |\|
| | * imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-111-5/+8
| | | | | | | | | | | | also improved testbench
| | * fixed minor issue: imptcp did a close(-1) on each acceptRainer Gerhards2010-08-111-1/+2
| | |
| | * imptcp: added $InputPTCPServerNotifyOnConnectionClose directiveRainer Gerhards2010-08-111-5/+8
| | | | | | | | | | | | plus some minor cleanup
* | | Merge branch 'master' into tmpRainer Gerhards2010-08-111-7/+7
|/ / | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omudpspoof/omudpspoof.c runtime/rsyslog.h also updated omuxsock and imptcp to new interfaces
* / fix required for new engineRainer Gerhards2010-08-111-1/+0
|/
* some cleanup and minor optimizationRainer Gerhards2010-08-101-33/+32
|
* added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-18/+41
| | | | it now also works reliably in edge-triggered mode
* added imptcpRainer Gerhards2010-08-102-0/+1152
imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)