summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* src: retrieve binding data from the contextJoyee Cheung2020-05-071-1/+2
* src: move fs state out of EnvironmentAnna Henningsen2020-04-071-8/+11
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+2
* src: change header file in node_stat_watcher.ccReza Fatahi2019-12-011-1/+1
* src: clean up node_file.hAnna Henningsen2019-11-301-1/+1
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-1/+1
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-2/+2
* src: refactor FillStatsArrayRefael Ackermann2018-10-241-10/+5
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-3/+1
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+2
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-4/+2
* src: remove unused argc var in node_stat_watcherDaniel Bevenius2018-06-171-2/+0
* lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen2018-06-141-87/+21
* src: do not persist fs_poll handle in stat_watcherAnatoli Papirovski2018-06-091-8/+8
* fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung2018-06-071-5/+8
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-4/+4
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-101-6/+1
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-3/+2
* fs: return stats to JS in sync methodsJoyee Cheung2018-04-231-2/+2
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-0/+1
* fs: refactor stats array to be more genericJoyee Cheung2018-04-041-4/+8
* fs: improve errors in watchFile and unwatchFileJoyee Cheung2018-03-191-12/+60
* fs: use AliasedBuffer for fs_stats_field_arrayJoyee Cheung2018-01-241-1/+1
* src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu2017-12-131-1/+7
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-3/+0
* src: reduce code duplicationJames M Snell2017-08-231-1/+1
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-3/+5
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+2
* fs: include more fs.stat*() optimizationsBrian White2017-03-141-6/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-2/+4
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-2/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src: attach env directly to api functionsBen Noordhuis2014-10-131-5/+4
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-4/+3
* src: fix up importsBen Noordhuis2014-10-121-1/+0
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-4/+0
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-1/+1
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-1/+2
* | node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-2/+2
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-2/+3
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-6/+7