summaryrefslogtreecommitdiffstats
path: root/combox/events.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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