summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: remove unused stdlib.h includeDaniel Bevenius2018-03-201-1/+0
* src: add convenience ctor for async trigger id scopeAnna Henningsen2018-03-201-4/+2
* async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen2018-01-151-3/+9
* async_hooks: rename initTriggerIdAndreas Madsen2018-01-151-1/+1
* src: replace SetAccessor w/ SetAccessorPropertyJure Triglav2018-01-091-8/+15
* src: explicitly register built-in modulesYihong Wang2017-12-121-1/+1
* async_wrap: add provider types for net serverAndreas Madsen2017-12-121-1/+3
* src: rename req-wrap -> req_wrapDaniel Bevenius2017-12-111-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-061-3/+0
* src: move handle properties to prototypeBen Noordhuis2017-10-291-7/+7
* src: remove superfluous HandleScopeBen Noordhuis2017-10-291-1/+0
* async_hooks: consistent internal namingAndreas Madsen2017-09-261-2/+2
* dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig2017-09-221-21/+16
* src: use UV_EINVAL instead of EINVAL in udp_wrapDaniel Bevenius2017-09-221-2/+2
* src: fix compiler warning in udp_wrap.ccDaniel Bevenius2017-09-201-2/+2
* dgram: added setMulticastInterface()Will Young2017-09-141-0/+17
* dgram: support for setting socket buffer sizeDamien O'Reilly2017-09-131-0/+39
* src: reduce code duplicationJames M Snell2017-08-231-2/+2
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-5/+8
* src: implement native changes for async_hooksTrevor Norris2017-05-101-14/+9
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+10
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove out-of-date TODO commentDaniel Bevenius2016-10-101-1/+0
* src: add missing length argument to send commentDaniel Bevenius2016-09-301-1/+1
* src: provide allocation + nullptr check shortcutsAnna Henningsen2016-09-291-6/+1
* src: pass desired return type to allocatorsAnna Henningsen2016-09-291-2/+2
* src: make ReqWrap req_ member privateDaniel Bevenius2016-09-231-1/+1
* src: use MaybeStackBuffer on DoSend/WritevPaul Kiddie2016-09-201-12/+2
* src: normalize malloc, reallocMichael Dawson2016-09-061-2/+2
* src: remove unused using declsHaojian Wu2016-08-081-2/+0
* src: fix handle leak in UDPWrap::Instantiate()Ben Noordhuis2016-07-181-1/+1
* dgram: copy the list in sendMatteo Collina2016-05-261-1/+1
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-7/+22
* udp: use libuv API to get file descriptorSaúl Ibarra Corretgé2016-05-231-2/+4
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-111-1/+1
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-111-1/+1
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-04-251-1/+1
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-071-0/+1
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-3/+3
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-031-1/+2
* dgram: support dgram.send with multiple buffersMatteo Collina2016-01-291-19/+45
* async_wrap: update providers and add testTrevor Norris2015-10-011-1/+1
* src: Add ABORT macroEvan Lucas2015-09-171-2/+2
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-5/+4
* src: DRY getsockname/getpeername codeBen Noordhuis2015-08-271-24/+2
* src: rename Buffer::Use() to Buffer::New()Ben Noordhuis2015-08-131-1/+1
* src: plug memory leaksBen Noordhuis2015-08-131-1/+1
* buffer: make additional changes to native APITrevor Norris2015-08-041-1/+1
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-1/+1
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+1