Commit Graph

917 Commits

Author SHA1 Message Date
nathan
f56631f3fb Code cleanup, fixup warnings 2014-09-04 18:28:10 +02:00
nathan
66cb0d4029 Changed ByteArrayWrapper.nocopy -> wrap 2014-08-28 00:20:12 +02:00
nathan
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. 2014-08-27 15:51:56 +02:00
nathan
1be37a6c47 Code polish. Changed ByteArrayWrapper to static access, so the construction is very clear 2014-08-26 14:24:31 +02:00
nathan
93c7d78ab6 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
7f345cb963 Added IgnoreSerialization annotation class 2014-08-25 02:18:25 +02:00
nathan
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 2014-08-25 02:16:19 +02:00
nathan
61e9862069 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
499e0bbfd7 code polish, formatting. Fixed class name typos 2014-08-23 20:32:49 +02:00
nathan
2a1e4d674f Missed logger trace and info wrappers. Added them 2014-08-22 14:04:38 +02:00
nathan
43e77086d0 Wrapped logger.info into check for infoEnabled 2014-08-22 13:58:47 +02:00
nathan
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 2014-08-22 13:51:02 +02:00
nathan
e41e0823a8 Added this. qualifier 2014-08-22 12:06:47 +02:00
nathan
c0def3065d gitignore .db files 2014-08-22 01:23:40 +02:00
nathan
0851639072 Fixed classpaths. Changed storage to use deflate compression for disk storage 2014-08-22 01:21:31 +02:00
nathan
6d45e7a846 changed name of main test class 2014-08-22 00:10:50 +02:00
nathan
6df9f268ef Added the network project 2014-08-20 23:44:59 +02:00