summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
AgeCommit message (Expand)Author
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
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
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-11-05fs: make fs.watch() non-recursive by defaultBen Noordhuis
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-31fs: add recursive subdirectory support to fs.watchNick Simmons
2013-10-29fs_event_wrap: update to new libuv apiTimothy J Fontaine
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-12src: fix build break from generic macro nameTrevor Norris
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-07src: remove no-op HandleWrap::Initialize()Ben Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-20src, lib: update after internal api changeBen Noordhuis