Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24src: turn JS stream into a full duplexAnna Henningsen
2017-05-10src: implement native changes for async_hooksTrevor Norris
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: inherit first from AsyncWrapTrevor Norris
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-03-06js_stream: fix leak of instancesFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny