summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
| * | milestone: lookup table ready for actual load (but load not yet done)Rainer Gerhards2013-07-096-9/+60
| | |
| * | milestone: add lookup_table stmt to RainerScriptRainer Gerhards2013-07-094-5/+44
| | | | | | | | | | | | ... but still does nothing execpt calling the handler.
| * | add lookup table sekeleton to build systemRainer Gerhards2013-07-054-0/+111
| | |
* | | change main/ruleset queue defaults to be more enterprise-likeRainer Gerhards2013-10-042-9/+11
| | | | | | | | | | | | | | | | | | | | | new defaults are queue.size 100,000 max workers 2, worker activation after 40,000 msgs are queued, batch size 256. These settings are much more useful for enterprises and will not hurt low-end systems that much. This is part of our re-focus on enterprise needs.
* | | omfwd: new action parameter "maxErrorMessages" addedRainer Gerhards2013-09-301-0/+2
| | |
* | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-261-2/+6
|\ \ \
| * | | mmrfc5424addhmac: correctly handle empty structured dataRainer Gerhards2013-09-261-2/+6
| | | |
* | | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-263-47/+68
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h
| * | | mmrfc5424addhmac: complete initial implementationRainer Gerhards2013-09-252-0/+17
| | | | | | | | | | | | | | | | | | | | hash is now also persisted back to structured-data rsyslog property
| * | | simplify STRUCTURED-DATA representation in msg objectRainer Gerhards2013-09-252-19/+23
| | | |
| * | | milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it)Rainer Gerhards2013-09-232-0/+7
| | | |
| * | | expose so-far msg-internal method to query structured dataRainer Gerhards2013-09-232-22/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also lead to a slight performance optimization in the msg.c module (when it comes to querying structured data). This is stage work in order to provide the capability to fully parse structured data.
| * | | mmrfc5424addhmac milestone: do not process non-rfc5424 messagesRainer Gerhards2013-09-232-10/+12
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-261-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | remove no-longer needed data itemRainer Gerhards2013-09-251-1/+0
| |/ /
* | | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-174-3/+54
| | | | | | | | | | | | permits overriding the system default stream driver (gtls, ptcp)
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-132-3/+21
|\| | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | bugfix: segfault on startup if TCP TLS was used but no cert or key setRainer Gerhards2013-09-132-1/+13
| | |
| * | Merge branch 'v7-stable' into v7-stable-tlsfixRainer Gerhards2013-09-1361-869/+5925
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| | * | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-122-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h
| * | | bugfix: segfault on startup if TLS was used but no CA cert setRainer Gerhards2013-09-132-2/+8
| | | |
* | | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-122-3/+1
| | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem
* | | | regression fix: message properties did not workRainer Gerhards2013-09-112-2/+2
| | | | | | | | | | | | | | | | | | | | This was a regeression from the global/local variabe work done for this release. Consequently, this problem did not occur in any released version.
* | | | imfile: support LF escaping in read mode 2Rainer Gerhards2013-09-101-6/+16
| | | |
* | | | imfile: support LF escaping in read mode 1Rainer Gerhards2013-09-102-6/+16
| | | |
* | | | impstats: implement parameter "resetCounters"Rainer Gerhards2013-09-092-14/+15
| | | | | | | | | | | | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details).
* | | | impstats: reset stats counters no matter if CEE or regular mode is usedRainer Gerhards2013-09-091-3/+17
| | | |
* | | | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-073-9/+17
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-051-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-1/+1
| | | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning the problem.
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-033-5/+6
|\| | |
| * | | make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-033-5/+6
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-023-5/+12
|\| | |
| * | | Using more appropriate helper function to get the error messageAhto Truu2013-09-021-1/+1
| | | |
| * | | More careful TLV encoding/decodingAhto Truu2013-09-023-4/+11
| | | |
* | | | Merge branch 'c9'Rainer Gerhards2013-09-024-1/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c
| * | | | apply default TZ if none is present in legacy timestampRainer Gerhards2013-09-022-0/+10
| | | | |
| * | | | milestone: defaultTZ can be set in msg obj (via imtcp)Rainer Gerhards2013-08-302-1/+13
| |/ / / | | | | | | | | | | | | ... but parser does not yet use it.
* | | | add $!, $., $/ to RSYSLOG_DebugFormatRainer Gerhards2013-07-231-1/+1
| | | | | | | | | | | | | | | | Thanks to David Lang for the suggestion.
* | | | Merge branch 'master-globalvars'Rainer Gerhards2013-07-235-12/+64
|\ \ \ \
| * | | | add proper sync to global variablesRainer Gerhards2013-07-231-3/+17
| | | | |
| * | | | fix: global&local variables could not be accessed via RainerScriptRainer Gerhards2013-07-232-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | also, global variable pool did receive extra variables that did not belong to global pool (problem in last milestone commit)
| * | | | first shot at global variables (without proper sync so far)Rainer Gerhards2013-07-224-8/+42
| | | | |
* | | | | Added check if mainqueue cfg ptr is NULL in glblDestructMainqCnfObj function ↵Andre Lorbach2013-07-231-1/+4
|/ / / / | | | | | | | | | | | | (glbl.c)
* | | | Merge branch 'master-localvars'Rainer Gerhards2013-07-204-53/+143
|\ \ \ \
| * | | | make local vars work together with disk queuesRainer Gerhards2013-07-171-0/+8
| | | | |
| * | | | milestone: basic local variable functionality availableRainer Gerhards2013-07-174-13/+69
| | | | | | | | | | | | | | | | | | | | but some nits, like do not work with disk queues
| * | | | refactor in preparation of local variablesRainer Gerhards2013-07-172-40/+66
| | | | | | | | | | | | | | | | | | | | | | | | | local variables require a second json root; this refactoring makes sure we can basically use common functions for json handling
* | | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-191-4/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | debug: improve queue startup debug outputRainer Gerhards2013-07-191-4/+4
| | | | |