Commit Graph

25 Commits

Author SHA1 Message Date
nathan
9d8f381427 Serialization manager is now moved into the Configuration options, so
that different network backends (within the same application) can
support multiple serialization schemes.
2017-09-22 16:45:06 +02:00
nathan
1e724c55f9 Fixed package name. The standard package naming
convention with CamelCase is consistent across projects.
2017-09-22 09:25:10 +02:00
nathan
ac955c250f Reverted change to use Version (now uses string again). 2017-09-15 00:47:16 +02:00
nathan
bd82695d2d Made changes to the StorageSystem (IOExceptions, default serialization
manager, etc). Minor refactoring.
2017-08-02 22:12:50 +02:00
nathan
498e494a1b Updated kryo unit tests from upstream 2017-07-30 21:20:18 +02:00
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