summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
AgeCommit message (Expand)Author
2012-09-14fs: fix assert in fs.watch()Ben Noordhuis
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-07fs: fix fs.watch() segmentation faultBen Noordhuis
2011-11-10fs: don't close uninitialized fs.watch handleBen Noordhuis
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-04update fs_event_wrap.cc to work with new uv_fs_event_init apiIgor Zinkovsky
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-22fs watcher bindingIgor Zinkovsky