35 Commits

Author SHA1 Message Date
Marko Zivanovic 9d0ce113d4 Configure appropriate packaging for different platforms 2015-09-14 22:12:13 +02:00
Marko Zivanovic d638c1c1c4 Bump version for release. 2015-09-14 21:55:02 +02:00
Marko Zivanovic 2bee30f5e7 Fix issue #4 by replacing localhost with 127.0.0.1 as destination (localhost resolves to IPv6 address and listening socket is only IPv4; Bump minimal supported Windows version to Windows 7. 2015-09-14 21:49:14 +02:00
Marko Zivanovic a1edf545e9 Fix missing library in tests linking 2015-09-14 11:05:23 +02:00
Marko Zivanovic cf796bcf7a Restore deleted build directory 2015-09-14 10:59:20 +02:00
Marko Zivanovic db4386928b Add section on building on Windows to README 2015-09-13 22:28:31 +02:00
Marko Zivanovic fb01910bac Windows build configuration 2015-09-13 22:18:18 +02:00
Marko Zivanovic b1a19e5d91 Add missing file 2015-09-09 11:42:37 +02:00
Marko Zivanovic b07983f7ea Fix invalid handling of input filenames command line option; Print dot every second while sending messages to indicate activity 2015-09-09 11:11:29 +02:00
Marko Zivanovic a5a9d22aec Update README file 2015-09-08 13:13:33 +02:00
Marko Zivanovic aff0dabbfb Update README file 2015-09-08 12:51:37 +02:00
Marko Zivanovic caae77df2f Update README file 2015-09-08 12:29:12 +02:00
Marko Zivanovic 0432e98637 Update README file 2015-09-08 12:27:16 +02:00
Marko Zivanovic c402d4398a Update README file 2015-09-08 12:26:41 +02:00
Marko Zivanovic 888f1c5dcd Add man page source and integrate man page into installers 2015-09-08 11:42:26 +02:00
Marko Zivanovic 474670d538 Initial support for building installers (RPM and DEB). Some minor code cleanup. 2015-09-07 22:48:35 +02:00
Marko Zivanovic 208f01dfcb Flush status output before going to work 2015-09-07 16:48:53 +02:00
Marko Zivanovic 758326bebd Add missing file 2015-09-07 16:30:07 +02:00
Marko Zivanovic 3273cae4a7 Implement version info 2015-09-07 16:29:12 +02:00
Marko Zivanovic 8fe990e64d Implement command line parsing; Implement messages-per-second limits in uploader; First playable version 2015-09-07 11:43:32 +02:00
Marko Živanović 4f1d9f4c3d Remove unused file 2015-09-06 22:22:13 +02:00
Marko Zivanovic 260112173d Code cleanup 2015-09-06 22:00:18 +02:00
Marko Zivanovic d213257874 Implement frequency limiting class to be used for controlled messages-per-second ratio during send to syslog 2015-09-06 21:58:35 +02:00
Marko Zivanovic 569fa50db9 Minor refactoring and cleanup 2015-09-06 01:04:02 +02:00
Marko Zivanovic 5363ab9460 Fix memory leak 2015-09-06 00:45:02 +02:00
Marko Zivanovic c9eefc79f1 Implement file reader 2015-09-06 00:35:19 +02:00
Marko Zivanovic 865d65f400 Fix memory management issues in RFC 3164 formatted syslog message 2015-09-04 15:04:35 +02:00
Marko Zivanovic 464db0d1d2 Implement max syslog message length, as per RFC (1024 bytes total) 2015-09-04 12:24:31 +02:00
Marko Zivanovic 2dad24a22e Implement RFC3164 formatting for syslog message; Implement UDP writer. 2015-09-04 12:13:02 +02:00
Marko Zivanovic 923765c0f3 Replace explicit type declarations with automatic inference 2015-09-04 10:26:50 +02:00
Marko Zivanovic 2a0d9cfafe Refactor severity and facility parsing code 2015-09-03 15:59:06 +02:00
Marko Zivanovic a7ee585a9e Improve syslog parsing; Implement basic main loop. 2015-09-02 17:01:01 +02:00
Marko Zivanovic 13d5266c37 Implement text syslog record parsing 2015-09-02 16:00:19 +02:00
Marko Zivanovic eb6448f859 Initial support for unit testing 2015-09-02 12:10:33 +02:00
Marko Živanović 0de67fee06 Initial commit 2015-09-02 10:53:26 +02:00