summaryrefslogtreecommitdiff
path: root/src/node_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-0/+2
* stream_base: various improvementsFedor Indutny2015-08-201-15/+0
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-0/+5
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-3/+16
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-1/+1
* src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-3/+3
* src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-3/+5
* src: add multi-context supportBen Noordhuis2013-09-061-22/+23
* src: constify WITH_GENERIC_STREAM macroBen Noordhuis2013-08-071-3/+3
* src: add IsEmpty() check to HasInstance()Ben Noordhuis2013-08-071-6/+3
* src: fix WITH_GENERIC_STREAM() type check bugBen Noordhuis2013-08-061-2/+2
* src: lint c++ codeFedor Indutny2013-07-311-4/+4
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-3/+3
* build: fix include order for building on windowsTimothy J Fontaine2013-06-171-3/+3
* process: abstract out HandleToStreamFedor Indutny2013-06-151-0/+68