summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-2/+2
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-1/+1
* fs: fix use after free in stat watcherBen Noordhuis2012-08-201-7/+27
* fs: make fs.watchFile() interval default to 5007Ben Noordhuis2012-06-211-25/+5
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-211-32/+36
* MakeCallback: Consistent symbol usageisaacs2012-04-171-2/+10
* stat_watcher: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-3/+3
* Avoiding unnecessary ToString() callsssuda2012-03-231-1/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
* Remove StatWatcher's dep on C++ EventEmitterRyan Dahl2011-07-191-9/+2
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Re-enable stat watchers on windowsBert Belder2010-12-201-4/+0
* Stat watchers don't work on windows yetBert Belder2010-12-201-0/+4
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-0/+4
* Revert "Check for strings.h"Ryan Dahl2010-05-101-5/+1
* Check for strings.hRyan Dahl2010-05-101-1/+5
* Fix StatWatcher typoRyan Dahl2010-03-151-2/+2
* Use uniform watcher namesRyan Dahl2010-03-151-0/+109