summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
AgeCommit message (Expand)Author
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
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-23udp: use libuv API to get file descriptorSaúl Ibarra Corretgé
2016-05-11handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-11Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2015-10-01async_wrap: update providers and add testTrevor Norris
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-27src: DRY getsockname/getpeername codeBen Noordhuis
2015-08-13src: rename Buffer::Use() to Buffer::New()Ben Noordhuis
2015-08-13src: plug memory leaksBen Noordhuis
2015-08-04buffer: make additional changes to native APITrevor Norris
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-03-23src: make accessors immune to context confusionBen Noordhuis