summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated TODO.org -- changed the TODO for this week.Siddharth Ravikumar2015-03-311-1/+1
* new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts.Siddharth Ravikumar2015-03-312-0/+149
* ComboxSilo is now going to have dictionaries that track information about the...Siddharth Ravikumar2015-03-312-2/+18
* updated TODO.orgSiddharth Ravikumar2015-03-311-0/+2
* updated TODO.orgSiddharth Ravikumar2015-03-261-2/+8
* combox.events.NodDirMonitor: corrected typo in docstring.Siddharth Ravikumar2015-03-261-1/+1
* fleshed out combox.events.NodDirMonitor.housekeep method.Siddharth Ravikumar2015-03-262-3/+120
* updated TODO.orgSiddharth Ravikumar2015-03-261-1/+1
* new function combox.file.node_paths: returns the abs. path of shards/director...Siddharth Ravikumar2015-03-192-0/+57
* combox/file.py: edited docstring of the node_path method.Siddharth Ravikumar2015-03-191-2/+3
* In tests, the code that purges the files/directories in `purge_list' is now a...Siddharth Ravikumar2015-03-193-15/+18
* updated TODO.orgSiddharth Ravikumar2015-03-191-0/+2
* combox/silo.py: All access to DB are now inside a critcal section.Siddharth Ravikumar2015-03-191-11/+17
* updated TODO.org: wrote on_moved method (NodeDirMonitor)Siddharth Ravikumar2015-03-181-2/+4
* fleshed out the on_move method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-182-2/+76
* tests/events_test.py: paths in `purge_list' is purged after executing each te...Siddharth Ravikumar2015-03-181-7/+8
* combox/silo.py: modded remove method in ComboxSiloSiddharth Ravikumar2015-03-181-1/+5
* updated TODO.orgSiddharth Ravikumar2015-03-181-2/+2
* updated on_created, on_modified, on_deleted methods in NodeDirMonitor.Siddharth Ravikumar2015-03-131-0/+15
* Added `shardp' method to combox.events.NodeDirMonitor + test for it.Siddharth Ravikumar2015-03-132-0/+21
* updated on_delete method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-061-1/+1
* updated TODO.orgSiddharth Ravikumar2015-03-061-1/+1
* updated the on_delete method in the combox.events.ComboxDirMonitor class.Siddharth Ravikumar2015-03-061-2/+5
* modded combox.file.node_path function.Siddharth Ravikumar2015-03-063-5/+9
* updated TODO.org - flesh out on_delete method (NodeDirMonitor)Siddharth Ravikumar2015-03-041-2/+4
* all the sleep calls are 1 sec long in tests.events_testSiddharth Ravikumar2015-03-041-5/+5
* fleshed out the on_delete method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-042-4/+28
* fixed combox.file.cb_pathSiddharth Ravikumar2015-03-041-1/+1
* renamed combox.file.rm_dir -> combox.file.rm_pathSiddharth Ravikumar2015-03-042-7/+21
* combox.file.mk_nodedir uses mk_dir to create a directory.Siddharth Ravikumar2015-03-041-4/+1
* combox.file.rm_nodedir uses the rm_dir function to remove directories.Siddharth Ravikumar2015-03-041-4/+1
* new function combox.file.mk_dirSiddharth Ravikumar2015-03-042-0/+30
* new function combox.file.rm_dirSiddharth Ravikumar2015-03-042-0/+18
* updated TODO.orgSiddharth Ravikumar2015-03-041-2/+4
* combox/events.py: fixed the silo bug.Siddharth Ravikumar2015-03-041-3/+16
* updated TODO.orgSiddharth Ravikumar2015-02-261-0/+6
* added TODO.org - moved combox TODO here.Siddharth Ravikumar2015-02-261-0/+39
* fleshed out the NodeDirMonitor's on_modified method + wrote tests for it.Siddharth Ravikumar2015-02-262-2/+64
* updated tests.utils.shardedp - nows additionally checks if shard exists.Siddharth Ravikumar2015-02-261-1/+1
* modded combox.file.hash_file function -- added new arg `file_content'Siddharth Ravikumar2015-02-262-4/+9
* updated combox.silo.ComboxSilo.stale method - added new arg fhashSiddharth Ravikumar2015-02-262-4/+7
* updated tests.crypto_test.TestCrypto.test_convenience_cryptoSiddharth Ravikumar2015-02-261-1/+5
* modded combox.crypto.decrypt_and_glue - added new arg called `write'Siddharth Ravikumar2015-02-261-4/+7
* updated combox.events.ComboxDirMonitor.on_create methodSiddharth Ravikumar2015-02-251-3/+6
* tests/file_test.py: corrected typo in the docstring of test_cbpath method.Siddharth Ravikumar2015-02-251-1/+1
* new function combox.file.node_path.Siddharth Ravikumar2015-02-252-0/+41
* New combox.events.NodeDirMonitor class defined.Siddharth Ravikumar2015-02-202-8/+134
* modded tests/events_test.TestEvents.teardown methodSiddharth Ravikumar2015-02-201-1/+3
* Refactored combox.crypto.split_and_encrypt function.Siddharth Ravikumar2015-02-201-5/+12
* Refactored combox.file.cb_path to accept a file or a directory under a node d...Siddharth Ravikumar2015-02-202-6/+23