.gitignore
Initial commit.
2018-06-06 20:33:31 +01:00
Conf.cpp
Typo
2018-12-05 14:18:46 +00:00
Conf.h
Since we have a RIC whitelist, it makes sense to also have a RIC
2018-12-05 14:17:34 +00:00
DAPNETGateway.cpp
Log blacklist hits
2018-12-05 14:36:58 +00:00
DAPNETGateway.h
Some minor code beautification
2018-11-18 23:35:06 +01:00
DAPNETGateway.ini
Blacklist
2018-12-05 14:35:13 +00:00
DAPNETGateway.sln
Initial commit.
2018-06-06 20:33:31 +01:00
DAPNETGateway.vcxproj
Add VS2017 support.
2018-11-19 11:31:30 +00:00
DAPNETGateway.vcxproj.filters
Add VS2017 support.
2018-11-19 11:31:30 +00:00
DAPNETNetwork.cpp
(Re-)Implement backoff timer for login fails
2018-10-22 23:29:12 +02:00
DAPNETNetwork.h
(Re-)Implement backoff timer for login fails
2018-10-22 23:29:12 +02:00
LICENCE
Initial commit.
2018-06-06 20:33:31 +01:00
Log.cpp
Initial commit.
2018-06-06 20:33:31 +01:00
Log.h
Initial commit.
2018-06-06 20:33:31 +01:00
Makefile
Remove -lrt from makefile
2018-12-03 11:26:40 +00:00
POCSAGMessage.cpp
Remove unneeded assert for the RIC.
2018-07-11 17:51:33 +01:00
POCSAGMessage.h
Hopefully fix queue stalls.
2018-06-25 19:11:33 +01:00
POCSAGNetwork.cpp
Re-add Functional to the POCSAG network message.
2018-06-13 08:04:59 +01:00
POCSAGNetwork.h
Initial commit.
2018-06-06 20:33:31 +01:00
README.md
Update the README file.
2018-06-07 18:09:11 +01:00
README.REGEX
Add config options for REGEX support. Also add README.REGEX
2018-11-17 16:37:11 +00:00
REGEX.cpp
Add comment in code to explain why we exclude REGEX for old GCC versions
2018-12-03 09:58:17 +00:00
REGEX.h
Some minor code beautification
2018-11-18 23:35:06 +01:00
StopWatch.cpp
Update and simplify the new stopwatch code.
2018-07-15 20:25:44 +01:00
StopWatch.h
Update and simplify the new stopwatch code.
2018-07-15 20:25:44 +01:00
TCPSocket.cpp
Add keepalives to the DAPNET connection.
2018-09-10 12:58:56 +01:00
TCPSocket.h
Initial commit.
2018-06-06 20:33:31 +01:00
Thread.cpp
Initial commit.
2018-06-06 20:33:31 +01:00
Thread.h
Initial commit.
2018-06-06 20:33:31 +01:00
Timer.cpp
Initial commit.
2018-06-06 20:33:31 +01:00
Timer.h
Initial commit.
2018-06-06 20:33:31 +01:00
UDPSocket.cpp
Initial commit.
2018-06-06 20:33:31 +01:00
UDPSocket.h
Initial commit.
2018-06-06 20:33:31 +01:00
Utils.cpp
Initial commit.
2018-06-06 20:33:31 +01:00
Utils.h
Initial commit.
2018-06-06 20:33:31 +01:00
Version.h
Cleaned up debug msgs & version bump
2018-08-25 12:55:10 +02:00