This website requires JavaScript.
Explore
Help
Sign In
marko
/
syslog-bulk-uploader
Watch
1
Star
0
Fork
0
You've already forked syslog-bulk-uploader
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
syslog-bulk-uploader
/
test
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
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
..
CMakeLists.txt
Fix missing library in tests linking
2015-09-14 11:05:23 +02:00
FrequencyLimitTests.cpp
Windows build configuration
2015-09-13 22:18:18 +02:00
RFC3164FormattedSyslogMessageTests.cpp
Implement max syslog message length, as per RFC (1024 bytes total)
2015-09-04 12:24:31 +02:00
sample1
Implement file reader
2015-09-06 00:35:19 +02:00
SyslogBulkUploaderTests.cpp
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
SyslogMessageTests.cpp
Improve syslog parsing; Implement basic main loop.
2015-09-02 17:01:01 +02:00
UdpSyslogServer.h
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