Initial commit of code for new version of block chain, does not compile (had to go...
authorAli Younis <ayounis@uci.edu>
Fri, 18 Nov 2016 00:26:49 +0000 (16:26 -0800)
committerAli Younis <ayounis@uci.edu>
Fri, 18 Nov 2016 00:26:49 +0000 (16:26 -0800)
commit2ebf9c28a58021bcf2f98af145273c368c0d9ce0
treeb474248892241c09d416fe18b48a15e9a9ae6aa3
parent1e59b0b33298c1154c370341d27d8cc5f6dff012
Initial commit of code for new version of block chain, does not compile (had to go to class mid java class creation)
33 files changed:
.gitignore
src2/java/.dir-locals.el [new file with mode: 0644]
src2/java/iotcloud/Abort.java [new file with mode: 0644]
src2/java/iotcloud/CloudComm.java [new file with mode: 0644]
src2/java/iotcloud/Commit.java [new file with mode: 0644]
src2/java/iotcloud/Entry.java [new file with mode: 0644]
src2/java/iotcloud/Guard.java [new file with mode: 0644]
src2/java/iotcloud/IoTString.java [new file with mode: 0644]
src2/java/iotcloud/KeyValue.java [new file with mode: 0644]
src2/java/iotcloud/LastMessage.java [new file with mode: 0644]
src2/java/iotcloud/Liveness.java [new file with mode: 0644]
src2/java/iotcloud/Makefile [new file with mode: 0644]
src2/java/iotcloud/NewKey.java [new file with mode: 0644]
src2/java/iotcloud/Pair.java [new file with mode: 0644]
src2/java/iotcloud/PendingTransaction.java [new file with mode: 0644]
src2/java/iotcloud/RejectedMessage.java [new file with mode: 0644]
src2/java/iotcloud/Slot.java [new file with mode: 0644]
src2/java/iotcloud/SlotBuffer.java [new file with mode: 0644]
src2/java/iotcloud/SlotIndexer.java [new file with mode: 0644]
src2/java/iotcloud/Table.java [new file with mode: 0644]
src2/java/iotcloud/TableStatus.java [new file with mode: 0644]
src2/java/iotcloud/Test.java [new file with mode: 0644]
src2/java/iotcloud/Transaction.java [new file with mode: 0644]
src2/java/iotcloud/issues.txt [new file with mode: 0644]
src2/script/C.cfg [new file with mode: 0644]
src2/script/java.cfg [new file with mode: 0644]
src2/script/makefile [new file with mode: 0644]
src2/server/.dir-locals.el [new file with mode: 0644]
src2/server/Makefile [new file with mode: 0644]
src2/server/README.txt [new file with mode: 0644]
src2/server/iotcloud.cpp [new file with mode: 0644]
src2/server/iotquery.cpp [new file with mode: 0644]
src2/server/iotquery.h [new file with mode: 0644]