Commit Graph

  • 8412e9ee9c fixup errors/code polish nathan 2014-09-26 18:49:52 +0200
  • bcb49807e0 Code polish, tweaked Listeners to support a 'default' listener to cleanup the verbosity that was necessary for default connections. Tweaked RMI test nathan 2014-09-26 18:44:24 +0200
  • 7603b96d5e Code polish nathan 2014-09-22 23:59:03 +0200
  • ac4699a8c9 Added SO_REUSEADDR socket option to TCP server, so it can restart without having to wait for a TCP connection to finish closing nathan 2014-09-22 23:58:45 +0200
  • 97231caaf2 Removed dependency on JavaLauncher, it's now JavaLauncher-Util -- which is shared nathan 2014-09-20 02:17:25 +0200
  • 656dda355f Changed static class C to be package private, so it doesn't screw with src nathan 2014-09-17 17:39:46 +0200
  • f03c98b2a8 Cleaned up PING. Removed client.ping (it's in client.send().ping(), to be consistent) nathan 2014-09-17 17:39:16 +0200
  • 1c26fa5023 Cleaned up storage. No more registered objects - it was a bad idea nathan 2014-09-16 15:39:33 +0200
  • deb1e82b90 missed file nathan 2014-09-16 11:54:57 +0200
  • 99038b3467 Added key/value pair storage with weakreference cache and command queueing nathan 2014-09-16 11:20:36 +0200
  • f4845a6b1f Code polish. Added comments. Cleaned up ping nathan 2014-09-09 13:04:07 +0200
  • 53b6d8cb2d Added DNS client. Added better localHost IP address. Added getPublicIp address via DNS and HTTP. Updated licenses nathan 2014-09-06 02:41:54 +0200
  • b2d8e9eded Fixed UDT loader to use correct isNative call nathan 2014-09-04 23:32:37 +0200
  • f56631f3fb Code cleanup, fixup warnings nathan 2014-09-04 18:28:10 +0200
  • 66cb0d4029 Changed ByteArrayWrapper.nocopy -> wrap nathan 2014-08-28 00:20:12 +0200
  • fb762bd1cd changed a write on TCP/UDP/UDT to return a 'null channel', that does nothing, instead of actually return null -- so that implementing code doesn't throw a null pointer when trying to write to a socket after it has been closed. Just nothing happens now. nathan 2014-08-27 15:51:56 +0200
  • 1be37a6c47 Code polish. Changed ByteArrayWrapper to static access, so the construction is very clear nathan 2014-08-26 14:24:31 +0200
  • 93c7d78ab6 Moved NamedThreadFactory and ByteArrayWrapper to util project. Changed try/catch with hashing files in Crypto.Util nathan 2014-08-25 18:43:01 +0200
  • 7f345cb963 Added IgnoreSerialization annotation class nathan 2014-08-25 02:18:25 +0200
  • 7fd3cc18cf Added 'IgnoreSerialization' annotation, so that fields with this annotation WILL NOT be serialized (by a kryo that has been setup to use the FieldAnnotationAwareSerializer nathan 2014-08-25 02:16:19 +0200
  • 61e9862069 Added MersenneTwisterFast (replaces java.util.Random), added missing licenses. Added field annonation exclusion serilaizer. Code polish nathan 2014-08-25 01:56:20 +0200
  • 499e0bbfd7 code polish, formatting. Fixed class name typos nathan 2014-08-23 20:32:49 +0200
  • 2a1e4d674f Missed logger trace and info wrappers. Added them nathan 2014-08-22 14:04:38 +0200
  • 43e77086d0 Wrapped logger.info into check for infoEnabled nathan 2014-08-22 13:58:47 +0200
  • 28f6b65336 Added aborting of the client registration process, if it fails during the registration process. Wrapped logger.debug/trace into checks first. Tweaked caller of RmiBridge nathan 2014-08-22 13:51:02 +0200
  • e41e0823a8 Added this. qualifier nathan 2014-08-22 12:06:47 +0200
  • c0def3065d gitignore .db files nathan 2014-08-22 01:23:40 +0200
  • 0851639072 Fixed classpaths. Changed storage to use deflate compression for disk storage nathan 2014-08-22 01:21:31 +0200
  • 6d45e7a846 changed name of main test class nathan 2014-08-22 00:10:50 +0200
  • 6df9f268ef Added the network project nathan 2014-08-20 23:44:59 +0200