aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/syslogd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert all parts of logged message to destination encoding.yaworsky2005-11-291-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.
* Rewritten character conversion: do not fail on invalid characters.yaworsky2005-11-291-5/+56
|
* Fixed use of strings in trace messages.yaworsky2005-11-291-3/+3
|
* Convert TAG (program name) from source encoding to locale encoding if sourceyaworsky2005-11-291-13/+40
| | | | encoding is specified and other than locale encoding.
* Implemented charset conversion in each log path.yaworsky2005-11-281-48/+27
| | | | Fixed bugs in configuration reader.
* Optimized for speed parsing the month fieldyaworsky2005-11-151-7/+98
|
* Replaced 0-terminated strings with reference counted onesyaworsky2005-11-151-61/+71
|
* Improved performance.yaworsky2005-11-101-26/+63
|
* Clear disposed datayaworsky2005-10-311-0/+9
|
* Refactored listeneryaworsky2005-10-311-111/+318
|
* Fixed defaults for message facility and priority in the parser.yaworsky2005-10-261-4/+4
|
* Prepared for various destination types.yaworsky2005-10-241-2/+14
|
* Added to repository.yaworsky2005-09-161-0/+600