Commit Graph

120 Commits

Author SHA1 Message Date
nathan
76599e370e Refactored listener dispatch events
(connect/disconnect/idle/message-received) so that they are now
interfaces, and the backing implementation uses the single-writer
principle
2016-04-03 18:58:38 +02:00
nathan
1aaae4c30b Removed endpoint.disableRemoteKeyValidation, as it's no longer
necessary for "loopback" connections
2016-03-18 03:00:17 +01:00
nathan
14ec10e41a fixed reconnect test (it doesn't need to reconnect via a different
thread now)
2016-03-17 02:58:58 +01:00
nathan
e2cdcab9ea added missing registration 2016-03-17 02:58:40 +01:00
nathan
6173ed838e fixed issue with unit tests + stopping while in eventloops (it now
checks)
2016-03-17 02:58:28 +01:00
nathan
1e017804bb Fixed client reconnect 2016-03-11 00:05:42 +01:00
nathan
78fca36d30 code polish 2016-03-10 23:52:24 +01:00
nathan
537d76bc8f Changed endpoint.close -> endpoint.closeConnections for clarity on behavior 2016-03-10 23:50:34 +01:00
nathan
17efc50a06 Renamed Store.shutdown -> Store.close 2016-03-10 23:45:34 +01:00
nathan
1e655c3f7b Added security access test to propertyStore 2016-03-10 23:39:34 +01:00
nathan
d7950ab635 fixed pingpong for UDP data 2016-03-10 23:12:10 +01:00
nathan
ce6ae3e29d Added paranoid resource leak detection for netty 2016-03-10 01:25:29 +01:00
nathan
8dd0dd3db3 more informative test output 2016-03-09 00:48:03 +01:00
nathan
b1934a5b2d Updated file licensing 2016-03-07 01:07:37 +01:00
nathan
20e81e5ff9 documentation polish 2016-03-07 00:10:07 +01:00
nathan
1ab493eb68 Change minLog to slf4j 2016-03-06 23:50:36 +01:00
nathan
3f579a7529 Added toString() verification to unit tests 2016-03-06 23:49:56 +01:00
nathan
baf6e7c895 Fixed logging and fail_check interruption execption 2016-03-06 23:49:32 +01:00
nathan
a5c03bf881 tweaked debug output in unit test 2016-03-03 01:42:35 +01:00
nathan
31fdf957b8 Cleaned project hierarchy 2016-03-01 13:35:39 +01:00