summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: pass along errors from stream obj instantiationAnna Henningsen2019-01-291-9/+5
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* net,dgram: add ipv6Only option for net and dgramOuyang Yadong2018-11-221-0/+6
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-4/+7
* src: remove unused UVHandle methodsMarianneDr2018-10-151-7/+0
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-3/+2
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-3/+5
* src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma2018-09-051-1/+2
* src: remove calls to deprecated V8 functions (Int32Value)Michaƫl Zasso2018-09-051-8/+11
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-021-4/+7
* dgram: make process.binding('udp_wrap') internalcjihrig2018-08-311-1/+1
* dgram: implement socket.bind({ fd })Ouyang Yadong2018-08-061-0/+13
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+5
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-5/+1
* src: unify ReqWrap libuv callingAnna Henningsen2018-05-101-7/+6
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-15/+1
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-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