summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
AgeCommit message (Expand)Author
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-15src: remove unused UVHandle methodsMarianneDr
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaƫl Zasso
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
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-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-11src: add convenience ctor for async trigger id scopeAnna Henningsen
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
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-13src: explicitly register built-in modulesYihong Wang
2017-11-02dgram: migrate bufferSize to use internal/errorsJames M Snell
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-29src: move handle properties to prototypeBen Noordhuis
2017-10-29src: remove superfluous HandleScopeBen Noordhuis
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-22dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig
2017-09-22src: use UV_EINVAL instead of EINVAL in udp_wrapDaniel Bevenius
2017-09-20src: fix compiler warning in udp_wrap.ccDaniel Bevenius
2017-09-14dgram: added setMulticastInterface()Will Young
2017-09-13dgram: support for setting socket buffer sizeDamien O'Reilly
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2016-10-10src: remove out-of-date TODO commentDaniel Bevenius
2016-09-30src: add missing length argument to send commentDaniel Bevenius
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-23src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-20src: use MaybeStackBuffer on DoSend/WritevPaul Kiddie
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-08-08src: remove unused using declsHaojian Wu
2016-07-18src: fix handle leak in UDPWrap::Instantiate()Ben Noordhuis
2016-05-26dgram: copy the list in sendMatteo Collina