Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | basic queue file encryption | Rainer Gerhards | 2013-05-13 | 8 | -23/+248 | |
| * | | | | | | | enable shuffling of crypto parameters down through queue definition | Rainer Gerhards | 2013-05-10 | 8 | -43/+112 | |
| * | | | | | | | extend crypto provider interface so that it can support queue subsystem | Rainer Gerhards | 2013-05-08 | 3 | -18/+45 | |
| * | | | | | | | Merge branch 'master' into nextmaster | Rainer Gerhards | 2013-05-08 | 3 | -0/+13 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cosmetic: update .gitignore files | Rainer Gerhards | 2013-05-08 | 1 | -0/+1 | |
| * | | | | | | | | doc: add Axel Rau's patch to ChangeLog | Rainer Gerhards | 2013-05-06 | 1 | -0/+5 | |
| * | | | | | | | | Add configurable local client IP | Axel Rau | 2013-05-06 | 5 | -2/+40 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | prepare for 7.4.0 releasev7.4.0 | Rainer Gerhards | 2013-06-05 | 3 | -3/+4 | |
* | | | | | | | | 0mq fixes; credits to Hongfei Cheng and Brian Knox | Rainer Gerhards | 2013-06-04 | 5 | -397/+614 | |
* | | | | | | | | build: don't check for libs that are not needed | Tomas Heinrich | 2013-06-03 | 1 | -7/+1 | |
* | | | | | | | | doc: correct omfile documentation | Tomas Heinrich | 2013-06-03 | 1 | -6/+6 | |
* | | | | | | | | doc: clarify RSYSLOG_DEBUG format | Tomas Heinrich | 2013-06-03 | 1 | -0/+1 | |
* | | | | | | | | bugfix: postpone the start of the imgssapi listener | Tomas Heinrich | 2013-06-03 | 1 | -2/+19 | |
* | | | | | | | | bugfix: $template statement with multiple spaces lead to invalid tpl name | Rainer Gerhards | 2013-05-27 | 3 | -0/+30 | |
* | | | | | | | | doc bugfix: ReadMode wrong in imfile doc, two values were swapped | Rainer Gerhards | 2013-05-26 | 2 | -2/+5 | |
* | | | | | | | | add --enable-cached-man-pages ./configure option | Rainer Gerhards | 2013-05-26 | 2 | -1/+21 | |
* | | | | | | | | bugfix: imjournal should respect termination request | Tomas Heinrich | 2013-05-26 | 1 | -11/+67 | |
* | | | | | | | | bugfix: imjournal's thread shouldn't be canceled | Tomas Heinrich | 2013-05-26 | 1 | -2/+8 | |
* | | | | | | | | doc: add imjournal improvement to ChangeLog | Rainer Gerhards | 2013-05-22 | 1 | -0/+1 | |
* | | | | | | | | Eliminate sleep in imjournal code with sd_journal_wait | Milan Bartos | 2013-05-22 | 1 | -5/+6 | |
* | | | | | | | | Remove redundat cflags and links to libraries | Tomas Heinrich | 2013-05-20 | 4 | -8/+8 | |
* | | | | | | | | Revert "bugfix: problem in build system (especially when cross-compiling)" | Tomas Heinrich | 2013-05-20 | 1 | -2/+2 | |
* | | | | | | | | Don't #include libestr and libee headers when not necessary | Tomas Heinrich | 2013-05-20 | 3 | -5/+1 | |
* | | | | | | | | Clean up warnings in imjournal and omjournal | Tomas Heinrich | 2013-05-20 | 2 | -9/+14 | |
* | | | | | | | | Drop unneeded macro definition | Tomas Heinrich | 2013-05-20 | 1 | -1/+0 | |
* | | | | | | | | Imjournal state files can be stored in WorkDirectory | Milan | 2013-05-20 | 1 | -2/+14 | |
* | | | | | | | | bugfix: potential hang *in debug mode* on rsyslogd termination | Rainer Gerhards | 2013-05-15 | 2 | -7/+15 | |
* | | | | | | | | prepare for 7.3.15 releasev7.3.15 | Rainer Gerhards | 2013-05-14 | 3 | -3/+3 | |
* | | | | | | | | bugfix: problem in build system (especially when cross-compiling) | Winfried | 2013-05-14 | 2 | -2/+5 | |
* | | | | | | | | bugfix: .logsig files had tlv16 indicator bit at wrong offset | Rainer Gerhards | 2013-05-14 | 3 | -3/+4 | |
* | | | | | | | | Add a check for the rst2man binary | Tomas Heinrich | 2013-05-14 | 1 | -1/+11 | |
* | | | | | | | | doc: add recent patches to ChangeLog | Rainer Gerhards | 2013-05-14 | 1 | -0/+2 | |
* | | | | | | | | Add missing pid part of syslog tag. | Milan Bartos | 2013-05-14 | 1 | -3/+24 | |
* | | | | | | | | Fix a condition in imjournal | Tomas Heinrich | 2013-05-14 | 1 | -1/+10 | |
* | | | | | | | | cosmetic: reduce compiler warning | Marius Tomaschewski | 2013-05-14 | 1 | -1/+1 | |
* | | | | | | | | build: add cached copies of generated man pages to dist tarball | Rainer Gerhards | 2013-05-14 | 1 | -0/+2 | |
* | | | | | | | | doc: integrate imjournal doc contribution into rest of doc system | Rainer Gerhards | 2013-05-14 | 3 | -1/+4 | |
* | | | | | | | | Added a bit of imjournal documentation. | Milan Bartos | 2013-05-14 | 1 | -0/+44 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | omrelp: remove legacy code that was never used | Rainer Gerhards | 2013-05-14 | 1 | -57/+0 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | bugfix: omrelp legacy config parameters set a timeout of zero | Rainer Gerhards | 2013-05-13 | 2 | -0/+3 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslog | Rainer Gerhards | 2013-05-13 | 1 | -95/+95 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslog | Rainer Gerhards | 2013-05-10 | 3 | -0/+13 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| * | | | | doc: unify statement format in legacy stmt doc | Jan Gerhards | 2013-05-10 | 1 | -95/+95 | |
| | |/ / | |/| | | ||||||
* | | | | bugfix: invalid addressing in string class (recent regression) | Rainer Gerhards | 2013-05-13 | 4 | -8/+8 | |
| |/ / |/| | | ||||||
* | | | bugfix: segfault on startup if a disk queue was configure without file name | Rainer Gerhards | 2013-05-08 | 3 | -0/+13 | |
|/ / | ||||||
* | | prepare for 7.3.14 releasev7.3.14 | Rainer Gerhards | 2013-05-06 | 3 | -3/+3 | |
* | | doc: mention important merged-in patch in ChangeLog | Rainer Gerhards | 2013-05-06 | 1 | -0/+3 | |
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-05-06 | 2 | -1/+8 | |
|\ \ | ||||||
| * | | bugfix: potential segfault on startup when builtin module was specified in mo... | Rainer Gerhards | 2013-05-06 | 2 | -1/+8 | |
* | | | doc: mention important upported patch | Rainer Gerhards | 2013-05-03 | 1 | -0/+7 |