summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'v4-beta' into betaRainer Gerhards2009-11-302-1/+3
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | bugfix: hostname accidently set to IP address for some message sourcesRainer Gerhards2009-11-302-1/+3
| | | |/ / / | | |/| | | | | | | | | | | | | | | for example imudp. Thanks to Anton for reporting this bug.
| | * | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-302-1/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
* | | | | | extended testbench: tests for $CreateDirsRainer Gerhards2009-11-307-2/+74
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2009-11-302-1/+5
|\| | | | |
| * | | | | cosmetic: mentioned imported patch in ChangeLogRainer Gerhards2009-11-301-0/+2
| | | | | |
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2009-11-302-1/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-306-28/+51
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html
| | | * | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-302-1/+3
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-302-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | default thus was random (but most often "on")
* | | | | | | bumped version number & updated project statusRainer Gerhards2009-11-273-5/+7
| | | | | | |
* | | | | | | preparing for 5.5.1 releasev5.5.1Rainer Gerhards2009-11-271-1/+1
| | | | | | |
* | | | | | | re-implemented $EscapeControlCharacterTab config directiveRainer Gerhards2009-11-279-1/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on Jonathan Bond-Caron's patch for v4. This now also includes some automatted tests.
* | | | | | | Merge branch 'v4-devel' into masterRainer Gerhards2009-11-272-2/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I needed to (temporarily) remove the $EscapeControlCharacterTab config directive as it no longer fits into the rewritten rsyslog parser part. Conflicts: dirty.h tools/syslogd.c
| * | | | | | added at least minimal doc for $EscapeControlCharacterTabRainer Gerhards2009-11-271-0/+1
| | | | | | |
| * | | | | | added $EscapeControlCharacterTab config directiveJonathan Bond-Caron2009-11-273-6/+11
| | | | | | |
| * | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-252-1/+6
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'beta' into masterRainer Gerhards2009-11-264-8/+24
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/sndrcv_drvr.sh
| * | | | | | bugfix: commit transaction was not properly conveyed to message layer,Rainer Gerhards2009-11-262-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | potentially resulting in non-message destruction and thus hangs
| * | | | | | Merge branch 'v4-beta' into betaRainer Gerhards2009-11-257-30/+58
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/Makefile.am tests/sndrcv_drvr.sh
| | * | | | | bugfix (kind of): check if TCP connection is still alive if using TLSJonathan Bond-Caron2009-11-252-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | enhanced module debug outputRainer Gerhards2009-11-252-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and addes some (later-to-be-removed) debug code to support finding a problem in transaction handling.
* | | | | | | doc: added info on compile settings for atomic ops when building from sourceRainer Gerhards2009-11-252-2/+28
| | | | | | |
* | | | | | | solved some platform issues with nsdpoll_ptcpRainer Gerhards2009-11-253-3/+9
| | | | | | |
* | | | | | | Merge branch 'beta'Rainer Gerhards2009-11-253-0/+29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2009-11-252-0/+21
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | * | | | | bugfix: enabling GSSServer crashes rsyslog startupTomas Kubina2009-11-252-0/+6
| | | | | | |
| | * | | | | cosmetic: added bugfix to changelogRainer Gerhards2009-11-121-0/+2
| | | | | | |
| | * | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-123-4/+9
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-126-1/+56
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | | | | | | preparing for version 5.2.0v5.2.0Rainer Gerhards2009-11-024-2/+51
| | | | | | | | |
| * | | | | | | | bugfix: omfile output was only written when buffer was fullRainer Gerhards2009-11-182-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... not at end of transaction.
* | | | | | | | | Merge branch 'nspoll'Rainer Gerhards2009-11-2516-27/+776
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | goal reached: epoll() driver for plain tcp syslog receiver availableRainer Gerhards2009-11-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduced the ablity for netstream drivers to utilize an epoll interface This offers increased performance and removes the select() FDSET size limit from imtcp. Note that we fall back to select() if there is no epoll netstream drivers. So far, an epoll driver has only been implemented for plain tcp syslog, the rest will follow once the code proves well in practice AND there is demand.
| * | | | | | | | | fixing some potential segfault conditionsRainer Gerhards2009-11-255-18/+41
| | | | | | | | | |
| * | | | | | | | | milestone commit: first working version with epoll/tcpRainer Gerhards2009-11-236-83/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but not well-tested, so there may be many hidden bugs.
| * | | | | | | | | milestone: working towards utilizing epoll interfaceRainer Gerhards2009-11-193-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: this version does NOT run - tcp-based servers are defunct.
| * | | | | | | | | milestone commit: first driver layer call doneRainer Gerhards2009-11-1811-20/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... does not really run. We can now call into the epoll driver, but not handle epoll(). The driver also needs more modifications.
| * | | | | | | | | added skeleton for supporting epoll() API in netstream subsystemRainer Gerhards2009-11-189-3/+434
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-204-8/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tests/sndrcv_drvr.sh tools/syslogd.c
| * | | | | | | | debugondemand mode caused backgrounding to failRainer Gerhards2009-11-204-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is close to a bug, but I'd consider the ability to background in this mode a new feature...
| * | | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-203-1/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | * | | | | | | preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-185-3/+5
| | | | | | | | |
* | | | | | | | | bumped version number & updated project statusRainer Gerhards2009-11-183-9/+11
| | | | | | | | |
* | | | | | | | | prepared for 5.5.0 releasev5.5.0Rainer Gerhards2009-11-181-1/+1
| | | | | | | | |
* | | | | | | | | doc: improved description of what loadable modules can doRainer Gerhards2009-11-175-4/+53
| | | | | | | | |
* | | | | | | | | minor: moved all code to new isAllowedSender2() interfaceRainer Gerhards2009-11-174-6/+7
| | | | | | | | |
* | | | | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-1716-56/+234
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html gss-misc.c plugins/imgssapi/imgssapi.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c
| * | | | | | | | worked a bit on "unlimited select()" patchRainer Gerhards2009-11-173-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - potential segfault in gss-misc.c - glbl interface needed different version ID - some compile time warning cleanup
| * | | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-174-26/+48
| |\| | | | | | |