summaryrefslogtreecommitdiffstats
path: root/combox
Commit message (Expand)AuthorAgeFilesLines
...
* combox.events: plaftorm specific changes.Siddharth Ravikumar2015-09-071-7/+20
* combox.events: fixed file path variable name in NodeDirMonitor's on_move method.Siddharth Ravikumar2015-09-071-5/+5
* combox.events: fixed deadlock issue.Siddharth Ravikumar2015-09-071-8/+7
* combox.events: fixes a dropbox specific issue.Siddharth Ravikumar2015-09-071-5/+8
* combox.events: updated/added print statemets for debugging.Siddharth Ravikumar2015-09-061-1/+2
* combox.events: added `print' statements; helpful for debugging.Siddharth Ravikumar2015-09-061-1/+9
* combox.config: now we're always returning config_info no matter what.Siddharth Ravikumar2015-09-061-0/+1
* combox.config module update.Siddharth Ravikumar2015-09-061-1/+1
* Wrote a fix for Google Drive client behavior for file modification.Siddharth Ravikumar2015-09-061-8/+59
* combox.events: added print statements in NodeDirMonitor.events for debugging.Siddharth Ravikumar2015-08-271-0/+3
* combox/events.py: fixed a logical error in NodeDirMonitor.on_movedSiddharth Ravikumar2015-08-271-1/+2
* combox/events.py: fixed a logical mistake in the last commit.Siddharth Ravikumar2015-08-271-1/+1
* fixed dropbox specific issue in NodeDirMonitor.housekeep method.Siddharth Ravikumar2015-08-271-1/+2
* Fix for Dropbox weirdness.Siddharth Ravikumar2015-08-261-15/+47
* combox/events.py: bugfix (Dropbox specific code).Siddharth Ravikumar2015-08-261-2/+4
* combox/events.py: fixed a Dropox specific issue :|Siddharth Ravikumar2015-08-261-5/+22
* combox/events.py: fixed Dropbox specific issue.Siddharth Ravikumar2015-08-261-4/+13
* fixed a Dropbox specific issue in NodeDirMonitor.Siddharth Ravikumar2015-08-261-3/+21
* bug fix (b#4).Siddharth Ravikumar2015-08-251-1/+8
* added new function file.no_of_shards + tests.Siddharth Ravikumar2015-08-251-0/+16
* combox.config: silo directory is expanded to its abs. path when no silo direc...Siddharth Ravikumar2015-08-241-1/+1
* updated combox.cbox.run_cb.Siddharth Ravikumar2015-08-241-0/+3
* combox/events.py: fixed typo in comment.Siddharth Ravikumar2015-08-241-1/+1
* 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