summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
AgeCommit message (Expand)Author
2019-11-28src: cleanup unused headersAlexandre Ferrando
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-18src: elevate v8 namespaces for PropertyAttributegengjiawen
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-29src: slightly simplify `FSEventWrap`Anna Henningsen
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-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-08fs: improve errors thrown from fs.watch()Joyee Cheung
2017-12-13src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-23src: reduce code duplicationJames M Snell
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-22src: remove unneeded ABORT after CHECKyorkie
2016-08-23src: clean up PER_ISOLATE_STRING_PROPERTIES, v2Ben Noordhuis
2016-06-29src: guard against starting fs watcher twiceBen Noordhuis
2016-06-29src: initialize encoding_ data memberBen Noordhuis
2016-06-28src: fix readability/inheritance cpplint warningsBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2015-09-17src: Add ABORT macroEvan Lucas
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-06-10fs: improve error message descriptionsSakthipriyan Vairamani
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
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: remove unnecessary HandleScopesBen Noordhuis
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine