summaryrefslogtreecommitdiffstats
path: root/combox/events.py
Commit message (Expand)AuthorAgeFilesLines
* combox/events.py: fixed typo in comment.Siddharth Ravikumar2015-08-241-1/+1
* 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
* 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
* 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
* [golden commit]: rewrote combox.events.NodeDirMonitor.on_created method.Siddharth Ravikumar2015-04-011-5/+17
* new variable at NodeDirMonitor -- `num_nodes'Siddharth Ravikumar2015-04-011-0/+2
* Now combox.silo.ComboxSilo reloads db from disk before reading/writing.Siddharth Ravikumar2015-04-011-24/+0
* refactored the way locks work in combox.siloComboxSilo.Siddharth Ravikumar2015-04-011-6/+7
* ComboxSilo is now going to have dictionaries that track information about the...Siddharth Ravikumar2015-03-311-2/+9
* 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
* fleshed out the on_move method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-181-0/+15
* 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-061-1/+2
* fleshed out the on_delete method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-041-2/+13
* 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
* updated combox.events.ComboxDirMonitor.on_create methodSiddharth Ravikumar2015-02-251-3/+6
* New combox.events.NodeDirMonitor class defined.Siddharth Ravikumar2015-02-201-2/+76
* combox/events.py: Under ComboxDIrMonitor, set logging's level to INFO.Siddharth Ravikumar2015-02-051-0/+4
* 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
* combox/events.py: now when files are -- created, moved, removed, modified -- ...Siddharth Ravikumar2015-01-211-6/+11
* Renamed ComboxEventHandler (class) -> ComboxDirMonitorSiddharth Ravikumar2015-01-211-5/+5
* fleshed out the on_modified function in the ComboxEventHandler class + wrote ...Siddharth Ravikumar2015-01-201-0/+8
* updated copright year.Siddharth Ravikumar2015-01-201-1/+1
* combox/events.py: fleshed out on_moved, on_deleted functions.Siddharth Ravikumar2015-01-151-2/+24
* combox/events.py: contains the ComboxEventHandler which monitors and does the...Siddharth Ravikumar2015-01-141-0/+78