Cleaned up git
authorAli Younis <ayounis@uci.edu>
Wed, 21 Dec 2016 23:48:41 +0000 (15:48 -0800)
committerAli Younis <ayounis@uci.edu>
Wed, 21 Dec 2016 23:48:41 +0000 (15:48 -0800)
commit7ee0658d03ecf06c490aa12422ed330cc4d43058
tree60136ebf555c27bc12a15d9104c0d5190facc11e
parent63136ef92e46eb1ddc1b4fa945661fa20b9473fe
Cleaned up git
99 files changed:
non_block_chain/doc/iotcloud.tex [new file with mode: 0644]
non_block_chain/doc/iotcloud_formal/iotcloud.tex [new file with mode: 0644]
non_block_chain/doc/iotcloud_formal/makefile [new file with mode: 0644]
non_block_chain/doc/iotcloud_informal/iotcloud.tex [new file with mode: 0644]
non_block_chain/doc/iotcloud_informal/makefile [new file with mode: 0644]
non_block_chain/doc/makefile [new file with mode: 0644]
version1/doc/iotcloud.tex [new file with mode: 0644]
version1/doc/makefile [new file with mode: 0644]
version1/src/java/.dir-locals.el [new file with mode: 0644]
version1/src/java/iotcloud/CloudComm.java [new file with mode: 0644]
version1/src/java/iotcloud/Entry.java [new file with mode: 0644]
version1/src/java/iotcloud/IoTString.java [new file with mode: 0644]
version1/src/java/iotcloud/KeyValue.java [new file with mode: 0644]
version1/src/java/iotcloud/LastMessage.java [new file with mode: 0644]
version1/src/java/iotcloud/Liveness.java [new file with mode: 0644]
version1/src/java/iotcloud/Makefile [new file with mode: 0644]
version1/src/java/iotcloud/Pair.java [new file with mode: 0644]
version1/src/java/iotcloud/RejectedMessage.java [new file with mode: 0644]
version1/src/java/iotcloud/Slot.java [new file with mode: 0644]
version1/src/java/iotcloud/SlotBuffer.java [new file with mode: 0644]
version1/src/java/iotcloud/SlotIndexer.java [new file with mode: 0644]
version1/src/java/iotcloud/Table.java [new file with mode: 0644]
version1/src/java/iotcloud/TableStatus.java [new file with mode: 0644]
version1/src/java/iotcloud/Test.java [new file with mode: 0644]
version1/src/java/iotcloud/issues.txt [new file with mode: 0644]
version1/src/js/iotjs/.babelrc [new file with mode: 0644]
version1/src/js/iotjs/.bowerrc [new file with mode: 0644]
version1/src/js/iotjs/.editorconfig [new file with mode: 0644]
version1/src/js/iotjs/.jshintrc [new file with mode: 0644]
version1/src/js/iotjs/README.md [new file with mode: 0644]
version1/src/js/iotjs/bower.json [new file with mode: 0644]
version1/src/js/iotjs/examples/index.html [new file with mode: 0644]
version1/src/js/iotjs/gulpfile.js [new file with mode: 0644]
version1/src/js/iotjs/orig/compat.txt [new file with mode: 0644]
version1/src/js/iotjs/orig/entry.js [new file with mode: 0644]
version1/src/js/iotjs/orig/keyvalue.js [new file with mode: 0644]
version1/src/js/iotjs/orig/lastmessage.js [new file with mode: 0644]
version1/src/js/iotjs/orig/rejectedmessage.js [new file with mode: 0644]
version1/src/js/iotjs/orig/slot.js [new file with mode: 0644]
version1/src/js/iotjs/orig/slotbuffer.js [new file with mode: 0644]
version1/src/js/iotjs/orig/slotindexer.js [new file with mode: 0644]
version1/src/js/iotjs/orig/tablestatus.js [new file with mode: 0644]
version1/src/js/iotjs/package.json [new file with mode: 0644]
version1/src/js/iotjs/src/entry.js [new file with mode: 0644]
version1/src/js/iotjs/src/iotstring.js [new file with mode: 0644]
version1/src/js/iotjs/src/keyvalue.js [new file with mode: 0644]
version1/src/js/iotjs/src/lastmessage.js [new file with mode: 0644]
version1/src/js/iotjs/src/liveness.js [new file with mode: 0644]
version1/src/js/iotjs/src/main.js [new file with mode: 0644]
version1/src/js/iotjs/src/pair.js [new file with mode: 0644]
version1/src/js/iotjs/src/rejectedmessage.js [new file with mode: 0644]
version1/src/js/iotjs/src/slot.js [new file with mode: 0644]
version1/src/js/iotjs/src/slotbuffer.js [new file with mode: 0644]
version1/src/js/iotjs/src/slotindexer.js [new file with mode: 0644]
version1/src/js/iotjs/src/tablestatus.js [new file with mode: 0644]
version1/src/js/iotjs/test/test.js [new file with mode: 0644]
version1/src/script/C.cfg [new file with mode: 0644]
version1/src/script/java.cfg [new file with mode: 0644]
version1/src/script/makefile [new file with mode: 0644]
version1/src/server/.dir-locals.el [new file with mode: 0644]
version1/src/server/Makefile [new file with mode: 0644]
version1/src/server/README.txt [new file with mode: 0644]
version1/src/server/iotcloud.cpp [new file with mode: 0644]
version1/src/server/iotquery.cpp [new file with mode: 0644]
version1/src/server/iotquery.h [new file with mode: 0644]
version2/doc/iotcloud.tex [new file with mode: 0644]
version2/doc/makefile [new file with mode: 0644]
version2/src/java/.dir-locals.el [new file with mode: 0644]
version2/src/java/iotcloud/Abort.java [new file with mode: 0644]
version2/src/java/iotcloud/CloudComm.java [new file with mode: 0644]
version2/src/java/iotcloud/Commit.java [new file with mode: 0644]
version2/src/java/iotcloud/Entry.java [new file with mode: 0644]
version2/src/java/iotcloud/Guard.java [new file with mode: 0644]
version2/src/java/iotcloud/IoTString.java [new file with mode: 0644]
version2/src/java/iotcloud/KeyValue.java [new file with mode: 0644]
version2/src/java/iotcloud/LastMessage.java [new file with mode: 0644]
version2/src/java/iotcloud/Liveness.java [new file with mode: 0644]
version2/src/java/iotcloud/Makefile [new file with mode: 0644]
version2/src/java/iotcloud/NewKey.java [new file with mode: 0644]
version2/src/java/iotcloud/Pair.java [new file with mode: 0644]
version2/src/java/iotcloud/PendingTransaction.java [new file with mode: 0644]
version2/src/java/iotcloud/RejectedMessage.java [new file with mode: 0644]
version2/src/java/iotcloud/Slot.java [new file with mode: 0644]
version2/src/java/iotcloud/SlotBuffer.java [new file with mode: 0644]
version2/src/java/iotcloud/SlotIndexer.java [new file with mode: 0644]
version2/src/java/iotcloud/Table.java [new file with mode: 0644]
version2/src/java/iotcloud/TableStatus.java [new file with mode: 0644]
version2/src/java/iotcloud/Test.java [new file with mode: 0644]
version2/src/java/iotcloud/Transaction.java [new file with mode: 0644]
version2/src/java/iotcloud/issues.txt [new file with mode: 0644]
version2/src/script/C.cfg [new file with mode: 0644]
version2/src/script/java.cfg [new file with mode: 0644]
version2/src/script/makefile [new file with mode: 0644]
version2/src/server/.dir-locals.el [new file with mode: 0644]
version2/src/server/Makefile [new file with mode: 0644]
version2/src/server/README.txt [new file with mode: 0644]
version2/src/server/iotcloud.cpp [new file with mode: 0644]
version2/src/server/iotquery.cpp [new file with mode: 0644]
version2/src/server/iotquery.h [new file with mode: 0644]