Commit Graph

19 Commits

Author SHA1 Message Date
nathan
436b989568 Removed dependency on JavaLauncher, it's now JavaLauncher-Util -- which is shared 2014-09-20 02:17:25 +02:00
nathan
e2cfd990bb Further tweaks to storage 2014-09-17 17:40:16 +02:00
nathan
c2cb5d5725 Added fast string replace 2014-09-17 17:40:00 +02:00
nathan
957f2bfe4d Cleaned up storage. No more registered objects - it was a bad idea 2014-09-16 15:39:33 +02:00
nathan
724e7e84ab Added key/value pair storage with weakreference cache and command queueing 2014-09-16 11:20:36 +02:00
nathan
f5a08961f6 Added DNS client. Added better localHost IP address. Added getPublicIp address via DNS and HTTP. Updated licenses 2014-09-06 02:41:54 +02:00
nathan
104bae8187 Cleaned up error logging 2014-09-05 03:36:22 +02:00
nathan
aa0ef8ce23 Code cleanup, fixup warnings 2014-09-04 18:28:10 +02:00
nathan
2f67557f8b Code polish 2014-09-03 13:02:00 +02:00
nathan
47def0a5ae Fixed logic in NamedThreadFactory 2014-08-28 11:44:35 +02:00
nathan
7f5cdf0abe Changed ByteArrayWrapper.nocopy -> wrap 2014-08-28 00:20:12 +02:00
nathan
010c21ecf3 Code polish. Changed ByteArrayWrapper to static access, so the construction is very clear 2014-08-26 14:24:31 +02:00
nathan
e6ab2bef0e Moved NamedThreadFactory and ByteArrayWrapper to util project. Changed try/catch with hashing files in Crypto.Util 2014-08-25 18:43:01 +02:00
nathan
c66c1d43df Fixed null pointer with FileUtil.parseDir(), and issues with MathUtil.random. Added more logging info to Storage 2014-08-25 14:40:13 +02:00
nathan
142ab8a383 Added MersenneTwisterFast (replaces java.util.Random), added missing licenses. Added field annonation exclusion serilaizer. Code polish 2014-08-25 01:56:20 +02:00
nathan
02dbf82711 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 2014-08-22 13:51:02 +02:00
nathan
9dfe590a80 Fixed storage so that it copies fields from the entire object hierarchy 2014-08-22 01:49:31 +02:00
nathan
ca642c81ce Fixed classpaths. Changed storage to use deflate compression for disk storage 2014-08-22 01:21:31 +02:00
nathan
aab4f8f906 added utilities 2014-08-20 23:45:14 +02:00