summaryrefslogtreecommitdiffstats
path: root/plugins/imuxsock
Commit message (Expand)AuthorAgeFilesLines
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+2
* improved input thread termination for imtcp and imuxsockRainer Gerhards2009-10-161-0/+3
* removed no longer needed msg_t property "bParseHOSTNAME"Rainer Gerhards2009-10-131-2/+0
* changed imuxsock to no longer use deprecated submitAndParseMsg() interfaceRainer Gerhards2009-10-121-16/+64
* added new config option $InputUnixListenSocketCreatePathRainer Gerhards2009-09-041-2/+12
* internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-0/+10
* Merge branch 'master' into v5-develRainer Gerhards2009-07-011-2/+16
|\
| * finished transition to using inputName propertyRainer Gerhards2009-06-301-2/+16
* | minor cleanupRainer Gerhards2009-05-201-5/+2
|/
* Merge branch 'beta'Rainer Gerhards2009-02-241-1/+1
|\
| * make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
* | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-1/+3
* | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-1/+1
* | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-1/+1
|/
* performance optimization: unnecessary time() calls during message parsing rem...Rainer Gerhards2008-09-161-3/+3
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-1/+1
* removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-3/+24
* added ability to specify flow control mode for imuxsockRainer Gerhards2008-08-081-3/+21
* added $InputUnixListenSocketHostName config directiveRainer Gerhards2008-08-011-11/+30
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-3/+3
* Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+2
* some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-2/+2
* completed better modularity of runtimeRainer Gerhards2008-04-171-4/+1
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-3/+7
* some more cleanupRainer Gerhards2008-04-161-1/+2
* made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
* some cleanupRainer Gerhards2008-04-111-1/+1
* added flow control options to other input sourcesRainer Gerhards2008-03-191-1/+1
* some cleanupRainer Gerhards2008-03-071-1/+0
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-3/+30
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-2/+6
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-13/+0
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-1/+1
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-1/+2
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-5/+4
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-4/+2
* implemented $AddUnixListenSocket config directiveRainer Gerhards2007-12-201-13/+83
* implemented $SystemLogSocketName config directiveRainer Gerhards2007-12-201-6/+25
* implemented $OmitLocalLogging config directiveRainer Gerhards2007-12-201-11/+13
* moved unix socket code to its own module (imuxsock)Rainer Gerhards2007-12-201-14/+130
* begun moving unix socket code to its own moduleRainer Gerhards2007-12-203-0/+142