summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.h
AgeCommit message (Expand)Author
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2016-06-28src: fix readability/inheritance cpplint warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2013-11-12base-object: add BaseObjectTrevor Norris
2013-10-31async-wrap: integrate with WeakObjectTrevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-29src: Remove unused refs to node_object_wrap.hScott Blomquist
2013-09-25src: remove ObjectWrap dependency from coreBen Noordhuis
2013-09-06src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-29src: remove unused Persistent<FunctionTemplate>Ben Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-03-23fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine
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-03-10core: use proper #include directivesBen Noordhuis
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-07-19Finally remove node::EventEmitterRyan Dahl
2011-07-19Remove StatWatcher's dep on C++ EventEmitterRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2010-03-15Use uniform watcher namesRyan Dahl