summaryrefslogtreecommitdiffstats
path: root/combox
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Defined new function in combox.file.cb_pathSiddharth Ravikumar2015-02-191-0/+10
* modded combox.file.relative_path function.Siddharth Ravikumar2015-02-191-4/+13
* combox/config.py: added a new arg `write' (boolean) to cb_config function.Siddharth Ravikumar2015-02-091-5/+8
* [bugfix]: combox/config.py - when empty string is given for 'silo_dir'; it se...Siddharth Ravikumar2015-02-081-2/+4
* combox/events.py: Under ComboxDIrMonitor, set logging's level to INFO.Siddharth Ravikumar2015-02-051-0/+4
* combox/cbox.py: put the code under __main__ into a new function called 'main()'Siddharth Ravikumar2015-02-051-2/+8
* [bugfix] combox/cbox.py: Forgot to rename ComboxEventHandler -> ComboxDirMoni...Siddharth Ravikumar2015-02-051-2/+2
* combox/events.py: In ComboxDirMonitor class, housekeep() is called from the _...Siddharth Ravikumar2015-01-281-0/+2
* combox/events.py: ComboxDirMonitor now inherits LoggingEventHandler instead o...Siddharth Ravikumar2015-01-281-19/+4
* combox/events.py - Wrote first version of housingkeep() method for ComboxDirM...Siddharth Ravikumar2015-01-271-0/+52
* [bug fix] combox/file.py: rm_shards function checks if a shard exists before ...Siddharth Ravikumar2015-01-271-1/+7
* combox/silo.py: new method `keys()' in ComboxSilo class.Siddharth Ravikumar2015-01-271-1/+7
* combox/events.py: now when files are -- created, moved, removed, modified -- ...Siddharth Ravikumar2015-01-211-6/+11
* new module: combox/silo.pySiddharth Ravikumar2015-01-211-0/+99
* combox/file.py: defined hash_file function.Siddharth Ravikumar2015-01-211-0/+13
* Renamed ComboxEventHandler (class) -> ComboxDirMonitorSiddharth Ravikumar2015-01-211-5/+5
* combox config now contains a `combox_name` field which contains the name of t...Siddharth Ravikumar2015-01-211-0/+1
* now the config file also makes note of the 'silo' directory.Siddharth Ravikumar2015-01-211-0/+7
* fleshed out the on_modified function in the ComboxEventHandler class + wrote ...Siddharth Ravikumar2015-01-201-0/+8
* updated copright year.Siddharth Ravikumar2015-01-205-5/+5
* added combox/cbox.py: pretty rough.Siddharth Ravikumar2015-01-161-0/+82
* [bug fix] combox/file.py: fixed bug in move_shards functionSiddharth Ravikumar2015-01-161-0/+5
* combox/events.py: fleshed out on_moved, on_deleted functions.Siddharth Ravikumar2015-01-151-2/+24
* combox/file.py: wrote new utility functions.Siddharth Ravikumar2015-01-151-0/+99
* combox/config.py: node directories are created if they're not already created.Siddharth Ravikumar2015-01-151-0/+4
* combox/events.py: contains the ComboxEventHandler which monitors and does the...Siddharth Ravikumar2015-01-141-0/+78
* combox/crypto.py: relative_path function is used to get the file/directory's ...Siddharth Ravikumar2015-01-141-4/+9