summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: mark virtual functions with override keywordBen Noordhuis2014-10-231-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-2/+2
* src: attach env directly to api functionsBen Noordhuis2014-10-131-5/+5
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-4/+4
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-5/+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/+2
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-9/+13
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+4
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-1/+1