summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
AgeCommit message (Expand)Author
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-10-31async-wrap: integrate with WeakObjectTrevor Norris
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: don't use WeakObject::UnwrapTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-09-25src: remove ObjectWrap dependency from coreBen Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-04-19src: replace Holder() with This()Trevor Norris
2013-03-23fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine
2013-03-20src: pass Isolate to all applicable apiTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2012-08-20fs: fix use after free in stat watcherBen Noordhuis
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-03-30stat_watcher: root JS objects in HandleScope with Local<>Ben Noordhuis
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2011-07-19Remove StatWatcher's dep on C++ EventEmitterRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2010-12-20Re-enable stat watchers on windowsBert Belder
2010-12-20Stat watchers don't work on windows yetBert Belder
2010-09-29Safe constructor for ObjectWrapped classesBen Noordhuis
2010-05-10Revert "Check for strings.h"Ryan Dahl
2010-05-10Check for strings.hRyan Dahl
2010-03-15Fix StatWatcher typoRyan Dahl
2010-03-15Use uniform watcher namesRyan Dahl