summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
AgeCommit message (Expand)Author
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-06-17src: remove unused argc var in node_stat_watcherDaniel Bevenius
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-09src: do not persist fs_poll handle in stat_watcherAnatoli Papirovski
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-01-24fs: use AliasedBuffer for fs_stats_field_arrayJoyee Cheung
2017-12-13src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: fix up importsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2013-11-12base-object: add BaseObjectTrevor Norris
2013-11-12src: fix Context::Scope usageBen Noordhuis
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