summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* milestone: new output plugin interface call addedRainer Gerhards2011-07-216-22/+56
|
* milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-205-43/+30
|
* milestone: on the way to a new action conf interface to plugins...Rainer Gerhards2011-07-202-9/+70
|
* milestone: added module config namesRainer Gerhards2011-07-205-84/+27
|
* milestone: size syntax implementedRainer Gerhards2011-07-192-10/+7
|
* milestone: glbl obj parameters settable via new conf interfaceRainer Gerhards2011-07-193-3/+74
|
* milestone: two syntaxes for get conf param implementedRainer Gerhards2011-07-191-0/+2
|
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-193-2/+44
| | | | | also, the foundation for accessing conf file params has been laid. Still more work to do...
* bugfix: misaddressing in config handlerRainer Gerhards2011-07-151-1/+1
| | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me.
* more cleanupRainer Gerhards2011-07-153-9/+12
|
* some more cleanupRainer Gerhards2011-07-154-382/+2
| | | | preparing for a new, higher performance, variant object type
* Merge branch 'master-newconf'Rainer Gerhards2011-07-1229-4233/+359
|\ | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c
| * removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-122-85/+17
| |
| * more cleanup, working on emergency config systemRainer Gerhards2011-07-113-16/+59
| |
| * fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-1/+2
| |
| * even more cleanup ;)Rainer Gerhards2011-07-112-105/+0
| |
| * more cleanup...Rainer Gerhards2011-07-117-259/+0
| |
| * more cleanupRainer Gerhards2011-07-117-919/+0
| |
| * cleanup, removing now unused codeRainer Gerhards2011-07-1115-2625/+0
| |
| * cleaup & emergency config system reactivatedRainer Gerhards2011-07-095-307/+18
| |
| * cosmetic updatesRainer Gerhards2011-07-081-4/+2
| |
| * milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-083-2/+140
| |
| * milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-084-24/+14
| |
| * milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-081-1/+1
| |
| * milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-074-10/+62
| |
| * milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-075-16/+31
| |
| * milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-063-33/+81
| | | | | | | | ... for "if" filters (more work to come, probably lots of more work... ;))
| * milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵Rainer Gerhards2011-07-062-1/+107
| | | | | | | | handled
* | Merge branch 'v5-devel'Rainer Gerhards2011-07-111-12/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * | issue a warning if old omusrmsg action syntax is usedRainer Gerhards2011-07-061-0/+1
| | |
| * | cosmetic: reformatted some codeRainer Gerhards2011-06-301-12/+5
| | | | | | | | | | | | so that more fits on a single screen --> useful for analysis
* | | Merge branch 'beta'Rainer Gerhards2011-07-061-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * | issue a warning if old omusrmsg action syntax is usedRainer Gerhards2011-07-061-0/+1
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-06-276-43/+112
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c tools/omfile.c
| * | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-212-5/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | added support for obtaining timestamp from system for imuxsockRainer Gerhards2011-06-202-35/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This permits to read the time a message was submitted to the system log socket. Most importantly, this is provided in microsecond resolution. So we are able to obtain high precision timestampis even for messages that were - as is usual - not formatted with them. This also simplifies things in regard to local time calculation in chroot environments. Many thanks to Lennart Poettering for suggesting this feature, providing some guidance on implementing it and coordinating getting the necessary support into the Linux kernel.
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-164-6/+34
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * \ \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-142-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c
| * \ \ \ \ Merge branch 'v4-devel' into v5-develRainer Gerhards2011-06-141-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tcpsrv.c
| | * \ \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-06-141-0/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-05-111-2/+6
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'v4-stable' into v4-develRainer Gerhards2011-05-092-11/+23
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tcpsrv.c tests/Makefile.am tests/tcpflood.c
| | * | | | | | | | bugfix: a slightly more informative error message when a TCPRainer Gerhards2011-05-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connections is aborted
| | * | | | | | | | bugfix: PRI was invalid on Solaris for message from local log socketCorey Smith2011-03-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: root <root@localhost.localdomain>
| * | | | | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-05-112-1/+11
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | added capability for imtcp to activate keep-alive packetsRainer Gerhards2011-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at the socket layer. reference: http://kb.monitorware.com/post20791.html
| * | | | | | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-05-032-2/+15
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | better handling of queue i/o errors in disk queues.Rainer Gerhards2011-05-033-7/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is kind of a bugfix, but a very intrusive one, thus it goes into the devel version first. Right now, "file not found" is handled and leads to the new emergency mode, in which disk action is stopped and the queue run in direct mode. An error message is emited if this happens.
* | | | | | | | | | | | Merge branch 'beta'Rainer Gerhards2011-06-216-9/+46
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am tests/manytcp-too-few-tls.sh
| * | | | | | | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-215-9/+40
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh