Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-11-29 | Convert all parts of logged message to destination encoding. | yaworsky | 1 | -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. | |||||
2005-11-29 | Fixed indentation. | yaworsky | 1 | -2/+2 | |
2005-11-29 | Convert TAG (program name) from source encoding to locale encoding if source | yaworsky | 1 | -1/+2 | |
encoding is specified and other than locale encoding. | |||||
2005-11-28 | Implemented charset conversion in each log path. | yaworsky | 1 | -2/+3 | |
Fixed bugs in configuration reader. | |||||
2005-11-18 | Use the right comparsion function and rename string_compare to string_equal | yaworsky | 1 | -1/+1 | |
2005-11-15 | Replaced 0-terminated strings with reference counted ones | yaworsky | 1 | -10/+30 | |
2005-11-10 | Improved performance. | yaworsky | 1 | -13/+4 | |
2005-10-31 | Refactored listener | yaworsky | 1 | -11/+18 | |
2005-10-26 | Implemented relaying. | yaworsky | 1 | -1/+10 | |
2005-10-24 | Prepared for various destination types. | yaworsky | 1 | -46/+66 | |
2005-09-16 | Added to repository. | yaworsky | 1 | -0/+204 | |