Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-11-29 | Convert all parts of logged message to destination encoding. | yaworsky | 1 | -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. | |||||
2005-11-18 | Use the right comparsion function and rename string_compare to string_equal | yaworsky | 1 | -10/+10 | |
2005-11-18 | Fixed race condition | yaworsky | 1 | -40/+26 | |
2005-11-17 | Described race condition. | yaworsky | 1 | -0/+5 | |
2005-11-15 | Replaced 0-terminated strings with reference counted ones | yaworsky | 1 | -10/+16 | |
2005-11-10 | Improved performance. | yaworsky | 1 | -26/+52 | |
2005-11-03 | Avoid race | yaworsky | 1 | -6/+14 | |
2005-10-31 | Clarified loop. | yaworsky | 1 | -2/+6 | |
2005-10-26 | Fixed comment. | yaworsky | 1 | -1/+1 | |
2005-10-24 | Renamed writer.c to dest_file.c. | yaworsky | 1 | -0/+0 | |
2005-10-24 | Prepared for various destination types. | yaworsky | 1 | -31/+50 | |
2005-09-16 | Fixed file creation date workaround. | yaworsky | 1 | -7/+12 | |
2005-09-16 | Added to repository. | yaworsky | 1 | -0/+498 | |