aboutsummaryrefslogtreecommitdiffstats
path: root/daemon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added --trace option.HEADmasteryaworsky2005-12-082-24/+57
|
* Suppress error message when shutting down the daemon.yaworsky2005-12-081-6/+14
|
* Fixed shutdown_service: try to stop windows service firstyaworsky2005-12-071-67/+76
|
* Added --conf option.yaworsky2005-12-073-2/+18
|
* Fixed winNT service control from command line.yaworsky2005-12-021-7/+25
| | | | | Fixed service installation: added instance name. Service name and event name is made more distinguished.
* Added command line options --start and --restartyaworsky2005-12-021-26/+134
|
* Convert all parts of logged message to destination encoding.yaworsky2005-11-295-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.
* Rewritten character conversion: do not fail on invalid characters.yaworsky2005-11-291-5/+56
|
* Fixed use of strings in trace messages.yaworsky2005-11-291-3/+3
|
* Fixed indentation.yaworsky2005-11-291-2/+2
|
* Convert TAG (program name) from source encoding to locale encoding if sourceyaworsky2005-11-293-38/+102
| | | | encoding is specified and other than locale encoding.
* Implemented charset conversion in each log path.yaworsky2005-11-283-72/+80
| | | | Fixed bugs in configuration reader.
* Use the right comparsion function and rename string_compare to string_equalyaworsky2005-11-183-14/+14
|
* Fixed race conditionyaworsky2005-11-181-40/+26
|
* Described race condition.yaworsky2005-11-171-0/+5
|
* Optimized for speed parsing the month fieldyaworsky2005-11-151-7/+98
|
* Replaced 0-terminated strings with reference counted onesyaworsky2005-11-157-93/+255
|
* Improved performance.yaworsky2005-11-104-76/+135
|
* Simplified.yaworsky2005-11-101-35/+40
|
* Avoid raceyaworsky2005-11-031-6/+14
|
* Clear disposed datayaworsky2005-10-311-0/+9
|
* Refactored listeneryaworsky2005-10-315-459/+680
|
* Clarified loop.yaworsky2005-10-311-2/+6
|
* Fixed default value of 'ifempty'.yaworsky2005-10-261-0/+5
| | | | Fixed compiler warning.
* Implemented relaying.yaworsky2005-10-264-15/+278
|
* Fixed defaults for message facility and priority in the parser.yaworsky2005-10-261-4/+4
|
* Fixed comment.yaworsky2005-10-261-1/+1
|
* Renamed writer.c to dest_file.c.yaworsky2005-10-242-2/+2
|
* Prepared for various destination types.yaworsky2005-10-245-136/+238
|
* Cut xml_start_element into little functions.yaworsky2005-10-241-264/+371
|
* Fixed facility name resolution by number.yaworsky2005-10-171-0/+4
|
* Fixed file creation date workaround.yaworsky2005-09-161-7/+12
|
* Added #ifdef for machine type in exception handler.yaworsky2005-09-161-0/+7
|
* Fixed daily and weekly conditions.yaworsky2005-09-161-2/+9
|
* Fixed locale issues.yaworsky2005-09-162-12/+14
|
* Added to repository.yaworsky2005-09-161-0/+20
|
* Added to repository.yaworsky2005-09-1611-0/+3753