summaryrefslogtreecommitdiffstats
path: root/combox
Commit message (Expand)AuthorAgeFilesLines
* 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
* combox/file.py: new functions defined.Siddharth Ravikumar2015-01-141-6/+53
* combox/config.py: all directories that are written to YAML now have absolute ...Siddharth Ravikumar2015-01-141-5/+5
* combox/crypto.py: removed a `.' that somehow crept into the file at the botto...Siddharth Ravikumar2015-01-131-1/+0
* combox/file.py: added mk_nodedir function.Siddharth Ravikumar2015-01-131-0/+13
* combox/crypto.py: wrote split_and_encrypt & decrypt_and_glue functionsSiddharth Ravikumar2015-01-131-0/+61
* combox/config.py: added get_nodedirs function.Siddharth Ravikumar2015-01-131-0/+16
* combox/config.py: the config functions does its job irrespective of whether c...Siddharth Ravikumar2015-01-131-21/+19
* rewrote the read_shards() and write_shards() function in combox/file.py.Siddharth Ravikumar2015-01-131-12/+17
* modified: combox/config.py - input is read through a function instead of usin...Siddharth Ravikumar2015-01-121-9/+22
* deleted: combox/combox.pySiddharth Ravikumar2015-01-121-243/+0
* added back combox/config.py and combox/crypto.pySiddharth Ravikumar2015-01-122-0/+166
* added back combox/file.pySiddharth Ravikumar2015-01-121-0/+127
* consolidated everything into combox/combox.py.Siddharth Ravikumar2015-01-123-166/+116
* combox/config.py: added commentSiddharth Ravikumar2015-01-121-1/+2
* moved combox/tests -> tests/Siddharth Ravikumar2015-01-125-121/+0
* tests/test_config.py: test file for config.pySiddharth Ravikumar2014-11-211-0/+22
* modified: config.py -- configuration thingy is now a function + the passhrase...Siddharth Ravikumar2014-11-211-24/+29
* combox/config.py: initial version of combox configuration done.Siddharth Ravikumar2014-11-131-0/+76
* Added crypto.py: Contains function that encrypt data and decrypt ciphers usin...Siddharth Ravikumar2014-11-052-0/+136
* file.py: wrote two new functions -- write_shards(), read_shards()Siddharth Ravikumar2014-11-052-1/+51
* updated file.py: fixed typo in glue_data documentation.Siddharth Ravikumar2014-10-301-1/+1
* updated combox/file.py: renamed split_file -> split_data and glue_file -> gl...Siddharth Ravikumar2014-10-302-35/+46
* renamed: utils/file.py -> file.py, tests/utils_file.py -> tests/test_file.pyrsiddharth2014-10-303-1/+1
* Initial commit: File splitter & File gluer done.rsiddharth2014-10-296-0/+113