test: add test-npm-install to parallel tests suite
[platform/upstream/nodejs.git] / src /
2016-03-30 Vladimir Kurchatkinnet: make `isIPv4` and `isIPv6` more efficient
2016-03-30 Jeremiah Senkpieldoc: reformat & improve node.1 manual page
2016-03-22 Myles BorinsWorking on v4.4.2
2016-03-22 Myles Borins2016-03-22, Version v4.4.1 'Argon' (LTS) v4.4.1
2016-03-21 Ben Noordhuistls: fix assert in context._external accessor
2016-03-21 Fedor Indutnycrypto: PBKDF2 works with `int` not `ssize_t`
2016-03-21 cjihrigsrc: return UV_EAI_NODATA on empty lookup
2016-03-09 Myles BorinsWorking on v4.4.1
2016-03-08 Myles Borins2016-03-08, Version 4.4.0 'Argon' (LTS) v4.4.0
2016-03-02 Evan Lucasnode: set process._eventsCount to 0 on startup
2016-03-02 Adam Langleycrypto: have fixed NodeBIOs return EOF
2016-03-02 Trevor Norrisbuffer: properly retrieve binary length of needle
2016-03-02 Matt Loringtools: add --prof-process flag to node binary
2016-03-02 Rich Trottsrc: force line buffering for stderr
2016-03-02 Fedor Indutnycrypto: fix memory leak in LoadPKCS12
2016-03-02 Fedor Indutnycrypto: add `pfx` certs as CA certs too
2016-03-02 Jackson Tiansrc: clean up usage of __proto__
2016-03-02 Adam Langleycrypto: use SSL_CTX_clear_extra_chain_certs.
2016-03-02 Adam Langleycrypto: fix build when OCSP-stapling not provided
2016-03-02 Adam Langleycrypto: use a const SSL_CIPHER
2016-03-02 Fedor Indutnytls_wrap: reach error reporting for UV_EPROTO
2016-03-02 Chris911src: remove no longer relevant comments
2016-03-02 cjihrigprocess: support symbol events
2016-03-02 Ben Noordhuissrc: remove __builtin_bswap16 call
2016-03-02 Ben Noordhuissrc: remove unused BITS_PER_LONG macro
2016-03-02 Bryon Leungsrc: add BE support to StringBytes::Encode()
2016-03-02 Myles BorinsWorking on v4.3.3
2016-03-02 Myles Borins2016-03-02, Version 4.3.2 'Argon' (LTS) v4.3.2
2016-02-17 Myles BorinsWorking on v4.3.2
2016-02-16 Myles Borins2016-02-16, Version 4.3.1 'Argon' (LTS) v4.3.1
2016-02-15 Myles Borinsnode_contextify: do not incept debug context
2016-02-15 Fedor Indutnycrypto: clear error stack in ECDH::Initialize
2016-02-15 Rich Trottsrc: remove redeclarations of variables
2016-02-15 Fedor Indutnytls: copy client CAs and cert store on CertCb
2016-02-15 Ben Noordhuisdebugger: guard against call from non-node context
2016-02-15 Ben Noordhuissrc: don't check failure with ERR_peek_error()
2016-02-10 James M Snellsrc: repair lts flag
2016-02-09 James M SnellWorking on v4.3.1
2016-02-09 James M Snell2016-02-09, Version 4.3.0 'Argon' (LTS) v4.3.0
2016-02-09 James M Snellsrc: avoid compiler warning in node_revert.cc
2016-02-09 James M Snelldeps: update http-parser to version 2.5.1
2016-02-09 James M Snellsrc: add --security-revert command line flag
2016-01-21 Myles BorinsWorking on v4.2.7
2016-01-21 Myles Borins2016-01-21, Version 4.2.6 "Argon" (LTS) Release upstream/4.2.6 v4.2.6
2016-01-21 cjihrigmodule,src: do not wrap modules with -1 lineOffset
2016-01-20 Myles BorinsWorking on v4.2.6
2016-01-20 Myles Borins2016-01-20, Version 4.2.5 "Argon" (LTS) Release v4.2.5
2016-01-19 Fedor Indutnytls_wrap: clear errors on return
2016-01-19 Martin Barkos: fix crash in GetInterfaceAddresses
2016-01-19 Fedor Indutnycrypto: load PFX chain the same way as regular one
2016-01-19 cjihrigsrc: define Is* util functions with macros
2016-01-19 cjihrigutil: determine object types in C++
2016-01-19 Ben Noordhuismodule,repl: remove repl require() hack
2016-01-19 cjihrigutil,src: allow lookup of hidden values
2016-01-19 Martin von Gagernsrc: fix deprecation message for ErrnoException
2016-01-19 Fedor Indutnytls_wrap: inherit from the `AsyncWrap` first
2016-01-19 Yazhong Liunode: remove unused variables in AppendExceptionLine
2016-01-19 cjihrigsrc: fix line numbers on core errors
2016-01-19 Fedor Indutnytls_wrap: slice buffer properly in `ClearOut`
2016-01-19 Rod Vaggnode: s/doNTCallbackX/nextTickCallbackWithXArgs/
2016-01-19 Ben Noordhuissrc: use GetCurrentProcessId() for process.pid
2016-01-19 cjihrigsrc: don't print garbage errors
2016-01-19 yorkiefs,doc: use `target` instead of `destination`
2016-01-19 Stefan Budeanucrypto: disable crypto.createCipher in FIPS mode
2016-01-19 Trevor Norrisasync_wrap: call callback in destructor
2016-01-19 Trevor Norrisasync_wrap: new instances get uid
2016-01-19 Trevor Norrisasync_wrap: allow some hooks to be optional
2016-01-19 Tristian Flanaganmodule: fix column offsets in errors
2015-12-23 James M SnellNow working on v4.2.5
2015-12-23 James M Snell2015-12-23, Version 4.2.4 "Argon" (LTS) Release v4.2.4
2015-12-23 Julien Gillidomains: fix handling of uncaught exceptions
2015-12-23 P.S.V.Rbuffer: let WriteFloatGeneric silently drop values
2015-12-23 Stefan Budeanucrypto: DSA parameter validation in FIPS mode
2015-12-23 Stefan Budeanucrypto: Improve error checking and reporting
2015-12-23 Junliang Yandns: prevent undefined values in results
2015-12-23 Ömer Fadıl UstaAdd missing va_end before return
2015-12-23 Roman Reisssrc: Revert "nix stdin _readableState.reading"
2015-12-04 Rod VaggWorking on v4.2.4
2015-12-03 Rod Vagg2015-12-04, Version 4.2.3 "Argon" (LTS) Release upstream/4.2.3 v4.2.3
2015-11-03 James M SnellWorking on v4.2.3
2015-11-03 James M Snell2015-11-03, Version 4.2.2 "Argon" (LTS) Release v4.2.2
2015-10-29 Evan Lucassrc: wrap source before doing syntax check
2015-10-29 Ben Noordhuissrc: fix race condition in debug signal on exit
2015-10-29 Brian Whitesrc: fix exception message encoding on Windows
2015-10-29 Ben Noordhuisbuffer: don't CHECK on zero-sized realloc
2015-10-29 Fedor Indutnyhttp: fix stalled pipeline bug
2015-10-13 James M SnellWorking on v4.2.2
2015-10-13 James M Snell2015-10-13, Version 4.2.1 'Argon' (LTS) Release upstream/4.2.1 v4.2.1
2015-10-13 Fedor Indutnybuffer: fix assertion error in WeakCallback
2015-10-12 James M SnellWorking on v4.2.1
2015-10-12 James M Snell2015-10-12, Version 4.2.0 'Argon' (LTS) Release v4.2.0
2015-10-12 Rod Vaggsrc: add process.release.lts property
2015-10-10 Karl Skomskisrc: convert BE-utf16-string to LE before search
2015-10-09 Karl Skomskisrc: fix u-a-free if uv returns err in ASYNC_CALL
2015-10-08 Trevor Norrisjs_stream: prevent abort if isalive doesn't exist
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Trevor Norrisasync_wrap: correctly pass parent to init callback
2015-10-08 Fedor Indutnybuffer: FreeCallback should be tied to ArrayBuffer
2015-10-08 Trevor Norrisbuffer: only check if instance is Uint8Array
2015-10-08 Evan Lucasutil: fix for inspecting promises
next