summaryrefslogtreecommitdiff
path: root/src/udp_wrap.h
AgeCommit message (Expand)Author
2019-01-29src: pass along errors from stream obj instantiationAnna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-15src: remove unused UVHandle methodsMarianneDr
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-05-30src: remove unused req_wrap-inl.hDaniel Bevenius
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-14dgram: added setMulticastInterface()Will Young
2017-09-13dgram: support for setting socket buffer sizeDamien O'Reilly
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2016-10-03src: remove unused function declarationBrian White
2016-05-25src: add include guards to internal headersBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-27src: DRY getsockname/getpeername codeBen Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-10-23src: mark empty destructors as defaultBen Noordhuis
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
2013-10-29src: don't use class specific Unwrap methodsTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-03uv: upgrade to v0.11.12Ben Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-02-13stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis
2013-02-13udp_wrap: don't use namespace imports in headerBen Noordhuis
2013-01-28cluster: support datagram socketsBert Belder
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny