Commit Graph

23 Commits

Author SHA1 Message Date
ChronosX88
b980bbd2b3 refactor: Change name of get data in request json 2019-10-01 23:37:26 +04:00
ChronosX88
908a652503 Fixed null when creating GunSuperPeer (storage is null in dispatcher) 2019-05-10 19:50:08 +04:00
ChronosX88
2617e8b7cd Replaced CompletableFuture in PathRef. Bumped version to 0.2.5 2019-05-10 19:24:56 +04:00
ChronosX88
e5907676e6 Replaced getOrDefault() to get() in InMemoryGraph 2019-05-10 19:10:39 +04:00
ChronosX88
63667b50db Replaced String.join with implementation in Utils class for Android compatibility.
Bumped version to 0.2.4.
2019-05-10 19:04:11 +04:00
ChronosX88
2d10e4d73e Replaced CompletableFuture, which is compatible with the Android platform. 2019-05-10 18:46:51 +04:00
ChronosX88
3d58d966bf fixed examples 2019-05-10 12:33:27 +04:00
ChronosX88
5becc5cb8f Added ability to set custom storage to GunSuperPeer 2019-05-10 12:30:53 +04:00
ChronosX88
17dcfc9e7b Added Serializable to Node and bumped version 2019-05-09 16:48:24 +04:00
ChronosX88
fceb33df99 Implemented gun.map() 2019-05-09 15:26:09 +04:00
ChronosX88
243cc61786 Implemented gun.on() 2019-05-09 15:10:01 +04:00
ChronosX88
b899018045 Now all futures in JGUN are children of CompletableFuture, correctly putting, getting, deleting. 2019-05-09 14:06:21 +04:00
ChronosX88
92b734c511 Removed PutBuilder 2019-05-08 20:41:49 +04:00
ChronosX88
ae574f15e7 Now when flattening happen, instead of new node ID, we use the path from root of a graph 2019-05-08 20:39:23 +04:00
ChronosX88
2ab66392b2 Added some information (and comments) in HAM CRDT class 2019-05-07 21:04:43 +04:00
ChronosX88
279fa0b98c Implemented basic dispatcher and removed GSON dependency. 2019-05-07 16:32:32 +03:00
ChronosX88
ee98da62a3 [WIP] Removing Put/GetBuilders, renamed project to JGUN (final), added get operation. 2019-05-06 20:42:55 +04:00
ChronosX88
7d61993a3c [WIP] Added base for futures, builders, and big refactoring 2019-05-05 19:52:26 +04:00
ChronosX88
d085b9f80d Added template to extending storage 2019-05-03 21:18:04 +04:00
ChronosX88
791f29a177 Implemented key-lookup 2019-05-03 20:52:05 +04:00
ChronosX88
baf0a01684 Implemented HAM (this is conflict resolution system) 2019-05-03 12:20:14 +04:00
ChronosX88
c366f3a655 Implemented ad-hoc part 2019-05-02 15:31:40 +04:00
ChronosX88
01e9e53480 Implemented basic server 2019-05-02 14:38:25 +04:00