summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.h
Commit message (Expand)AuthorAgeFilesLines
* src: consistently declare BindingData classSam Roberts2020-04-071-1/+1
* src: move fs state out of EnvironmentAnna Henningsen2020-04-071-1/+5
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+2
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+3
* lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen2018-06-141-10/+6
* fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung2018-06-071-1/+2
* fs: improve errors in watchFile and unwatchFileJoyee Cheung2018-03-191-0/+2
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: fix readability/inheritance cpplint warningsBen Noordhuis2016-06-281-1/+1
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+5
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-1/+1
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: mark virtual functions with override keywordBen Noordhuis2014-10-231-1/+1
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-1/+1
* base-object: add BaseObjectTrevor Norris2013-11-121-3/+4
* async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-2/+0
* src: use function to get internal pointerTrevor Norris2013-10-291-2/+2
* src: Remove unused refs to node_object_wrap.hScott Blomquist2013-10-291-2/+1
* src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-2/+3
* src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis2013-09-061-1/+1
* src: add multi-context supportBen Noordhuis2013-09-061-2/+7
* src: remove unused Persistent<FunctionTemplate>Ben Noordhuis2013-08-291-2/+0
* src: lint c++ codeFedor Indutny2013-07-311-3/+3
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-3/+3
* fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine2013-03-231-2/+2
* fs: fix use after free in stat watcherBen Noordhuis2012-08-201-8/+3
* fs: make fs.watchFile() interval default to 5007Ben Noordhuis2012-06-211-3/+0
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-211-8/+7
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-1/+1
* Finally remove node::EventEmitterRyan Dahl2011-07-191-1/+0
* Remove StatWatcher's dep on C++ EventEmitterRyan Dahl2011-07-191-2/+2
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Use uniform watcher namesRyan Dahl2010-03-151-0/+45