Commit Graph
17 Commits
Author SHA1 Message Date
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