summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
AgeCommit message (Expand)Author
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
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-10-23src: mark empty destructors as defaultBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-07-02udp: make it possible to receive empty udp packetsAndrius Bentkus
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny