aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added --trace option.HEADmasteryaworsky2005-12-083-24/+71
|
* Suppress error message when shutting down the daemon.yaworsky2005-12-081-6/+14
|
* Added spaces between options and its parameters.yaworsky2005-12-082-20/+20
|
* Added section about multiple instances. Added spaces between option and its ↵yaworsky2005-12-081-4/+33
| | | | parameter.
* Fixed shutdown_service: try to stop windows service firstyaworsky2005-12-071-67/+76
|
* Added --conf option. Rearrange the list of options alphabetically.yaworsky2005-12-071-6/+28
|
* 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-022-26/+156
|
* Distingushed installation directory name.yaworsky2005-12-011-1/+1
|
* 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.
* Added message prefix.yaworsky2005-11-291-0/+11
|
* Rewritten character conversion: do not fail on invalid characters.yaworsky2005-11-291-5/+56
|
* Added prefix to message.yaworsky2005-11-291-2/+6
|
* 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-294-39/+103
| | | | encoding is specified and other than locale encoding.
* Implemented charset conversion in each log path.yaworsky2005-11-287-113/+121
| | | | Fixed bugs in configuration reader.
* Release 0.3.yaworsky2005-11-211-0/+119
|
* Added encoding conversion task.yaworsky2005-11-181-0/+8
|
* 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
|
* Bumped version to 0.3.yaworsky2005-11-171-1/+1
|
* Changed slightly.yaworsky2005-11-171-9/+37
|
* Corrected DocBook structureyaworsky2005-11-165-23/+10
|
* 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-316-475/+705
|
* Clarified loop.yaworsky2005-10-311-2/+6
|
* Shown different destinations on the diagram.yaworsky2005-10-261-1/+6
|
* Fixed default value of 'ifempty'.yaworsky2005-10-261-0/+5
| | | | Fixed compiler warning.
* Implemented relaying.yaworsky2005-10-265-24/+318
|
* 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
|
* Release 0.2.syslog-win32-0-2yaworsky2005-10-181-0/+96
|
* Added ChangeLog.yaworsky2005-10-181-0/+1
|
* Added to CVS.yaworsky2005-10-181-0/+3
|
* Added doc.yaworsky2005-10-182-1/+4
|
* Added to CVS.yaworsky2005-10-182-0/+33
|
* Bumped version number to 0.2.yaworsky2005-10-181-1/+1
|
* Changed instructions how to build binary distribution.yaworsky2005-10-181-22/+23
|
* Added documentation and start menu folder with icons.yaworsky2005-10-181-0/+6
|