aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/conf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert all parts of logged message to destination encoding.yaworsky2005-11-291-11/+24
| | | | | | | | 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.
* Convert TAG (program name) from source encoding to locale encoding if sourceyaworsky2005-11-291-24/+60
| | | | encoding is specified and other than locale encoding.
* Implemented charset conversion in each log path.yaworsky2005-11-281-22/+50
| | | | Fixed bugs in configuration reader.
* Fixed default value of 'ifempty'.yaworsky2005-10-261-0/+5
| | | | Fixed compiler warning.
* Implemented relaying.yaworsky2005-10-261-13/+72
|
* Prepared for various destination types.yaworsky2005-10-241-42/+92
|
* Cut xml_start_element into little functions.yaworsky2005-10-241-264/+371
|
* Fixed locale issues.yaworsky2005-09-161-9/+9
|
* Added to repository.yaworsky2005-09-161-0/+730