| Commit message (Expand) | Author | Age | Files | Lines |
| * | src: replace usage of String::Utf8Value | Timothy J Fontaine | 2014-06-06 | 1 | -18/+19 |
| * | src: refactor buffer bounds checking | Timothy J Fontaine | 2014-02-08 | 1 | -2/+2 |
| * | fs: report correct path when EEXIST | Fedor Indutny | 2013-12-10 | 1 | -17/+61 |
| * | src: IsInt64() should return bool, not int | Ben Noordhuis | 2013-10-23 | 1 | -1/+1 |
| * | fs: uids and gids must be unsigned ints | Ben Noordhuis | 2013-07-23 | 1 | -8/+8 |
| * | src: remove unused symbols in node_file.cc | Ben Noordhuis | 2013-03-06 | 1 | -7/+0 |
| * | src, test: downgrade to v8 3.14 api | Ben Noordhuis | 2013-02-25 | 1 | -26/+26 |
| * | src: pass node_isolate to Undefined() | Ben Noordhuis | 2013-01-07 | 1 | -16/+16 |
| * | src: pass node_isolate to Null() | Ben Noordhuis | 2013-01-07 | 1 | -1/+1 |
| * | src: pass node_isolate to Local<>::New | Ben Noordhuis | 2013-01-07 | 1 | -1/+1 |
| * | src: pass node_isolate to Integer::New | Ben Noordhuis | 2013-01-07 | 1 | -9/+9 |
| * | fs: remove fs.sendfile() | Ben Noordhuis | 2012-12-28 | 1 | -27/+0 |
| * | Merge remote-tracking branch 'ry/v0.8' into v0.8-merge | isaacs | 2012-09-28 | 1 | -40/+53 |
| |\ |
|
| | * | fs: fix stat() reporting for large files | Ben Noordhuis | 2012-09-26 | 1 | -2/+12 |
| | * | fs: don't segfault on deeply recursive stat() | Ben Noordhuis | 2012-09-14 | 1 | -40/+43 |
| * | | fs: fix naming of truncate/ftruncate functions | isaacs | 2012-08-06 | 1 | -2/+2 |
| |/ |
|
| * | fs: make fs.watchFile() work on windows | Ben Noordhuis | 2012-06-21 | 1 | -5/+1 |
| * | node: replace NODE_STAT_STRUCT with uv_statbuf_t | Ben Noordhuis | 2012-06-21 | 1 | -8/+8 |
| * | remove NODE_USE_64BIT_UV_FS_API | Igor Zinkovsky | 2012-05-24 | 1 | -24/+0 |
| * | windows: enable creating directory junctions with fs.symlink | Igor Zinkovsky | 2012-05-24 | 1 | -1/+6 |
| * | 64bit offsets for fs calls | Igor Zinkovsky | 2012-05-02 | 1 | -38/+16 |
| * | Merge remote-tracking branch 'ry/v0.6' into master | isaacs | 2012-04-18 | 1 | -36/+62 |
| |\ |
|
| | * | windows: use 64bit offsets for uv_fs apis | Igor Zinkovsky | 2012-04-05 | 1 | -36/+62 |
| * | | MakeCallback: Consistent symbol usage | isaacs | 2012-04-17 | 1 | -1/+4 |
| * | | MakeCallback: Use in node_file.cc | isaacs | 2012-04-17 | 1 | -10/+1 |
| * | | Fix Engrish in error messages. | Ben Noordhuis | 2012-03-30 | 1 | -1/+1 |
| * | | Avoiding unnecessary ToString() calls | ssuda | 2012-03-23 | 1 | -18/+18 |
| * | | Merge branch 'v0.6' | Bert Belder | 2012-03-08 | 1 | -4/+17 |
| |\ \
| |/ |
|
| | * | Windows: include syscall in fs errors | Bert Belder | 2012-03-08 | 1 | -4/+17 |
| * | | First arg to fs.fchown is an int, not a string | isaacs | 2012-03-03 | 1 | -2/+2 |
| * | | Revert support for isolates. | Ben Noordhuis | 2012-02-06 | 1 | -29/+25 |
| * | | more specific fs error messages | Tj Holowaychuk | 2012-01-30 | 1 | -64/+68 |
| * | | fs, handle_wrap: use Loop(), not uv_default_loop() | Ben Noordhuis | 2012-01-20 | 1 | -1/+1 |
| * | | fs: don't assert on uv_fs_*() errors | Shigeki Ohtsu | 2012-01-20 | 1 | -2/+8 |
| * | | Add node::Loop() and don't inc node_isolate.h in *.cc | Ryan Dahl | 2011-12-29 | 1 | -4/+4 |
| * | | Remove node_isolate.h from node.h | Ryan Dahl | 2011-12-29 | 1 | -0/+1 |
| * | | node_file.cc should use NODE_LOOP() | Ryan Dahl | 2011-12-29 | 1 | -3/+3 |
| * | | Merge remote branch 'origin/v0.6' | Ryan Dahl | 2011-12-16 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | fs: fix typo in error message | Ben Noordhuis | 2011-12-13 | 1 | -1/+1 |
| * | | Remove platform files, and use uv platform api | Igor Zinkovsky | 2011-12-15 | 1 | -1/+0 |
| * | | move global vars for node_file.cc, node_zlib.cc, and node_crypto.cc | Ryan Dahl | 2011-12-07 | 1 | -21/+24 |
| |/ |
|
| * | Rename FSError to UVException and move to node.cc | Bert Belder | 2011-12-02 | 1 | -87/+6 |
| * | fs: fix typo in function names | Ben Noordhuis | 2011-12-01 | 1 | -2/+2 |
| * | Fs: use strncmp instead of memcmp for comparing strings | Bert Belder | 2011-11-25 | 1 | -2/+2 |
| * | Enable long paths on windows | Author: Igor Zinkovsky | 2011-11-25 | 1 | -2/+16 |
| * | Remove stray NODE_MODULE() semi-colons. | Ben Noordhuis | 2011-11-09 | 1 | -1/+1 |
| * | remove SetCloseOnExec | Igor Zinkovsky | 2011-09-14 | 1 | -11/+0 |
| * | Upgrade libuv to 4197fc7 | Ryan Dahl | 2011-09-14 | 1 | -7/+9 |
| * | Enable link, symlink, and readlink on windows | Igor Zinkovsky | 2011-09-08 | 1 | -12/+9 |
| * | file: translate libuv error codes to errno names | Ben Noordhuis | 2011-09-06 | 1 | -5/+11 |