aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/syslogd.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-29Convert all parts of logged message to destination encoding.yaworsky1-4/+8
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-29Fixed indentation.yaworsky1-2/+2
2005-11-29Convert TAG (program name) from source encoding to locale encoding if sourceyaworsky1-1/+2
encoding is specified and other than locale encoding.
2005-11-28Implemented charset conversion in each log path.yaworsky1-2/+3
Fixed bugs in configuration reader.
2005-11-18Use the right comparsion function and rename string_compare to string_equalyaworsky1-1/+1
2005-11-15Replaced 0-terminated strings with reference counted onesyaworsky1-10/+30
2005-11-10Improved performance.yaworsky1-13/+4
2005-10-31Refactored listeneryaworsky1-11/+18
2005-10-26Implemented relaying.yaworsky1-1/+10
2005-10-24Prepared for various destination types.yaworsky1-46/+66
2005-09-16Added to repository.yaworsky1-0/+204