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
path: root/src
AgeCommit message (Expand)Author
2016-04-09etw: fix descriptors of events 9 and 23João Reis
2016-04-05src,tools: use template literalsRich Trott
2016-04-01Working on v4.4.3Myles Borins
2016-04-012016-03-31, Version v4.4.2 'Argon' (LTS)v4.4.2Myles Borins
2016-03-30doc: add a cli options doc pageJeremiah Senkpiel
2016-03-30net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-30doc: reformat & improve node.1 manual pageJeremiah Senkpiel
2016-03-23Working on v4.4.2Myles Borins
2016-03-222016-03-22, Version v4.4.1 'Argon' (LTS)v4.4.1Myles Borins
2016-03-21tls: fix assert in context._external accessorBen Noordhuis
2016-03-21crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny
2016-03-21src: return UV_EAI_NODATA on empty lookupcjihrig
2016-03-09Working on v4.4.1Myles Borins
2016-03-092016-03-08, Version 4.4.0 'Argon' (LTS)v4.4.0Myles Borins
2016-03-03node: set process._eventsCount to 0 on startupEvan Lucas
2016-03-03crypto: have fixed NodeBIOs return EOFAdam Langley
2016-03-03buffer: properly retrieve binary length of needleTrevor Norris
2016-03-03tools: add --prof-process flag to node binaryMatt Loring
2016-03-03src: force line buffering for stderrRich Trott
2016-03-03crypto: fix memory leak in LoadPKCS12Fedor Indutny
2016-03-03crypto: add `pfx` certs as CA certs tooFedor Indutny
2016-03-03src: clean up usage of __proto__Jackson Tian
2016-03-03crypto: use SSL_CTX_clear_extra_chain_certs.Adam Langley
2016-03-03crypto: fix build when OCSP-stapling not providedAdam Langley
2016-03-03crypto: use a const SSL_CIPHERAdam Langley
2016-03-03tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2016-03-03src: remove no longer relevant commentsChris911
2016-03-03process: support symbol eventscjihrig
2016-03-03src: remove __builtin_bswap16 callBen Noordhuis
2016-03-03src: remove unused BITS_PER_LONG macroBen Noordhuis
2016-03-03src: add BE support to StringBytes::Encode()Bryon Leung
2016-03-03Working on v4.3.3Myles Borins
2016-03-022016-03-02, Version 4.3.2 'Argon' (LTS)v4.3.2Myles Borins
2016-02-17Working on v4.3.2Myles Borins
2016-02-172016-02-16, Version 4.3.1 'Argon' (LTS)v4.3.1Myles Borins
2016-02-15node_contextify: do not incept debug contextMyles Borins
2016-02-15crypto: clear error stack in ECDH::InitializeFedor Indutny
2016-02-15src: remove redeclarations of variablesRich Trott
2016-02-15tls: copy client CAs and cert store on CertCbFedor Indutny
2016-02-15debugger: guard against call from non-node contextBen Noordhuis
2016-02-15src: don't check failure with ERR_peek_error()Ben Noordhuis
2016-02-10src: repair lts flagJames M Snell
2016-02-09Working on v4.3.1James M Snell
2016-02-092016-02-09, Version 4.3.0 'Argon' (LTS)v4.3.0James M Snell
2016-02-09src: avoid compiler warning in node_revert.ccJames M Snell
2016-02-09deps: update http-parser to version 2.5.1James M Snell
2016-02-09src: add --security-revert command line flagJames M Snell
2016-01-22Working on v4.2.7Myles Borins
2016-01-212016-01-21, Version 4.2.6 "Argon" (LTS) Releasev4.2.6Myles Borins
2016-01-21module,src: do not wrap modules with -1 lineOffsetcjihrig