summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rewrote combox.events.NodeDirMonitor.on_moved method.Siddharth Ravikumar2015-04-222-15/+42
* TODO.org: added deadline for rewriting "combox.events.NodeDirMonitor.on_moved...Siddharth Ravikumar2015-04-221-0/+1
* TODO.org: rewrote combox.events.NodeDirMonitor.on_deleted methodSiddharth Ravikumar2015-04-151-2/+4
* rewrote combox.events.NodeDirMonitor.on_deleted method.Siddharth Ravikumar2015-04-152-6/+75
* combox/silo.py: added comment in ComboxSilo.node_set()Siddharth Ravikumar2015-04-151-1/+4
* TODO.org: added deadline for TODO rewrite combox.events.NodeDirMonitor.on_del...Siddharth Ravikumar2015-04-151-0/+1
* TODO.org: bug #1 is done.Siddharth Ravikumar2015-04-091-1/+4
* fixed bug #1 (platform-specific)Siddharth Ravikumar2015-04-092-5/+8
* updated TODO.org: added tags to bugs section.Siddharth Ravikumar2015-04-091-3/+3
* TODO.org: added 'bugs' section.Siddharth Ravikumar2015-04-091-76/+86
* README.md: added new section `canonical repo'.Siddharth Ravikumar2015-04-091-0/+4
* updated README.mdSiddharth Ravikumar2015-04-091-1/+1
* updated README.md -- criticism is good.Siddharth Ravikumar2015-04-081-0/+2
* TODO.org: rewrote combox.events.NodeDirMonitor.on_modified methodSiddharth Ravikumar2015-04-081-2/+6
* rewrote combox.events.NodeDirMonitor.on_modified method.Siddharth Ravikumar2015-04-082-3/+66
* After a file which was created a in a remote computer is reconstructed in thi...Siddharth Ravikumar2015-04-082-1/+8
* new method combox.silo.ComboxSilo.node_remSiddharth Ravikumar2015-04-082-0/+33
* added test file to purge list in tests.events_test.TestEvents.test_NDM_oncreatedSiddharth Ravikumar2015-04-081-0/+3
* Added test for directory creation in tests.events_test.TestEvents.test_NDM_on...Siddharth Ravikumar2015-04-081-15/+15
* renamed method test_NDM_oncreate -> test_NDM_oncreated in tests.event_test.Te...Siddharth Ravikumar2015-04-081-2/+2
* TODO.org: set deadline for the week.Siddharth Ravikumar2015-04-061-0/+1
* modded teardown method in tests.events_test.TestEvents.Siddharth Ravikumar2015-04-031-6/+2
* updated TODO.orgSiddharth Ravikumar2015-04-031-0/+2
* updated TODO.org: Done rewriting combox.events.NodeDirMonitor.on_created methodSiddharth Ravikumar2015-04-011-1/+4
* [golden commit]: rewrote combox.events.NodeDirMonitor.on_created method.Siddharth Ravikumar2015-04-012-13/+76
* updated TODO.orgSiddharth Ravikumar2015-04-011-0/+4
* updated combox.file.relative_path.Siddharth Ravikumar2015-04-012-3/+18
* new variable at NodeDirMonitor -- `num_nodes'Siddharth Ravikumar2015-04-012-0/+11
* renamed dict names in combox.silo.ComboxSilo from shard_* -> file_*Siddharth Ravikumar2015-04-012-55/+55
* updated TODO.orgSiddharth Ravikumar2015-04-011-1/+4
* Now combox.silo.ComboxSilo reloads db from disk before reading/writing.Siddharth Ravikumar2015-04-012-30/+13
* updated TODO.orgSiddharth Ravikumar2015-04-011-0/+1
* updated TODO.orgSiddharth Ravikumar2015-04-011-2/+4
* refactored the way locks work in combox.siloComboxSilo.Siddharth Ravikumar2015-04-015-51/+64
* updated TODO.org -- changed the TODO for this week.Siddharth Ravikumar2015-03-311-1/+1
* new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts.Siddharth Ravikumar2015-03-312-0/+149
* ComboxSilo is now going to have dictionaries that track information about the...Siddharth Ravikumar2015-03-312-2/+18
* updated TODO.orgSiddharth Ravikumar2015-03-311-0/+2
* updated TODO.orgSiddharth Ravikumar2015-03-261-2/+8
* combox.events.NodDirMonitor: corrected typo in docstring.Siddharth Ravikumar2015-03-261-1/+1
* fleshed out combox.events.NodDirMonitor.housekeep method.Siddharth Ravikumar2015-03-262-3/+120
* updated TODO.orgSiddharth Ravikumar2015-03-261-1/+1
* new function combox.file.node_paths: returns the abs. path of shards/director...Siddharth Ravikumar2015-03-192-0/+57
* combox/file.py: edited docstring of the node_path method.Siddharth Ravikumar2015-03-191-2/+3
* In tests, the code that purges the files/directories in `purge_list' is now a...Siddharth Ravikumar2015-03-193-15/+18
* updated TODO.orgSiddharth Ravikumar2015-03-191-0/+2
* combox/silo.py: All access to DB are now inside a critcal section.Siddharth Ravikumar2015-03-191-11/+17
* updated TODO.org: wrote on_moved method (NodeDirMonitor)Siddharth Ravikumar2015-03-181-2/+4
* fleshed out the on_move method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-182-2/+76
* tests/events_test.py: paths in `purge_list' is purged after executing each te...Siddharth Ravikumar2015-03-181-7/+8