Commit Graph

889 Commits

Author SHA1 Message Date
nathan
a5c03bf881 tweaked debug output in unit test 2016-03-03 01:42:35 +01:00
nathan
04bfaf1c70 fixed issue where registration could beat the check. It is more robust now 2016-03-02 01:27:48 +01:00
nathan
48707e6a73 Code polish. Moved comparator to private static final field 2016-03-02 01:26:54 +01:00
nathan
31fdf957b8 Cleaned project hierarchy 2016-03-01 13:35:39 +01:00
nathan
c2d9c5341b Fixed confusing values 2016-03-01 04:13:49 +01:00
nathan
9aef066506 Cleaned up RMI, made TCP/UDP/UDT not change behavior (only transport). Adjusted examples to reflect this. Tweaked API names 2016-03-01 04:12:15 +01:00
nathan
e56e654ee8 Change API setRemoteToString -> enableToString + comments 2016-03-01 03:12:17 +01:00
nathan
bc09fc8741 Serialization is now ThreadLocal. Changed data compression from snappy -> LZ4 2016-02-29 21:24:56 +01:00
nathan
c8731f848e Changed tests to always run in at least 2 minutes, or they fail. Also runs outside of the netty threadgroup 2016-02-29 21:24:02 +01:00
nathan
28c36233c4 Added backpressure for writing to the socket for the CLIENT (not for listeners, which are in the eventloop) 2016-02-29 21:23:09 +01:00
nathan
5e67cc1813 Now shuts down (via setDaemon(true) and threadGroup.interrupt()) the threadgroup when done. 2016-02-29 21:21:26 +01:00
nathan
04a9365351 Safe shutdown of ThreadGroup for DnsClient 2016-02-29 02:42:40 +01:00
nathan
dfd9e2c69d code polish 2016-02-29 02:42:10 +01:00
nathan
39504af041 Updated DNS client for new version of netty 2016-02-28 22:24:53 +01:00
nathan
04bc273111 Cleancode polish + LOW/HIGH WATERMARK to client/server 2016-02-28 03:11:17 +01:00
nathan
8d1d43616a Added backpressure when writing to the channel, if it's not writable 2016-02-28 03:10:10 +01:00
nathan
dcd6dd5365 Added comments 2016-02-28 03:08:57 +01:00
nathan
30a023a682 Code cleanup 2016-02-21 02:15:28 +01:00
nathan
a84fdfc1d3 Added HIGH and LOW watermark 2016-02-14 15:19:30 +01:00
nathan
2b677e6cf4 Fixed checkAccess (did this change somehow? It used to work...) 2016-02-14 15:18:30 +01:00
nathan
398e2dccf9 doc cleanup 2016-02-14 14:36:10 +01:00
nathan
fa8a0b5ecd Fixed DNS system to use latest netty 2016-02-14 14:35:34 +01:00
nathan
80b358f8aa Fixed RMI bug with overriding methods w/ connection as first parameter 2015-12-18 03:38:12 +01:00
nathan
1d3531afc0 Added another test for RMI overriding methods w/ connection as the first parameter 2015-12-18 03:37:39 +01:00
nathan
0320ec2b91 Added duplicates warning supression 2015-12-18 03:37:12 +01:00
nathan
aee894901d Added retry for reconnect test 2015-12-18 03:36:46 +01:00
nathan
2e8bd26580 Added cannonical form for numbers. 2015-11-16 22:24:40 +01:00
nathan
f94f15cf8b Added null checks wrt globalRmiBridge 2015-11-16 22:20:13 +01:00
nathan
094bc76a6e Updated dependencies for bouncycastle 2015-11-15 20:29:27 +01:00
nathan
4b1c491c21 Added better error message 2015-11-01 22:14:23 +01:00
nathan
42b6695188 Removed newline char 2015-11-01 15:00:08 +01:00
nathan
742ce7a399 Fix issue with android detection 2015-11-01 14:48:07 +01:00
nathan
07f5e6dc81 updated dependency info 2015-10-30 13:42:58 +01:00
nathan
6cd0974803 Updated comments 2015-10-27 01:37:23 +01:00
nathan
2b50a19701 updated junit 2015-08-23 00:05:53 +02:00
nathan
5b3f14a155 updated junit 2015-08-16 01:09:45 +02:00
nathan
0551af6661 Updated OS.javaVersion, to be more friendly towards repeated calls 2015-08-03 12:22:14 +02:00
nathan
3abab40dea Fixed pingFuture generics 2015-08-03 11:17:52 +02:00
nathan
5df0cc3372 fixed kryo classpath 2015-08-01 13:51:08 +02:00
nathan
d6e75ca173 code cleanup 2015-07-30 01:48:46 +02:00
nathan
28df93c6e5 directory cleanup 2015-07-29 17:16:48 +02:00
nathan
5ff6a4d8e5 Updated formatting. Added support for local connection RMI methods. Updated generics 2015-07-29 16:47:58 +02:00
nathan
ef94413cf8 code cleanup for RMI registration in channel handlers 2015-07-29 11:36:29 +02:00
nathan
61f6e92614 added missing method 2015-07-29 11:29:30 +02:00
nathan
afe4e71046 connection code cleanup 2015-07-29 11:29:12 +02:00
nathan
5ef3b0e135 cleaned up casting 2015-07-29 11:27:26 +02:00
nathan
5eaee3df47 warnings cleanup 2015-07-29 11:25:33 +02:00
nathan
1c9c83f110 cleaned up pipeline. added local rmi stuff for local connections 2015-07-29 11:25:08 +02:00
nathan
484dfbc62b removed deleted class 2015-07-28 18:36:21 +02:00
nathan
2e9da5869c generics whack-a-mole 2015-07-28 18:35:54 +02:00