| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typo. | Sebastien Martini | 2014-07-10 | 1 | -1/+1 |
| | | |||||
| * | Improve example daemon.py. | Sebastien Martini | 2014-07-10 | 1 | -7/+11 |
| | | | | | Closes #77 | ||||
| * | Improved Tornado's notifier. | Sebastien Martini | 2012-10-04 | 2 | -20/+21 |
| | | |||||
| * | Ported TornadoAsyncNotifier to Python3. | Sebastien Martini | 2012-10-04 | 1 | -2/+3 |
| | | | | | | Assuming Tornado works the same way under Python3... I must say I don't use Tornado myself I didn't test it. | ||||
| * | Add tornado ioloop support | LE0N | 2012-10-03 | 1 | -0/+19 |
| | | |||||
| * | Merge pull request #25 from Flyser/patch-2 | Sebastien Martini | 2011-11-15 | 1 | -1/+1 |
| |\ | | | | | fix typo "dependancies". @flyser Thanks for your help. | ||||
| | * | fix typo "dependancies" | Flyser | 2011-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | fix IN_DELATE typo | Flyser | 2011-11-15 | 1 | -1/+1 |
| |/ | |||||
| * | Modified project url. | Sebastien Martini | 2010-09-15 | 3 | -3/+3 |
| | | |||||
| * | Optionally no pid file is written (pid_file=False) when notifier.loop | Sebastien Martini | 2010-09-15 | 1 | -5/+10 |
| | | | | | with daemonize=True is called. | ||||
| * | Modified the umask's value set in forked processes, tightened all files | Sebastien Martini | 2010-09-15 | 1 | -6/+3 |
| | | | | | | creations rights and removed the daemonize option used for killing processes (security issue reported by Adrian thiefmaster@gamesurge.net). | ||||
| * | Fixed typo. | Sebastien Martini | 2010-05-27 | 1 | -1/+1 |
| | | |||||
| * | Added new option for coalescing events (disabled by default). See new example | Sebastien Martini | 2010-05-27 | 1 | -0/+35 |
| | | | | | coalesce.py. | ||||
| * | Updated examples. | Sebastien Martini | 2010-05-16 | 2 | -1/+8 |
| | | |||||
| * | Updated examples. | Sebastien Martini | 2010-05-13 | 3 | -7/+7 |
| | | |||||
| * | Cosmetic changes. | Sebastien Martini | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | - Removed custom glob functions, uses standard glob module directly. | Sebastien Martini | 2010-01-03 | 3 | -32/+31 |
| | | | | | | | | | - Modified exclusion filter mechanism, patterns still can be loaded from files but the syntax has changed see exclude.lst for more details. This new method is safer since the external file is not executed anymore, it is only parsed looking for patterns loaded as strings. | ||||
| * | Updated examples from tutorial. | Sebastien Martini | 2010-01-02 | 3 | -23/+16 |
| | | |||||
| * | Updated daemon.py | Sebastien Martini | 2010-01-01 | 1 | -6/+12 |
| | | |||||
| * | - Improved daemon.py example | Sebastien Martini | 2010-01-01 | 1 | -2/+31 |
| | | | | | | - By default assigns an instance of PrintAllEvents() to Notifier.default_proc_fun. | ||||
| * | Updated examples. | Sebastien Martini | 2009-11-11 | 5 | -40/+42 |
| | | |||||
| * | Removed example async_moved_from.py (this not really an example). | Sebastien Martini | 2009-11-06 | 1 | -40/+0 |
| | | |||||
| * | Modified Pyinotify's hierarchy in order to support differents version | Sebastien Martini | 2009-11-06 | 16 | -0/+431 |
| for Python2 and for Python3. | |||||
