| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | README.md: updated combox description. | Siddharth Ravikumar | 2015-01-27 | 1 | -2/+2 |
* | combox/events.py: now when files are -- created, moved, removed, modified -- ... | Siddharth Ravikumar | 2015-01-21 | 2 | -11/+38 |
* | tests/events_test.py: re-arranged the import statements. | Siddharth Ravikumar | 2015-01-21 | 1 | -3/+5 |
* | updated README.md - modded license section | Siddharth Ravikumar | 2015-01-21 | 1 | -5/+5 |
* | new module: combox/silo.py | Siddharth Ravikumar | 2015-01-21 | 2 | -0/+186 |
* | updated setup.py | Siddharth Ravikumar | 2015-01-21 | 1 | -2/+3 |
* | updated README.md | Siddharth Ravikumar | 2015-01-21 | 1 | -2/+7 |
* | updated .gitignore | Siddharth Ravikumar | 2015-01-21 | 1 | -1/+2 |
* | deleted: etc/storage.yaml - Going to be using PickleDB for storing info about... | Siddharth Ravikumar | 2015-01-21 | 1 | -13/+0 |
* | combox/file.py: defined hash_file function. | Siddharth Ravikumar | 2015-01-21 | 2 | -1/+26 |
* | README.md: add license information for combox logo. | Siddharth Ravikumar | 2015-01-21 | 1 | -3/+8 |
* | Renamed ComboxEventHandler (class) -> ComboxDirMonitor | Siddharth Ravikumar | 2015-01-21 | 2 | -9/+9 |
* | combox config now contains a `combox_name` field which contains the name of t... | Siddharth Ravikumar | 2015-01-21 | 3 | -1/+3 |
* | now the config file also makes note of the 'silo' directory. | Siddharth Ravikumar | 2015-01-21 | 3 | -1/+9 |
* | fleshed out the on_modified function in the ComboxEventHandler class + wrote ... | Siddharth Ravikumar | 2015-01-20 | 4 | -1/+98 |
* | tests/events_test.py: fixed the path_deletedp function. | Siddharth Ravikumar | 2015-01-20 | 1 | -5/+4 |
* | updated copright year. | Siddharth Ravikumar | 2015-01-20 | 9 | -9/+9 |
* | updated graphics/logo/combox-logo.svg | Siddharth Ravikumar | 2015-01-19 | 1 | -67/+64 |
* | added combox/cbox.py: pretty rough. | Siddharth Ravikumar | 2015-01-16 | 1 | -0/+82 |
* | tests/events_test.py: wrote test for file/directory rename under combox direc... | Siddharth Ravikumar | 2015-01-16 | 1 | -0/+37 |
* | [bug fix] combox/file.py: fixed bug in move_shards function | Siddharth Ravikumar | 2015-01-16 | 1 | -0/+5 |
* | tests/events_test.py: wrote test for file/directory deletion in combox direct... | Siddharth Ravikumar | 2015-01-15 | 1 | -4/+35 |
* | combox/events.py: fleshed out on_moved, on_deleted functions. | Siddharth Ravikumar | 2015-01-15 | 1 | -2/+24 |
* | tests/events_test.py: wrote code to test whether files created in a nested di... | Siddharth Ravikumar | 2015-01-15 | 1 | -5/+17 |
* | combox/file.py: wrote new utility functions. | Siddharth Ravikumar | 2015-01-15 | 1 | -0/+99 |
* | combox/config.py: node directories are created if they're not already created. | Siddharth Ravikumar | 2015-01-15 | 1 | -0/+4 |
* | updated graphics/logo/combox-logo.svg | Siddharth Ravikumar | 2015-01-14 | 1 | -39/+82 |
* | added graphics/logo/combox-logo.svg | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+118 |
* | updated .gitignore | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+1 |
* | added tests/events_test.py: tests the ComboxEventHandler thing. | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+103 |
* | combox/events.py: contains the ComboxEventHandler which monitors and does the... | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+78 |
* | combox/crypto.py: relative_path function is used to get the file/directory's ... | Siddharth Ravikumar | 2015-01-14 | 1 | -4/+9 |
* | combox/file.py: new functions defined. | Siddharth Ravikumar | 2015-01-14 | 1 | -6/+53 |
* | combox/config.py: all directories that are written to YAML now have absolute ... | Siddharth Ravikumar | 2015-01-14 | 1 | -5/+5 |
* | updated tests/test-config/config.yaml | Siddharth Ravikumar | 2015-01-14 | 1 | -3/+3 |
* | updated README.md | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+3 |
* | renamed: README -> README.md | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+0 |
* | updated README: added back the 'mode' thingy. | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+2 |
* | updated README | Siddharth Ravikumar | 2015-01-14 | 1 | -2/+0 |
* | combox/crypto.py: removed a `.' that somehow crept into the file at the botto... | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+0 |
* | tests/crypto_test.py: added new test function to test split_and_encrypt and d... | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+21 |
* | updated .gitignore | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+2 |
* | tests/crypto_test.py: uses new test file. | Siddharth Ravikumar | 2015-01-13 | 3 | -2/+1 |
* | tests/crypto_test.py: uses get_nodedirs function to fetch list of node direc... | Siddharth Ravikumar | 2015-01-13 | 1 | -3/+5 |
* | tests/file_test.py: uses get_nodedirs function to fetch list of node director... | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+2 |
* | tests/config_test.py: modified test config info. | Siddharth Ravikumar | 2015-01-13 | 1 | -8/+8 |
* | combox/file.py: added mk_nodedir function. | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+13 |
* | combox/crypto.py: wrote split_and_encrypt & decrypt_and_glue functions | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+61 |
* | combox/config.py: added get_nodedirs function. | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+16 |
* | combox/config.py: the config functions does its job irrespective of whether c... | Siddharth Ravikumar | 2015-01-13 | 1 | -21/+19 |