summaryrefslogtreecommitdiffstats
path: root/combox
Commit message (Expand)AuthorAgeFilesLines
* Intergrated node monitor into the combox.cbox module.Siddharth Ravikumar2015-05-081-9/+34
* Updated combox.events.NodeDirMonitor.housekeep's 're-construct file' function...Siddharth Ravikumar2015-05-011-24/+33
* added comments in combox.events.NodDirMonitor.housekeep method.Siddharth Ravikumar2015-05-011-0/+3
* Updated combox.events.NodeDirMonitor.housekeep's delete functionality.Siddharth Ravikumar2015-04-301-10/+16
* combox.silo.ComboxSilo.node_set: added an optional parameter called `num'.Siddharth Ravikumar2015-04-291-1/+5
* rewrote combox.events.NodeDirMonitor.on_moved method.Siddharth Ravikumar2015-04-221-4/+11
* rewrote combox.events.NodeDirMonitor.on_deleted method.Siddharth Ravikumar2015-04-151-6/+20
* combox/silo.py: added comment in ComboxSilo.node_set()Siddharth Ravikumar2015-04-151-1/+4
* fixed bug #1 (platform-specific)Siddharth Ravikumar2015-04-092-5/+8
* rewrote combox.events.NodeDirMonitor.on_modified method.Siddharth Ravikumar2015-04-081-3/+8
* After a file which was created a in a remote computer is reconstructed in thi...Siddharth Ravikumar2015-04-081-0/+2
* new method combox.silo.ComboxSilo.node_remSiddharth Ravikumar2015-04-081-0/+18
* [golden commit]: rewrote combox.events.NodeDirMonitor.on_created method.Siddharth Ravikumar2015-04-011-5/+17
* updated combox.file.relative_path.Siddharth Ravikumar2015-04-011-1/+8
* new variable at NodeDirMonitor -- `num_nodes'Siddharth Ravikumar2015-04-011-0/+2
* renamed dict names in combox.silo.ComboxSilo from shard_* -> file_*Siddharth Ravikumar2015-04-011-4/+4
* Now combox.silo.ComboxSilo reloads db from disk before reading/writing.Siddharth Ravikumar2015-04-012-30/+13
* refactored the way locks work in combox.siloComboxSilo.Siddharth Ravikumar2015-04-013-11/+20
* new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts.Siddharth Ravikumar2015-03-311-0/+39
* ComboxSilo is now going to have dictionaries that track information about the...Siddharth Ravikumar2015-03-312-2/+18
* combox.events.NodDirMonitor: corrected typo in docstring.Siddharth Ravikumar2015-03-261-1/+1
* fleshed out combox.events.NodDirMonitor.housekeep method.Siddharth Ravikumar2015-03-261-1/+49
* new function combox.file.node_paths: returns the abs. path of shards/director...Siddharth Ravikumar2015-03-191-0/+28
* combox/file.py: edited docstring of the node_path method.Siddharth Ravikumar2015-03-191-2/+3
* combox/silo.py: All access to DB are now inside a critcal section.Siddharth Ravikumar2015-03-191-11/+17
* fleshed out the on_move method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-181-0/+15
* combox/silo.py: modded remove method in ComboxSiloSiddharth Ravikumar2015-03-181-1/+5
* 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-131-0/+11
* updated on_delete method in combox.events.NodeDirMonitorSiddharth 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-062-3/+5
* fleshed out the on_delete method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-041-2/+13
* fixed combox.file.cb_pathSiddharth Ravikumar2015-03-041-1/+1
* renamed combox.file.rm_dir -> combox.file.rm_pathSiddharth Ravikumar2015-03-041-4/+10
* 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-041-0/+8
* new function combox.file.rm_dirSiddharth Ravikumar2015-03-041-0/+8
* combox/events.py: fixed the silo bug.Siddharth Ravikumar2015-03-041-3/+16
* fleshed out the NodeDirMonitor's on_modified method + wrote tests for it.Siddharth Ravikumar2015-02-261-2/+30
* modded combox.file.hash_file function -- added new arg `file_content'Siddharth Ravikumar2015-02-261-2/+5
* updated combox.silo.ComboxSilo.stale method - added new arg fhashSiddharth Ravikumar2015-02-261-3/+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
* new function combox.file.node_path.Siddharth Ravikumar2015-02-251-0/+22
* New combox.events.NodeDirMonitor class defined.Siddharth Ravikumar2015-02-201-2/+76
* 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-201-5/+15
* combox/crypto.py: corrected typo in docstring of decrypt_and_glue function.Siddharth Ravikumar2015-02-191-1/+1