The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-fs-watch.js @ 6f043940

History | View | Annotate | Download (4.28 KB)

# Date Author Comment
15101163 09/17/2012 06:49 PM isaacs

test: fs.watch filename support on Darwin

1c2982b9 09/11/2012 01:57 PM isaacs

Update doc and test for sunos/solaris switch

b48f7f7e 05/19/2012 11:17 PM isaacs

test: Solaris is not as granular with rename fs watch events

a039bad2 05/19/2012 05:58 PM Andreas Madsen

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

ebb79cda 02/29/2012 08:26 AM Ben Noordhuis

Revert "test-fs-watch: Add faster failure, and link to #2813"

This reverts commit 9a6f936c8a62c1a6edad3bda0faa8d8112b7cf92.

9a6f936c 02/22/2012 11:57 PM isaacs

test-fs-watch: Add faster failure, and link to #2813

0cdf85e2 02/18/2012 06:34 PM isaacs

Lint all the JavaScripts.

884f689e 01/02/2012 04:48 AM Ben Noordhuis

test: add #2293 regression test

Creating a file event watcher with fs.watch({persistent:false}) should not block
the event loop.

539598b1 12/30/2011 09:17 PM Ben Noordhuis

test: don't create temp files in fixtures dir

018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

8fe57124 09/23/2011 01:32 AM Igor Zinkovsky

fs watcher binding