summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* base-object: add BaseObjectTrevor Norris2013-11-121-4/+5
* src: fix Context::Scope usageBen Noordhuis2013-11-121-2/+2
* src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-1/+1
* async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-9/+4
* src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-2/+2
* src: don't use WeakObject::UnwrapTrevor Norris2013-10-291-2/+4
* cpplint: disallow if one-linersFedor Indutny2013-10-171-2/+4
* cpplint: disallow comma-first in C++Fedor Indutny2013-10-171-3/+3
* src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-10/+11
* src: add multi-context supportBen Noordhuis2013-09-061-23/+26
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-4/+5
* src: lint c++ codeFedor Indutny2013-07-311-5/+3
* src, lib: update after internal api changeBen Noordhuis2013-07-201-3/+0
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-21/+26
* src: replace Holder() with This()Trevor Norris2013-04-191-3/+3
* fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine2013-03-231-2/+2
* src: pass Isolate to all applicable apiTrevor Norris2013-03-201-8/+8
* bindings: update apiTrevor Norris2013-03-201-1/+1
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-3/+3
* 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