summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* changed the way the MySQL API is usedRainer Gerhards2007-01-301-0/+6
|
* added -e option to turn off message suppressionRainer Gerhards2007-01-301-0/+2
|
* fixed a makefile bug that disabled db suppot when netzip was enabledRainer Gerhards2007-01-301-0/+2
|
* fixed too-low listen backlog parameterRainer Gerhards2007-01-291-0/+6
|
* preparing doc for 1.13.0 releasev1-13-0Rainer Gerhards2006-12-191-1/+1
|
* preparing for releaseRainer Gerhards2006-12-191-1/+2
|
* compression support on the receiver side completedRainer Gerhards2006-12-071-0/+3
|
* receiver for compressed syslog over tcp almost readyRainer Gerhards2006-12-041-1/+4
|
* on the way to implement on-the-wire zip compression (not yet complete)Rainer Gerhards2006-11-301-0/+11
|
* property replacer options space-cc and drop-cc addedRainer Gerhards2006-11-171-0/+1
|
* added '$' toPos specifierRainer Gerhards2006-10-171-0/+2
|
* housekeeping for next releaseRainer Gerhards2006-10-041-1/+3
|
* release date includedRainer Gerhards2006-10-041-1/+1
|
* fixed a bug in the property replace which lead to an extra TAB at stringRainer Gerhards2006-09-271-0/+8
| | | | end if field extraction was used.
* made the field-delimiter inside property replacer (templates) configurableRainer Gerhards2006-09-271-0/+2
|
* changed libpath for dblibs in makefile to better support fedoraRainer Gerhards2006-09-221-1/+3
|
* first implementation of option to turn off hostname and tag parsingRainer Gerhards2006-03-131-801/+802
|
* now it compiles under solaris, but I could not yet test it (need to findRainer Gerhards2006-02-161-0/+2
| | | | out how to disable stock syslogd on this platform ;))
* some changes to support SolarisRainer Gerhards2006-02-161-0/+1
|
* housekeeping changes to start development on next versionRainer Gerhards2006-02-151-0/+2
|
* preparing for 1.12.2 releaseRainer Gerhards2006-02-151-3/+3
|
* fixed a bug in debian startup scriptRainer Gerhards2006-02-021-0/+27
|
* fixed a bug that caused the default socket (usually /dev/log) to be openedRainer Gerhards2006-01-101-0/+2
| | | | even when -o command line option was given
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-101-0/+2
| | | | a TIMESTAMP
* added support for field-based text extraction in the property replacer.Rainer Gerhards2005-12-221-1/+2
| | | | This is untested so far (the evening came quicker than anticipated ;))
* core parser for syslog-protocol addedRainer Gerhards2005-11-241-0/+2
|
* fixed a bug in RFC3339 timestamp generation; added support for 3339Rainer Gerhards2005-11-231-0/+4
| | | | timestamps in internally-generated messages
* housekeeping/preparing for next releaseRainer Gerhards2005-11-231-0/+2
|
* doc updates for 1.12.1 releaseRainer Gerhards2005-11-231-757/+757
|
* streamlined internal log messages (removed the now-duplicate tag text)Rainer Gerhards2005-11-161-0/+2
|
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-101-0/+2
| | | | | missing hostnames and then returns correct hostname (sender then) and TAG
* fixed a bug causing core dump when no TAG was in messageRainer Gerhards2005-11-041-0/+4
|
* fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed aRainer Gerhards2005-10-281-0/+3
| | | | bug in make install, where rfc3195d was not installed.
* made multithreading work under BSDRainer Gerhards2005-10-261-0/+3
|
* preparing for 1.12.0 releasev1-12-0Rainer Gerhards2005-10-261-3/+3
|
* dual-threading code looks now fairly complete and stableRainer Gerhards2005-10-251-0/+2
|
* fixed some issues with TCP senderRainer Gerhards2005-10-251-0/+1
|
* fixed bug in tcp sender that could cause rsyslogd to dump coreRainer Gerhards2005-10-251-1/+8
|
* some non-intrusive preparations for dual-threadingRainer Gerhards2005-10-241-0/+4
|
* made sure no call to exit or die is done once rsyslogd is runningRainer Gerhards2005-10-241-0/+5
|
* fixed potential race condition with domark(); improved debug outputRainer Gerhards2005-10-201-0/+4
|
* preparation for next release (housekeeping)Rainer Gerhards2005-10-191-0/+2
|
* rsyslogd still shares some code with the sysklogd project. Some patches forRainer Gerhards2005-10-191-7/+9
| | | | this shared code have been brought over from the sysklogd CVS.
* made "!progname" fully BSD-compliant; added property "programname"Rainer Gerhards2005-10-191-3/+2
|
* fixing a bug with the "startswith" comparison mode; more work on BSD-styleRainer Gerhards2005-10-191-0/+2
| | | | host blocks
* added support for BSD-style host blocksRainer Gerhards2005-10-191-0/+3
|
* begin implementing BSD-style program blocksRainer Gerhards2005-10-181-0/+5
|
* added capability to specify listen port for rfc3195dRainer Gerhards2005-10-141-0/+1
|
* some restructuring, mostly preparation for an eventual move to aRainer Gerhards2005-10-131-0/+4
| | | | dual-threading model
* added first (simple) version of rfc3195 receiver; some bug fixes andRainer Gerhards2005-10-121-1/+7
| | | | supporting changes to rsyslogd