summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* fixing regression: multi-threading had racesRainer Gerhards2011-01-314-1/+11
|
* interim commit: current debug state of new imptcpRainer Gerhards2011-01-281-17/+23
| | | | | | I need to verify the concept used in a simpler environment, and this means I probably need to freeze the (non-working) state here for a couple of days.
* resolved problem with intermixing requestsRainer Gerhards2011-01-271-2/+2
|
* experimental: added thread pool to tcpsrv epoll handlerRainer Gerhards2011-01-271-1/+2
| | | | | this seems to work in lab, but is brand-new code. needs practice drill.
* interim commit: refactored epoll processingRainer Gerhards2011-01-265-10/+20
| | | | this is a perquisite for multi-threading the input handler
* improved tcpsrv performance by enabling multiple-entry epollRainer Gerhards2011-01-254-15/+24
| | | | | | so far, we always pulled a single event from the epoll interface. Now 128, what should result in performance improvement (less API calls) on busy systems. Most importantly affects imtcp.
* Merge branch 'v5-devel'Rainer Gerhards2010-12-1711-54/+85
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c
| * Merge branch 'v4-devel' into v5-develRainer Gerhards2010-12-171-7/+19
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html doc/manual.html plugins/imudp/imudp.c runtime/msg.h tools/syslogd.c
| | * added $IMUDPSchedulingPolicy and $IMUDPSchedulingPriority config settingsRainer Gerhards2010-12-171-0/+1
| | |
| | * added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-162-11/+19
| | | | | | | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| | * Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-168-18/+11
| | |\ | | | | | | | | | | | | | | | | Conflicts: runtime/parser.c
| | * | bugfix: atomic increment for msg object may not work correct on all platforms.Chris Metcalf2010-11-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-11-241-0/+17
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | * \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-192-2/+9
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/cfsysline.c tools/ompipe.c
| * | \ \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2010-12-178-26/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | | bug fixes in action processingRainer Gerhards2010-12-171-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: action processor released mememory too early, resulting in potential issue in retry cases (but very unlikely due to another bug, which I also fixed -- only after the fix this problem here became actually visible). - bugfix: batches which had actions in error were not properly retried in all cases
| | * | | | | bugfix: batch processing flagged invalid message as "bad" under some ↵Rainer Gerhards2010-12-163-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | circumstances also fixed some cosmetic nits
| | * | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-165-12/+6
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| | | * | | | some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-166-15/+8
| | | | | | |
| | | * | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-12-162-3/+3
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | | * | | improved some code based on clang static analyzer resultsRainer Gerhards2010-12-162-3/+3
| | | | | | |
| | * | | | | bugfix: unitialized variable could cause issues under extreme conditionsRainer Gerhards2010-12-162-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus some minor nits. This was found after a clang static code analyzer analysis (great tool, and special thanks to Marcin for telling me about it!)
| * | | | | | bugfix: one type of 64bit atomics was enabled when 32bit atomics were supportedRainer Gerhards2010-12-021-17/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also cleaned up some minor things
| * | | | | | bugfix: fixed build problems on some platformsRainer Gerhards2010-12-012-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | namely those that have 32bit atomic operations but not 64 bit ones
* | | | | | | milestone: added support for CEE-variables to RainerScriptRainer Gerhards2010-12-0310-0/+128
| | | | | | |
* | | | | | | milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-016-24/+81
| | | | | | |
* | | | | | | milestone: ability to use normalized names in templatesRainer Gerhards2010-12-011-0/+37
| | | | | | |
* | | | | | | milestone: template supports CEE output via %$!all-json%Rainer Gerhards2010-12-013-4/+18
| | | | | | |
* | | | | | | mmnormalize loads & runs (basic testing done)Rainer Gerhards2010-12-012-3/+7
| | | | | | |
* | | | | | | milestone: added mmnormalize (compiles, but untested)Rainer Gerhards2010-12-013-1/+7
| | | | | | |
* | | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-11-259-161/+243
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | | | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-259-129/+212
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h
| | * | | | | bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-255-124/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile).
| | * | | | | bugfix: atomic increment for msg object may not work correct on all platforms.Chris Metcalf2010-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-11-241-0/+17
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | | * | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-11-241-0/+17
| | | |\| | | | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | | | * | bugfix(important): problem in TLS handling could cause rsyslog to loopv3.22.3Rainer Gerhards2010-11-241-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... in a tight loop, effectively disabling functionality and bearing the risk of unresponsiveness of the whole system. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
| | * | | | bugfix: compile failed with --enable-unlimited-selectvarmojfekoj2010-11-052-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-222-2/+9
|\| | | | |
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2010-10-222-2/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-192-2/+9
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac runtime/cfsysline.c tools/ompipe.c
| | | * | | fixing some compile problems on FreeBSDRainer Gerhards2010-10-193-5/+12
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-152-11/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-10-151-8/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am plugins/imfile/imfile.c runtime/stream.c tests/tcpflood.c
| | * | | | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-152-8/+12
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| | | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-151-8/+8
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/stream.c
| | | | * | imfile: bugfixes in regard to large files (> 2GB)Rainer Gerhards2010-10-151-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: a couple of problems that imfile had on some platforms, namely Ubuntu (not their fault, but occured there) - bugfix: imfile utilizes 32 bit to track offset. Most importantly, this problem can not experienced on Fedora 64 bit OS (which has 64 bit long's!)
| * | | | | imfile: bug fixesRainer Gerhards2010-10-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | either one or two bugs fixed ;) Definitely a problem where no state file is written when working with relative pathes. Also, some problems with offsets should be fixed for very large files. However, I could not yet experimentally show the issue so it probably needs more verification.
| * | | | | removed need for math libraryRainer Gerhards2010-10-111-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by doing math a little bit more optimal in hash table code. Also reduced memory requirement for imuxsock hash tables (expected number of connections was set too high -- table can be extended dynamically).
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-0518-6/+1838
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c runtime/rsyslog.h