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-open.js @ 6f043940

History | View | Annotate | Download (1.8 KB)

# Date Author Comment
dfcdd5b8 05/15/2012 06:14 PM Kevin Bowman

fs: add sync open flags 'rs' and 'rs+'

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

2d9ab492 09/05/2011 08:15 PM Ben Noordhuis

file: fix errno propagation in sync fs calls

Include libuv fs error code in the JS exception.

Fixes #1657.

1e6b72e8 07/04/2011 08:05 PM Ben Noordhuis

Test case for issue #1228: errno masked in fs.openSync().

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

29b0dc4e 02/15/2011 04:50 PM Felix Geisendörfer

Fix: fs.open callback did not fire

Problem: Omitting the mode parameter causes the provided callback
parameter to never fire. This was originally fixed in 6078c37b and
later broken in 5f2e9093.

Solution: Overwriting the value of a parameter also overwrites the...