| Commit message (Expand) | Author | Age | Files | Lines |
* | applied patches for release 1.19.2, update documentationv1-19-2 | Michael Meckelein | 2007-08-28 | 6 | -49/+74 |
* | prepared for next release | Michael Meckelein | 2007-08-22 | 2 | -2/+5 |
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 13 | -217/+455 |
* | prepared changelog and configure.ac for the next update | Michael Meckelein | 2007-08-16 | 2 | -2/+5 |
* | Docs updated for v1.19.0 releasev1-19-0 | Michael Meckelein | 2007-08-16 | 2 | -5/+5 |
* | changed mysql doc | Michael Meckelein | 2007-08-14 | 1 | -1/+10 |
* | reflect arrival of dynamically loadable plug-ins (namely MySQL) | Rainer Gerhards | 2007-08-14 | 2 | -8/+9 |
* | described hardcoded plugin path | Rainer Gerhards | 2007-08-14 | 1 | -0/+3 |
* | provided proper credits | Rainer Gerhards | 2007-08-14 | 1 | -1/+1 |
* | removed invalid data in changelog | Rainer Gerhards | 2007-08-14 | 1 | -1/+1 |
* | added some code to support the forward-compatibilty directive $ModLoad | Rainer Gerhards | 2007-08-14 | 1 | -2/+16 |
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 9 | -44/+6469 |
* | bumping version numbers | Rainer Gerhards | 2007-08-13 | 2 | -2/+4 |
* | mod /contrib/delete_mysql, prepared docs for releasev1-18-2 | Michael Meckelein | 2007-08-13 | 4 | -19/+25 |
* | improved overall doc quality (some pages were quite old) and linked to more | Rainer Gerhards | 2007-08-13 | 1 | -0/+2 |
* | improved doc quality, changed some very old text. Also, added more links to | Rainer Gerhards | 2007-08-13 | 4 | -45/+61 |
* | preparing for 1.18.2 release | Rainer Gerhards | 2007-08-13 | 1 | -1/+5 |
* | - removed debian subdirectory by request of debian packager (this is a | Rainer Gerhards | 2007-08-13 | 2 | -95/+1 |
* | added important TODO item | Rainer Gerhards | 2007-08-09 | 1 | -0/+2 |
* | added module unload functionality; rsyslogd now unloads modules on exit (of | Rainer Gerhards | 2007-08-09 | 3 | -12/+38 |
* | added interface API for unloading module (a dummy) | Rainer Gerhards | 2007-08-09 | 1 | -0/+26 |
* | fixed a potential memory leak in modules.c, again, this could not happen in | Rainer Gerhards | 2007-08-09 | 1 | -1/+3 |
* | fixed a bug that would have manifested when module configuration commands | Rainer Gerhards | 2007-08-09 | 1 | -1/+10 |
* | added new doc files to autotools for make dist | Rainer Gerhards | 2007-08-09 | 1 | -1/+1 |
* | some text and code cleanup in cflineParseTemplate() to match the changed | Rainer Gerhards | 2007-08-09 | 1 | -11/+7 |
* | - fixed a bug in outchannel code that caused templates to be incorrectly | Rainer Gerhards | 2007-08-09 | 3 | -9/+5 |
* | somewhat improved config file doc - thanks to Florian Riedl for doing the | Rainer Gerhards | 2007-08-08 | 24 | -301/+590 |
* | fixed bug: default for $DropMsgsWithMaliciousDnsPTRRecords was not reset on | Rainer Gerhards | 2007-08-08 | 1 | -0/+1 |
* | bumped up version number | Rainer Gerhards | 2007-08-08 | 2 | -2/+4 |
* | prepared for 1.18.1 releasev1-18-1 | Rainer Gerhards | 2007-08-08 | 2 | -5/+10 |
* | preparing for 1.18.1 | Rainer Gerhards | 2007-08-08 | 1 | -1/+2 |
* | added a database cleanup script based on a suggestion of Michael Mansour. | Rainer Gerhards | 2007-08-08 | 4 | -1/+63 |
* | changed rsyslog.h include order to solve debian sid zlib inlcude issue | Michael Meckelein | 2007-08-08 | 15 | -14/+15 |
* | added config file directive $ActionResumeInterval | Rainer Gerhards | 2007-08-08 | 3 | -3/+29 |
* | added "slightly outdated" warnings | Rainer Gerhards | 2007-08-08 | 2 | -2/+7 |
* | added $ActionResumeInterval config directive | Rainer Gerhards | 2007-08-08 | 2 | -0/+37 |
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 20 | -264/+259 |
* | all compile-time settings are now shown in rsyslogd -v, not just the active | Rainer Gerhards | 2007-08-08 | 2 | -24/+49 |
* | optimized select handling, after select polling cycle is now finished when | Rainer Gerhards | 2007-08-08 | 2 | -44/+60 |
* | moved the "after select polling code (for fds)" to its own function | Rainer Gerhards | 2007-08-08 | 1 | -153/+175 |
* | added $MainMsgQueueSize config directive | Rainer Gerhards | 2007-08-07 | 1 | -0/+21 |
* | add config directive $MainMsgQueueSize, which now allows to configure the | Rainer Gerhards | 2007-08-07 | 2 | -7/+23 |
* | moved code to create/delete message queue to init(), after reading the conf | Rainer Gerhards | 2007-08-07 | 2 | -10/+18 |
* | applied patch from Michel Samia to fix compilation when the pthreads | Rainer Gerhards | 2007-08-07 | 3 | -0/+8 |
* | moved action object out of syslogd.c to its own fileset (action.c/h) | Rainer Gerhards | 2007-08-06 | 5 | -178/+265 |
* | applied a patch from varmojfekoj which solved a potential segfault of | Rainer Gerhards | 2007-08-06 | 2 | -4/+13 |
* | reduced number of identical error messages in ommysql.c while suspended | Rainer Gerhards | 2007-08-03 | 1 | -4/+12 |
* | bumping version number | Rainer Gerhards | 2007-08-03 | 2 | -2/+4 |
* | preparing for 1.18.0v1-18-0 | Rainer Gerhards | 2007-08-03 | 4 | -6/+11 |
* | perparing for 1.18.0 release | Rainer Gerhards | 2007-08-03 | 1 | -1/+4 |