summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: extract common sockaddr creation codeDaniel Bevenius2019-05-161-32/+19
* src: remove unused UVHandle methodsMarianneDr2018-11-291-7/+0
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-071-5/+3
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-071-3/+2
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-3/+5
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-061-8/+11
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-061-4/+7
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-311-0/+2
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-141-5/+1
* src: enable more detailed memory trackingAnna Henningsen2018-07-141-1/+5
* src: unify ReqWrap libuv callingAnna Henningsen2018-05-141-7/+6
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-081-15/+1
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-161-0/+1
* src: remove unused stdlib.h includeDaniel Bevenius2018-03-201-1/+0
* src: add convenience ctor for async trigger id scopeAnna Henningsen2018-03-111-4/+2
* async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen2017-12-191-3/+9
* async_hooks: rename initTriggerIdAndreas Madsen2017-12-191-1/+1
* src: replace SetAccessor w/ SetAccessorPropertyJure Triglav2017-12-171-8/+15
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-1/+3
* src: rename req-wrap -> req_wrapDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* dgram: migrate bufferSize to use internal/errorsJames M Snell2017-11-021-4/+8
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-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