Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-01 | Bump fsnotify to 0.2 | Jasper Van der Jeugt | 1 | -4/+3 | |
2015-06-30 | Allow empty template, fix some import warnings | Jasper Van der Jeugt | 1 | -1/+2 | |
Closes #355 | |||||
2015-01-10 | Ensure "Listening on 0.0.0.0:8000" message is not garbled | Jasper Van der Jeugt | 1 | -6/+14 | |
2014-11-03 | Bump fsnotify, citeproc, poll changes | Jasper Van der Jeugt | 1 | -43/+58 | |
2014-03-24 | Add flag to bind on selected host. | chrisdotcode | 1 | -2/+5 | |
2013-05-22 | finish incomplete comment | Jorge Israel Peña | 1 | -1/+1 | |
2013-05-22 | add max-retries to waitOpen and gracefully handle remove/delete events | Jorge Israel Peña | 1 | -11/+22 | |
2013-05-22 | fix preview functionality on windows | Jorge Israel Peña | 1 | -2/+31 | |
2013-04-04 | Add event filtering based on pattern | Jasper Van der Jeugt | 1 | -16/+40 | |
2013-04-03 | Update patch for 5e4adaecb | Simonas Kazlauskas | 1 | -9/+6 | |
2013-03-31 | Refine code | Simonas Kazlauskas | 1 | -9/+9 | |
This patch includes several smaller changes, namely: 1. We don't use result of `update` function and likely never will, so don't bother generating it. 2. Rename watch function to better reflect what it does. 3. Never exit preview server in case of failed update. | |||||
2013-03-30 | Prefer relative directories instead of absolute | Simonas Kazlauskas | 1 | -14/+12 | |
This allows us to fully utilise shouldIgnoreFile | |||||
2013-03-30 | Use shouldIgnoreFile | Simonas Kazlauskas | 1 | -8/+6 | |
2013-03-30 | Run server in main thread | Simonas Kazlauskas | 1 | -9/+3 | |
2013-03-30 | Migrating from polling to notification: First shot | Simonas Kazlauskas | 1 | -32/+37 | |
Using system file notification APIs it is much more efficient than polling files every second. | |||||
2012-12-29 | Move preview modules | Jasper Van der Jeugt | 2 | -0/+91 | |