aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/syslogd.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-29Convert all parts of logged message to destination encoding.yaworsky1-12/+41
This is required if destination encoding is UCS-2 or UCS-4 for example. Otherwise the logfile will not be uniform. Fixed a bug in charset conversion function: divide by zero when cannot convert the first character and calculating new size for the output buffer.
2005-11-29Rewritten character conversion: do not fail on invalid characters.yaworsky1-5/+56
2005-11-29Fixed use of strings in trace messages.yaworsky1-3/+3
2005-11-29Convert TAG (program name) from source encoding to locale encoding if sourceyaworsky1-13/+40
encoding is specified and other than locale encoding.
2005-11-28Implemented charset conversion in each log path.yaworsky1-48/+27
Fixed bugs in configuration reader.
2005-11-15Optimized for speed parsing the month fieldyaworsky1-7/+98
2005-11-15Replaced 0-terminated strings with reference counted onesyaworsky1-61/+71
2005-11-10Improved performance.yaworsky1-26/+63
2005-10-31Clear disposed datayaworsky1-0/+9
2005-10-31Refactored listeneryaworsky1-111/+318
2005-10-26Fixed defaults for message facility and priority in the parser.yaworsky1-4/+4
2005-10-24Prepared for various destination types.yaworsky1-2/+14
2005-09-16Added to repository.yaworsky1-0/+600