aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/syslogd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert all parts of logged message to destination encoding.yaworsky2005-11-291-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.
* Fixed indentation.yaworsky2005-11-291-2/+2
|
* Convert TAG (program name) from source encoding to locale encoding if sourceyaworsky2005-11-291-1/+2
| | | | encoding is specified and other than locale encoding.
* Implemented charset conversion in each log path.yaworsky2005-11-281-2/+3
| | | | Fixed bugs in configuration reader.
* Use the right comparsion function and rename string_compare to string_equalyaworsky2005-11-181-1/+1
|
* Replaced 0-terminated strings with reference counted onesyaworsky2005-11-151-10/+30
|
* Improved performance.yaworsky2005-11-101-13/+4
|
* Refactored listeneryaworsky2005-10-311-11/+18
|
* Implemented relaying.yaworsky2005-10-261-1/+10
|
* Prepared for various destination types.yaworsky2005-10-241-46/+66
|
* Added to repository.yaworsky2005-09-161-0/+204