Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-26src: properly report exceptions from AddressToJS()Darshan Sen
2021-10-09dgram: add `nread` assertion to `UDPWrap::OnRecv`Darshan Sen
2021-09-30src: fix time-of-use vs time-of-check "bugs"kokke
2021-09-26src: remove usage of AllocatedBuffer from udp_wrap.ccDarshan Sen
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-06-22src: improve indention for upd_wrap.ccgengjiawen
2020-06-16quic: initial QUIC implementationJames M Snell
2020-05-31src: extract AllocatedBuffer from env.hJames M Snell
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-06src: make creating per-binding data structures easierAnna Henningsen
2020-03-27src: check for empty maybe localXavier Stouder
2020-03-05src: introduce node_sockaddrJames M Snell
2020-03-03dgram: make UDPWrap more reusableAnna Henningsen
2020-03-02src: improve handling of internal field countingJames M Snell
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-07src: don't point to out of scope variablecjihrig
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-18src: elevate v8 namespaces for PropertyAttributegengjiawen
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-02-25src: use smart pointer in UDPWrap::OnSendDaniel Bevenius
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-17src: extract common sockaddr creation codeDaniel Bevenius
2019-01-29src: pass along errors from stream obj instantiationAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-15src: remove unused UVHandle methodsMarianneDr
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-11src: add convenience ctor for async trigger id scopeAnna Henningsen
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen