isaacs
|
1510116337
|
test: fs.watch filename support on Darwin
|
2012-09-17 15:49:07 -07:00 |
isaacs
|
1c2982b94f
|
Update doc and test for sunos/solaris switch
|
2012-09-11 10:57:25 -07:00 |
isaacs
|
b48f7f7eac
|
test: Solaris is not as granular with rename fs watch events
|
2012-05-20 00:17:18 -03:00 |
Andreas Madsen
|
a039bad299
|
fs.watch should not require a listener arguments
Since fs.watch returns an event emitter where the change event is exactly
the same as the listener callback, the argument should be required
|
2012-05-19 18:58:28 -03:00 |
Ben Noordhuis
|
ebb79cdaba
|
Revert "test-fs-watch: Add faster failure, and link to #2813"
This reverts commit 9a6f936c8a .
|
2012-02-29 14:26:04 +01:00 |
isaacs
|
9a6f936c8a
|
test-fs-watch: Add faster failure, and link to #2813
|
2012-02-22 20:57:55 -08:00 |
isaacs
|
0cdf85e28d
|
Lint all the JavaScripts.
|
2012-02-18 15:34:57 -08:00 |
Ben Noordhuis
|
884f689efe
|
test: add #2293 regression test
Creating a file event watcher with fs.watch({persistent:false}) should not block
the event loop.
|
2012-01-02 10:48:35 +01:00 |
Ben Noordhuis
|
539598b11f
|
test: don't create temp files in fixtures dir
|
2011-12-31 03:17:19 +01:00 |
Ben Noordhuis
|
018e110cd1
|
test: replace .addListener() calls with .on()
|
2011-10-15 01:08:36 +02:00 |
Colton Baker
|
87286cc737
|
Fixed a lot of jslint errors.
Fixes #1831
|
2011-10-05 18:51:06 -07:00 |
Igor Zinkovsky
|
8fe5712477
|
fs watcher binding
|
2011-09-22 22:32:33 -07:00 |