summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed a bug in the property replace which lead to an extra TAB at stringRainer Gerhards2006-09-272-2/+12
| | | | end if field extraction was used.
* updated doc to reflect new field-delimiter configuration capabilityRainer Gerhards2006-09-271-2/+10
|
* made the field-delimiter inside property replacer (templates) configurableRainer Gerhards2006-09-275-18/+49
|
* added doc for known package distributionsRainer Gerhards2006-09-263-1/+37
|
* changed libpath for dblibs in makefile to better support fedoraRainer Gerhards2006-09-221-1/+3
|
* added fedore mysql libs in MakefileRainer Gerhards2006-09-221-2/+5
|
* first implementation of option to turn off hostname and tag parsingRainer Gerhards2006-03-132-893/+916
|
* compiles & runs on Solaris, but not as local loggerRainer Gerhards2006-02-162-6/+21
|
* now it compiles under solaris, but I could not yet test it (need to findRainer Gerhards2006-02-165-4/+147
| | | | out how to disable stock syslogd on this platform ;))
* added some missing defines for solaris (solved the copy&paste prob via cvsRainer Gerhards2006-02-161-0/+48
| | | | ;))
* some changes to support SolarisRainer Gerhards2006-02-163-2/+23
|
* housekeeping changes to start development on next versionRainer Gerhards2006-02-153-2/+4
|
* doc updates for 1.12.2v1-12-2Rainer Gerhards2006-02-154-194/+189
|
* preparing for 1.12.2 releaseRainer Gerhards2006-02-153-9/+6
|
* fixed a bug in debian startup scriptRainer Gerhards2006-02-022-1/+28
|
* fixed a bug that caused the default socket (usually /dev/log) to be openedRainer Gerhards2006-01-102-1/+3
| | | | even when -o command line option was given
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-102-28/+28
| | | | a TIMESTAMP
* finalized field-support in property replacer (doc updated)Rainer Gerhards2005-12-233-199/+240
|
* finished field-based property replacer codeRainer Gerhards2005-12-233-28/+36
|
* added support for field-based text extraction in the property replacer.Rainer Gerhards2005-12-224-16/+85
| | | | This is untested so far (the evening came quicker than anticipated ;))
* some code-cleanup; syslog-protocol proof-of-concept basically finishedRainer Gerhards2005-11-241-13/+20
|
* documentation on syslog-protocol support addedRainer Gerhards2005-11-241-0/+156
|
* done basic integration of new syslog-protocol properties and emulation ofRainer Gerhards2005-11-241-45/+316
| | | | properties missing in either legacy and syslog-protocol format
* core parser for syslog-protocol addedRainer Gerhards2005-11-242-32/+390
|
* fixed a bug in RFC3339 timestamp generation; added support for 3339Rainer Gerhards2005-11-232-6/+6
| | | | timestamps in internally-generated messages
* housekeeping/preparing for next releaseRainer Gerhards2005-11-233-2/+4
|
* removed turkish install pdf from the package doc due to size issue andv1-12-1Rainer Gerhards2005-11-231-1/+1
| | | | | | relatively low usage (turkey only). The document is still available online, just not being distributed. Itself was large than the rest of the distribution...
* doc updates for 1.12.1 releaseRainer Gerhards2005-11-234-816/+816
|
* streamlined internal log messages (removed the now-duplicate tag text)Rainer Gerhards2005-11-162-8/+10
|
* added tag to internally-generated messagesRainer Gerhards2005-11-161-1/+2
|
* added additional code to handle messages with missing hostname. NowRainer Gerhards2005-11-141-4/+35
| | | | | checking for invalid characters in hostname and, if present, assuming TAG.
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-102-1/+42
| | | | | missing hostnames and then returns correct hostname (sender then) and TAG
* reflected new status of syslog-protocol featureRainer Gerhards2005-11-092-84/+82
|
* fixed a bug causing core dump when no TAG was in messageRainer Gerhards2005-11-042-2/+6
|
* fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed aRainer Gerhards2005-10-285-6/+10
| | | | bug in make install, where rfc3195d was not installed.
* made multithreading work under BSDRainer Gerhards2005-10-263-10/+61
|
* preparing for 1.12.0 releasev1-12-0Rainer Gerhards2005-10-263-6/+9
|
* Doc updates to refelect 1.12.0 releaseRainer Gerhards2005-10-262-85/+84
|
* being doc updatesRainer Gerhards2005-10-251-0/+5
|
* BSD cleanupRainer Gerhards2005-10-251-2/+2
|
* removed a testing aid that accidently stayed in the codeRainer Gerhards2005-10-251-2/+2
|
* dual-threading code looks now fairly complete and stableRainer Gerhards2005-10-253-665/+714
|
* fixed some issues with TCP senderRainer Gerhards2005-10-253-10/+48
|
* fixed bug in tcp sender that could cause rsyslogd to dump coreRainer Gerhards2005-10-253-9/+24
|
* patch for BSD-Makefile PTHREADS featureRainer Gerhards2005-10-251-0/+1
|
* some minor cosmetic things (preparing for bsd tests)Rainer Gerhards2005-10-251-8/+8
|
* coming closer to a real dual-threading implementation. Now with queue.Rainer Gerhards2005-10-251-37/+163
|
* first steps with pthread, crashes at program endRainer Gerhards2005-10-243-35/+122
|
* doing some tests with cross-platform pthreads (mutex object as tester)Rainer Gerhards2005-10-241-0/+7
|
* some test implementation for mutexes. now testing on different targetRainer Gerhards2005-10-241-4/+39
| | | | platforms