Yann Lugrin
|
043d285894
|
don't return directories when requesting files
|
2011-06-20 10:08:32 +02:00 |
|
Konstantin Shabanov
|
668e0f4d85
|
Use RbConfig instead of obsolete and deprecated Config.
|
2011-06-16 18:14:51 +07:00 |
|
Yann Lugrin
|
ca7b98099c
|
Watching dotfile (hidden files under unix) fix #80
|
2011-06-15 18:02:32 +02:00 |
|
Thibaud Guillaume-Gentil
|
5808a3cf23
|
Removed merged code commented
|
2011-06-02 23:58:07 +02:00 |
|
Thibaud Guillaume-Gentil
|
6a77f01645
|
Merge branch 'master' of https://github.com/niklas/guard into niklas-master
Conflicts:
lib/guard/listener.rb
spec/guard/listeners/linux_spec.rb
|
2011-05-28 17:15:09 +02:00 |
|
Thibaud Guillaume-Gentil
|
1628a1f01d
|
fix for resolving the digest module (again)
|
2011-05-28 16:50:16 +02:00 |
|
Thibaud Guillaume-Gentil
|
8f68778927
|
Only check sha1_checksum when file mtime.to_i == last_event.to_i (so touching file to fire guard is working again)
|
2011-05-28 16:47:35 +02:00 |
|
John Bintz
|
307d13a517
|
fix for resolving the digest module
|
2011-05-23 21:36:51 -04:00 |
|
Niklas Hofer
|
b12769d2bf
|
can give path and options to Listener.select_and_init
|
2011-05-15 21:45:30 +02:00 |
|
Niklas Hofer
|
a3cf121111
|
can disable relativation of paths
|
2011-05-15 21:45:30 +02:00 |
|
Niklas Hofer
|
2f0870abfc
|
refactor Polling Listener to catch deleted and moved files
|
2011-05-15 21:45:30 +02:00 |
|
Niklas Hofer
|
bc740d725f
|
create shared examples all listeners should behave like
|
2011-05-15 21:45:30 +02:00 |
|
Niklas Hofer
|
9c44f89a61
|
can specify directory to listen to, still defaulting to pwd
|
2011-05-15 21:45:30 +02:00 |
|
Thibaud Guillaume-Gentil
|
0dcf13d77c
|
- Handled quick file (<1s) modification
- Avoid to catch modified files without content modification (sha1 checksum)
(Specs needed)
|
2011-05-09 09:39:11 +02:00 |
|
Thibaud Guillaume-Gentil
|
f7140f2b1c
|
Removed commented stuff
|
2011-05-09 09:36:09 +02:00 |
|
slavic
|
94e04ec7e0
|
add support for Windows using rb-fchange. Specs fail because of k32WaitForMultipleObjects blocks all threads
|
2011-04-30 13:38:57 +03:00 |
|
Rémy Coutable
|
9b981f5459
|
Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!).
Signed-off-by: Rémy Coutable <remy@jilion.com>
|
2011-04-16 23:13:29 +02:00 |
|
Thibaud Guillaume-Gentil
|
9772e9d9c8
|
Replaced Thread (incompatible with inotify) by a whole dir scan after each run_on_changes
|
2011-01-19 23:05:45 +01:00 |
|
Thibaud Guillaume-Gentil
|
53a79691a5
|
Kept listener running in thread even when guards plugin are also running.
|
2010-11-30 21:15:03 +01:00 |
|
Thibaud Guillaume-Gentil
|
3f922a0667
|
Refactorized listeners support
Added polling fallback
Removed sys-uname dependency
|
2010-10-17 21:42:40 +02:00 |
|
Thibaud Guillaume-Gentil
|
0e4d75eda2
|
Rescued recent_file? if file isn't exist anymore
Closes #1.
|
2010-10-07 20:53:29 +02:00 |
|
Thibaud Guillaume-Gentil
|
4d3744ff43
|
Initial commit
|
2010-10-03 23:00:33 +02:00 |
|