summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-08-311-5/+1
* fs: add .ref() and .unref() methods to watcher classesrickyes2020-05-111-2/+1
* src: retrieve binding data from the contextJoyee Cheung2020-05-071-1/+1
* src: make creating per-binding data structures easierAnna Henningsen2020-04-071-1/+1
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+2
* tools: add clang-tidy rule in srcgengjiawen2020-01-111-1/+1
* src: cleanup unused headersAlexandre Ferrando2019-11-281-1/+0
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-4/+1
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-1/+1
* src: elevate v8 namespaces for PropertyAttributegengjiawen2019-03-181-1/+1
* src: use object to pass `Environment` to functionsAnna Henningsen2019-03-051-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-2/+4
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-1/+3
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-1/+1
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+1
* fs: make fs_event_wrap binding internalcjihrig2018-08-281-1/+1
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+4
* src: slightly simplify `FSEventWrap`Anna Henningsen2018-06-291-15/+2
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-4/+4
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-101-2/+4
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-1/+1
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-0/+1
* src: remove unused stdlib.h includeDaniel Bevenius2018-03-201-1/+0
* fs: improve errors thrown from fs.watch()Joyee Cheung2018-03-081-27/+46
* src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu2017-12-131-1/+2
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-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
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+1
* src: do proper StringBytes error handlingAnna Henningsen2017-05-031-5/+9
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove unneeded ABORT after CHECKyorkie2016-09-221-1/+0
* src: clean up PER_ISOLATE_STRING_PROPERTIES, v2Ben Noordhuis2016-08-231-2/+3
* src: guard against starting fs watcher twiceBen Noordhuis2016-06-291-0/+1
* src: initialize encoding_ data memberBen Noordhuis2016-06-291-6/+6
* src: fix readability/inheritance cpplint warningsBen Noordhuis2016-06-281-1/+1
* 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
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-251-5/+22
* src: Add ABORT macroEvan Lucas2015-09-171-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-9/+8
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* fs: improve error message descriptionsSakthipriyan Vairamani2015-06-101-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-1/+1