summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-6/+6
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-1/+3
* src: pass node_isolate to Null()Ben Noordhuis2013-01-071-1/+1
* src: pass node_isolate to Local<>::NewBen Noordhuis2013-01-071-1/+2
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-2/+2
* src: pass node_isolate to String::EmptyBen Noordhuis2013-01-071-1/+1
* src: use static_cast where appropriateBen Noordhuis2013-01-051-2/+2
* bindings: update to new v8 apisFedor Indutny2013-01-021-1/+1
* fs: fix assert in fs.watch()Ben Noordhuis2012-09-141-5/+10
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-221-1/+1
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-14/+2
* MakeCallback: Consistent symbol usageisaacs2012-04-171-1/+7
* Avoiding unnecessary ToString() callsssuda2012-03-231-1/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Revert support for isolates.Ben Noordhuis2012-02-061-5/+4
* Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-5/+5
* Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* isolates: isolate-ify the main loopBen Noordhuis2011-12-291-4/+4
* fs: fix fs.watch() segmentation faultBen Noordhuis2011-12-071-9/+21
* fs: don't close uninitialized fs.watch handleBen Noordhuis2011-11-101-0/+20
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* update fs_event_wrap.cc to work with new uv_fs_event_init apiIgor Zinkovsky2011-11-041-1/+1
* Fix line endings and trailing whitespaceBert Belder2011-11-041-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-3/+5
* fs watcher bindingIgor Zinkovsky2011-09-221-0/+132