summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-18/+19
* src: refactor buffer bounds checkingTimothy J Fontaine2014-02-081-2/+2
* fs: report correct path when EEXISTFedor Indutny2013-12-101-17/+61
* src: IsInt64() should return bool, not intBen Noordhuis2013-10-231-1/+1
* fs: uids and gids must be unsigned intsBen Noordhuis2013-07-231-8/+8
* src: remove unused symbols in node_file.ccBen Noordhuis2013-03-061-7/+0
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-26/+26
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-16/+16
* src: pass node_isolate to Null()Ben Noordhuis2013-01-071-1/+1
* src: pass node_isolate to Local<>::NewBen Noordhuis2013-01-071-1/+1
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-9/+9
* fs: remove fs.sendfile()Ben Noordhuis2012-12-281-27/+0
* Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-09-281-40/+53
|\
| * fs: fix stat() reporting for large filesBen Noordhuis2012-09-261-2/+12
| * fs: don't segfault on deeply recursive stat()Ben Noordhuis2012-09-141-40/+43
* | fs: fix naming of truncate/ftruncate functionsisaacs2012-08-061-2/+2
|/
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-211-5/+1
* node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis2012-06-211-8/+8
* remove NODE_USE_64BIT_UV_FS_APIIgor Zinkovsky2012-05-241-24/+0
* windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky2012-05-241-1/+6
* 64bit offsets for fs callsIgor Zinkovsky2012-05-021-38/+16
* Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-181-36/+62
|\
| * windows: use 64bit offsets for uv_fs apisIgor Zinkovsky2012-04-051-36/+62
* | MakeCallback: Consistent symbol usageisaacs2012-04-171-1/+4
* | MakeCallback: Use in node_file.ccisaacs2012-04-171-10/+1
* | Fix Engrish in error messages.Ben Noordhuis2012-03-301-1/+1
* | Avoiding unnecessary ToString() callsssuda2012-03-231-18/+18
* | Merge branch 'v0.6'Bert Belder2012-03-081-4/+17
|\ \ | |/
| * Windows: include syscall in fs errorsBert Belder2012-03-081-4/+17
* | First arg to fs.fchown is an int, not a stringisaacs2012-03-031-2/+2
* | Revert support for isolates.Ben Noordhuis2012-02-061-29/+25
* | more specific fs error messagesTj Holowaychuk2012-01-301-64/+68
* | fs, handle_wrap: use Loop(), not uv_default_loop()Ben Noordhuis2012-01-201-1/+1
* | fs: don't assert on uv_fs_*() errorsShigeki Ohtsu2012-01-201-2/+8
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-4/+4
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | node_file.cc should use NODE_LOOP()Ryan Dahl2011-12-291-3/+3
* | Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-161-1/+1
|\ \ | |/
| * fs: fix typo in error messageBen Noordhuis2011-12-131-1/+1
* | Remove platform files, and use uv platform apiIgor Zinkovsky2011-12-151-1/+0
* | move global vars for node_file.cc, node_zlib.cc, and node_crypto.ccRyan Dahl2011-12-071-21/+24
|/
* Rename FSError to UVException and move to node.ccBert Belder2011-12-021-87/+6
* fs: fix typo in function namesBen Noordhuis2011-12-011-2/+2
* Fs: use strncmp instead of memcmp for comparing stringsBert Belder2011-11-251-2/+2
* Enable long paths on windowsAuthor: Igor Zinkovsky2011-11-251-2/+16
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* remove SetCloseOnExecIgor Zinkovsky2011-09-141-11/+0
* Upgrade libuv to 4197fc7Ryan Dahl2011-09-141-7/+9
* Enable link, symlink, and readlink on windowsIgor Zinkovsky2011-09-081-12/+9
* file: translate libuv error codes to errno namesBen Noordhuis2011-09-061-5/+11