Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-12-08 | Added --trace option.HEADmaster | yaworsky | 2 | -24/+57 | |
2005-12-08 | Suppress error message when shutting down the daemon. | yaworsky | 1 | -6/+14 | |
2005-12-07 | Fixed shutdown_service: try to stop windows service first | yaworsky | 1 | -67/+76 | |
2005-12-07 | Added --conf option. | yaworsky | 3 | -2/+18 | |
2005-12-02 | Fixed winNT service control from command line. | yaworsky | 1 | -7/+25 | |
Fixed service installation: added instance name. Service name and event name is made more distinguished. | |||||
2005-12-02 | Added command line options --start and --restart | yaworsky | 1 | -26/+134 | |
2005-11-29 | Convert all parts of logged message to destination encoding. | yaworsky | 5 | -33/+80 | |
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 | Rewritten character conversion: do not fail on invalid characters. | yaworsky | 1 | -5/+56 | |
2005-11-29 | Fixed use of strings in trace messages. | yaworsky | 1 | -3/+3 | |
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 | 3 | -38/+102 | |
encoding is specified and other than locale encoding. | |||||
2005-11-28 | Implemented charset conversion in each log path. | yaworsky | 3 | -72/+80 | |
Fixed bugs in configuration reader. | |||||
2005-11-18 | Use the right comparsion function and rename string_compare to string_equal | yaworsky | 3 | -14/+14 | |
2005-11-18 | Fixed race condition | yaworsky | 1 | -40/+26 | |
2005-11-17 | Described race condition. | yaworsky | 1 | -0/+5 | |
2005-11-15 | Optimized for speed parsing the month field | yaworsky | 1 | -7/+98 | |
2005-11-15 | Replaced 0-terminated strings with reference counted ones | yaworsky | 7 | -93/+255 | |
2005-11-10 | Improved performance. | yaworsky | 4 | -76/+135 | |
2005-11-10 | Simplified. | yaworsky | 1 | -35/+40 | |
2005-11-03 | Avoid race | yaworsky | 1 | -6/+14 | |
2005-10-31 | Clear disposed data | yaworsky | 1 | -0/+9 | |
2005-10-31 | Refactored listener | yaworsky | 5 | -459/+680 | |
2005-10-31 | Clarified loop. | yaworsky | 1 | -2/+6 | |
2005-10-26 | Fixed default value of 'ifempty'. | yaworsky | 1 | -0/+5 | |
Fixed compiler warning. | |||||
2005-10-26 | Implemented relaying. | yaworsky | 4 | -15/+278 | |
2005-10-26 | Fixed defaults for message facility and priority in the parser. | yaworsky | 1 | -4/+4 | |
2005-10-26 | Fixed comment. | yaworsky | 1 | -1/+1 | |
2005-10-24 | Renamed writer.c to dest_file.c. | yaworsky | 2 | -2/+2 | |
2005-10-24 | Prepared for various destination types. | yaworsky | 5 | -136/+238 | |
2005-10-24 | Cut xml_start_element into little functions. | yaworsky | 1 | -264/+371 | |
2005-10-17 | Fixed facility name resolution by number. | yaworsky | 1 | -0/+4 | |
2005-09-16 | Fixed file creation date workaround. | yaworsky | 1 | -7/+12 | |
2005-09-16 | Added #ifdef for machine type in exception handler. | yaworsky | 1 | -0/+7 | |
2005-09-16 | Fixed daily and weekly conditions. | yaworsky | 1 | -2/+9 | |
2005-09-16 | Fixed locale issues. | yaworsky | 2 | -12/+14 | |
2005-09-16 | Added to repository. | yaworsky | 1 | -0/+20 | |
2005-09-16 | Added to repository. | yaworsky | 11 | -0/+3753 | |