summaryrefslogtreecommitdiff
path: root/src/node_wrap.h
AgeCommit message (Expand)Author
2017-03-10meta: restore original copyright headerJames M Snell
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2015-08-20stream_base: various improvementsFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: don't use class specific Unwrap methodsTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-07src: constify WITH_GENERIC_STREAM macroBen Noordhuis
2013-08-07src: add IsEmpty() check to HasInstance()Ben Noordhuis
2013-08-06src: fix WITH_GENERIC_STREAM() type check bugBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-17build: fix include order for building on windowsTimothy J Fontaine
2013-06-15process: abstract out HandleToStreamFedor Indutny