2016-03-21 |
Fedor Indutny | crypto: PBKDF2 works with `int` not `ssize_t` |
tree | commitdiff |
2016-03-21 |
cjihrig | src: return UV_EAI_NODATA on empty lookup |
tree | commitdiff |
2016-03-09 |
Myles Borins | Working on v4.4.1 |
tree | commitdiff |
2016-03-08 |
Myles Borins | 2016-03-08, Version 4.4.0 'Argon' (LTS) v4.4.0 |
tree | commitdiff |
2016-03-02 |
Evan Lucas | node: set process._eventsCount to 0 on startup |
tree | commitdiff |
2016-03-02 |
Adam Langley | crypto: have fixed NodeBIOs return EOF |
tree | commitdiff |
2016-03-02 |
Trevor Norris | buffer: properly retrieve binary length of needle |
tree | commitdiff |
2016-03-02 |
Matt Loring | tools: add --prof-process flag to node binary |
tree | commitdiff |
2016-03-02 |
Rich Trott | src: force line buffering for stderr |
tree | commitdiff |
2016-03-02 |
Fedor Indutny | crypto: fix memory leak in LoadPKCS12 |
tree | commitdiff |
2016-03-02 |
Fedor Indutny | crypto: add `pfx` certs as CA certs too |
tree | commitdiff |
2016-03-02 |
Jackson Tian | src: clean up usage of __proto__ |
tree | commitdiff |
2016-03-02 |
Adam Langley | crypto: use SSL_CTX_clear_extra_chain_certs. |
tree | commitdiff |
2016-03-02 |
Adam Langley | crypto: fix build when OCSP-stapling not provided |
tree | commitdiff |
2016-03-02 |
Adam Langley | crypto: use a const SSL_CIPHER |
tree | commitdiff |
2016-03-02 |
Fedor Indutny | tls_wrap: reach error reporting for UV_EPROTO |
tree | commitdiff |
2016-03-02 |
Chris911 | src: remove no longer relevant comments |
tree | commitdiff |
2016-03-02 |
cjihrig | process: support symbol events |
tree | commitdiff |
2016-03-02 |
Ben Noordhuis | src: remove __builtin_bswap16 call |
tree | commitdiff |
2016-03-02 |
Ben Noordhuis | src: remove unused BITS_PER_LONG macro |
tree | commitdiff |
2016-03-02 |
Bryon Leung | src: add BE support to StringBytes::Encode() |
tree | commitdiff |
2016-03-02 |
Myles Borins | Working on v4.3.3 |
tree | commitdiff |
2016-03-02 |
Myles Borins | 2016-03-02, Version 4.3.2 'Argon' (LTS) v4.3.2 |
tree | commitdiff |
2016-02-17 |
Myles Borins | Working on v4.3.2 |
tree | commitdiff |
2016-02-16 |
Myles Borins | 2016-02-16, Version 4.3.1 'Argon' (LTS) v4.3.1 |
tree | commitdiff |
2016-02-15 |
Myles Borins | node_contextify: do not incept debug context |
tree | commitdiff |
2016-02-15 |
Fedor Indutny | crypto: clear error stack in ECDH::Initialize |
tree | commitdiff |
2016-02-15 |
Rich Trott | src: remove redeclarations of variables |
tree | commitdiff |
2016-02-15 |
Fedor Indutny | tls: copy client CAs and cert store on CertCb |
tree | commitdiff |
2016-02-15 |
Ben Noordhuis | debugger: guard against call from non-node context |
tree | commitdiff |
2016-02-15 |
Ben Noordhuis | src: don't check failure with ERR_peek_error() |
tree | commitdiff |
2016-02-10 |
James M Snell | src: repair lts flag |
tree | commitdiff |
2016-02-09 |
James M Snell | Working on v4.3.1 |
tree | commitdiff |
2016-02-09 |
James M Snell | 2016-02-09, Version 4.3.0 'Argon' (LTS) v4.3.0 |
tree | commitdiff |
2016-02-09 |
James M Snell | src: avoid compiler warning in node_revert.cc |
tree | commitdiff |
2016-02-09 |
James M Snell | deps: update http-parser to version 2.5.1 |
tree | commitdiff |
2016-02-09 |
James M Snell | src: add --security-revert command line flag |
tree | commitdiff |
2016-01-21 |
Myles Borins | Working on v4.2.7 |
tree | commitdiff |
2016-01-21 |
Myles Borins | 2016-01-21, Version 4.2.6 "Argon" (LTS) Release upstream/4.2.6 v4.2.6 |
tree | commitdiff |
2016-01-21 |
cjihrig | module,src: do not wrap modules with -1 lineOffset |
tree | commitdiff |
2016-01-20 |
Myles Borins | Working on v4.2.6 |
tree | commitdiff |
2016-01-20 |
Myles Borins | 2016-01-20, Version 4.2.5 "Argon" (LTS) Release v4.2.5 |
tree | commitdiff |
2016-01-19 |
Fedor Indutny | tls_wrap: clear errors on return |
tree | commitdiff |
2016-01-19 |
Martin Bark | os: fix crash in GetInterfaceAddresses |
tree | commitdiff |
2016-01-19 |
Fedor Indutny | crypto: load PFX chain the same way as regular one |
tree | commitdiff |
2016-01-19 |
cjihrig | src: define Is* util functions with macros |
tree | commitdiff |
2016-01-19 |
cjihrig | util: determine object types in C++ |
tree | commitdiff |
2016-01-19 |
Ben Noordhuis | module,repl: remove repl require() hack |
tree | commitdiff |
2016-01-19 |
cjihrig | util,src: allow lookup of hidden values |
tree | commitdiff |
2016-01-19 |
Martin von Gagern | src: fix deprecation message for ErrnoException |
tree | commitdiff |
2016-01-19 |
Fedor Indutny | tls_wrap: inherit from the `AsyncWrap` first |
tree | commitdiff |
2016-01-19 |
Yazhong Liu | node: remove unused variables in AppendExceptionLine |
tree | commitdiff |
2016-01-19 |
cjihrig | src: fix line numbers on core errors |
tree | commitdiff |
2016-01-19 |
Fedor Indutny | tls_wrap: slice buffer properly in `ClearOut` |
tree | commitdiff |
2016-01-19 |
Rod Vagg | node: s/doNTCallbackX/nextTickCallbackWithXArgs/ |
tree | commitdiff |
2016-01-19 |
Ben Noordhuis | src: use GetCurrentProcessId() for process.pid |
tree | commitdiff |
2016-01-19 |
cjihrig | src: don't print garbage errors |
tree | commitdiff |
2016-01-19 |
yorkie | fs,doc: use `target` instead of `destination` |
tree | commitdiff |
2016-01-19 |
Stefan Budeanu | crypto: disable crypto.createCipher in FIPS mode |
tree | commitdiff |
2016-01-19 |
Trevor Norris | async_wrap: call callback in destructor |
tree | commitdiff |
2016-01-19 |
Trevor Norris | async_wrap: new instances get uid |
tree | commitdiff |
2016-01-19 |
Trevor Norris | async_wrap: allow some hooks to be optional |
tree | commitdiff |
2016-01-19 |
Tristian Flanagan | module: fix column offsets in errors |
tree | commitdiff |
2015-12-23 |
James M Snell | Now working on v4.2.5 |
tree | commitdiff |
2015-12-23 |
James M Snell | 2015-12-23, Version 4.2.4 "Argon" (LTS) Release v4.2.4 |
tree | commitdiff |
2015-12-23 |
Julien Gilli | domains: fix handling of uncaught exceptions |
tree | commitdiff |
2015-12-23 |
P.S.V.R | buffer: let WriteFloatGeneric silently drop values |
tree | commitdiff |
2015-12-23 |
Stefan Budeanu | crypto: DSA parameter validation in FIPS mode |
tree | commitdiff |
2015-12-23 |
Stefan Budeanu | crypto: Improve error checking and reporting |
tree | commitdiff |
2015-12-23 |
Junliang Yan | dns: prevent undefined values in results |
tree | commitdiff |
2015-12-23 |
Ömer Fadıl Usta | Add missing va_end before return |
tree | commitdiff |
2015-12-23 |
Roman Reiss | src: Revert "nix stdin _readableState.reading" |
tree | commitdiff |
2015-12-04 |
Rod Vagg | Working on v4.2.4 |
tree | commitdiff |
2015-12-03 |
Rod Vagg | 2015-12-04, Version 4.2.3 "Argon" (LTS) Release upstream/4.2.3 v4.2.3 |
tree | commitdiff |
2015-11-03 |
James M Snell | Working on v4.2.3 |
tree | commitdiff |
2015-11-03 |
James M Snell | 2015-11-03, Version 4.2.2 "Argon" (LTS) Release v4.2.2 |
tree | commitdiff |
2015-10-29 |
Evan Lucas | src: wrap source before doing syntax check |
tree | commitdiff |
2015-10-29 |
Ben Noordhuis | src: fix race condition in debug signal on exit |
tree | commitdiff |
2015-10-29 |
Brian White | src: fix exception message encoding on Windows |
tree | commitdiff |
2015-10-29 |
Ben Noordhuis | buffer: don't CHECK on zero-sized realloc |
tree | commitdiff |
2015-10-29 |
Fedor Indutny | http: fix stalled pipeline bug |
tree | commitdiff |
2015-10-13 |
James M Snell | Working on v4.2.2 |
tree | commitdiff |
2015-10-13 |
James M Snell | 2015-10-13, Version 4.2.1 'Argon' (LTS) Release upstream/4.2.1 v4.2.1 |
tree | commitdiff |
2015-10-13 |
Fedor Indutny | buffer: fix assertion error in WeakCallback |
tree | commitdiff |
2015-10-12 |
James M Snell | Working on v4.2.1 |
tree | commitdiff |
2015-10-12 |
James M Snell | 2015-10-12, Version 4.2.0 'Argon' (LTS) Release v4.2.0 |
tree | commitdiff |
2015-10-12 |
Rod Vagg | src: add process.release.lts property |
tree | commitdiff |
2015-10-10 |
Karl Skomski | src: convert BE-utf16-string to LE before search |
tree | commitdiff |
2015-10-09 |
Karl Skomski | src: fix u-a-free if uv returns err in ASYNC_CALL |
tree | commitdiff |
2015-10-08 |
Trevor Norris | js_stream: prevent abort if isalive doesn't exist |
tree | commitdiff |
2015-10-08 |
Karl Skomski | src: replace naive search in Buffer::IndexOf |
tree | commitdiff |
2015-10-08 |
Trevor Norris | async_wrap: correctly pass parent to init callback |
tree | commitdiff |
2015-10-08 |
Fedor Indutny | buffer: FreeCallback should be tied to ArrayBuffer |
tree | commitdiff |
2015-10-08 |
Trevor Norris | buffer: only check if instance is Uint8Array |
tree | commitdiff |
2015-10-08 |
Evan Lucas | util: fix for inspecting promises |
tree | commitdiff |
2015-10-08 |
Evan Lucas | util: correctly inspect Map/Set Iterators |
tree | commitdiff |
2015-10-08 |
Jeremy Whitlock | src: fix --abort-on-uncaught-exception |
tree | commitdiff |
2015-10-08 |
Dave Eddy | node: add -c|--check CLI arg to syntax check script |
tree | commitdiff |
2015-10-08 |
Evan Lucas | src: add process.versions.icu |
tree | commitdiff |
2015-10-05 |
Rod Vagg | Working on v4.1.3 |
tree | commitdiff |
next |