Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all parts of logged message to destination encoding. | yaworsky | 2005-11-29 | 1 | -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. | yaworsky | 2005-11-29 | 1 | -5/+56 |
| | |||||
* | Fixed use of strings in trace messages. | yaworsky | 2005-11-29 | 1 | -3/+3 |
| | |||||
* | Convert TAG (program name) from source encoding to locale encoding if source | yaworsky | 2005-11-29 | 1 | -13/+40 |
| | | | | encoding is specified and other than locale encoding. | ||||
* | Implemented charset conversion in each log path. | yaworsky | 2005-11-28 | 1 | -48/+27 |
| | | | | Fixed bugs in configuration reader. | ||||
* | Optimized for speed parsing the month field | yaworsky | 2005-11-15 | 1 | -7/+98 |
| | |||||
* | Replaced 0-terminated strings with reference counted ones | yaworsky | 2005-11-15 | 1 | -61/+71 |
| | |||||
* | Improved performance. | yaworsky | 2005-11-10 | 1 | -26/+63 |
| | |||||
* | Clear disposed data | yaworsky | 2005-10-31 | 1 | -0/+9 |
| | |||||
* | Refactored listener | yaworsky | 2005-10-31 | 1 | -111/+318 |
| | |||||
* | Fixed defaults for message facility and priority in the parser. | yaworsky | 2005-10-26 | 1 | -4/+4 |
| | |||||
* | Prepared for various destination types. | yaworsky | 2005-10-24 | 1 | -2/+14 |
| | |||||
* | Added to repository. | yaworsky | 2005-09-16 | 1 | -0/+600 |