aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/dest_file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert all parts of logged message to destination encoding.yaworsky2005-11-291-3/+3
| | | | | | | | 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.
* Use the right comparsion function and rename string_compare to string_equalyaworsky2005-11-181-10/+10
|
* Fixed race conditionyaworsky2005-11-181-40/+26
|
* Described race condition.yaworsky2005-11-171-0/+5
|
* Replaced 0-terminated strings with reference counted onesyaworsky2005-11-151-10/+16
|
* Improved performance.yaworsky2005-11-101-26/+52
|
* Avoid raceyaworsky2005-11-031-6/+14
|
* Clarified loop.yaworsky2005-10-311-2/+6
|
* Fixed comment.yaworsky2005-10-261-1/+1
|
* Renamed writer.c to dest_file.c.yaworsky2005-10-241-0/+522