3939 Commits (479a43c876f0e2d04b7d119a03a565c642bf93c6)

Author SHA1 Message Date
Ben Noordhuis 51db48f741 src,tools: remove null sentinel from source array 9 years ago
Ben Noordhuis 03a5daba55 src,tools: drop nul byte from built-in source code 9 years ago
Ben Noordhuis 17d14f3346 src,tools: allow utf-8 in built-in js source code 9 years ago
Rod Vagg 1ecbdec2cf Working on v5.7.1 9 years ago
Rod Vagg cf317e2181 2016-02-23, Version 5.7.0 (Stable) 9 years ago
Jiho Choi 6c8378b15b vm: fix `produceCachedData` 9 years ago
Andreas Madsen 3a96fa0030 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen 4ef04c7c4c async_wrap: make uid the first argument in init 9 years ago
Andreas Madsen 4afe801f90 async_wrap: add uid to all asyncWrap hooks 9 years ago
Brian White 15091ccca2 src: remove unnecessary check 9 years ago
Evan Lucas 9cee86e3e9 node: set process._eventsCount to 0 on startup 9 years ago
Trevor Norris 830bb04d90 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris 7f22c8c8a6 src: remove unused TickInfo::in_tick() 9 years ago
Trevor Norris 406eb1f516 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris bcec2fecbd src: add AsyncCallbackScope 9 years ago
Trevor Norris 2cb1594279 src: fix MakeCallback error handling 9 years ago
Adam Langley 3048ac0b57 crypto: have fixed NodeBIOs return EOF 9 years ago
Trevor Norris eb6d07327a buffer: add encoding parameter to fill() 9 years ago
Ruben Bridgewater f2e4f621c5 node: improve process.nextTick performance 9 years ago
Brian White c3f8aab652 tls: add getProtocol() to TLS sockets 9 years ago
Fedor Indutny c397ba8fa3 contextify: use offset/length from Uint8Array 9 years ago
Matteo Collina 368c1d1098 dgram: support dgram.send with multiple buffers 9 years ago
Fedor Indutny d1cacb814f vm: introduce `cachedData`/`produceCachedData` 9 years ago
Trevor Norris 60d2048b6c buffer: properly retrieve binary length of needle 9 years ago
James M Snell 6d8eba0e5e Working on v5.6.1 9 years ago
James M Snell 645d4d5d59 2016-02-09, Version 5.6.0 (Stable) 9 years ago
James M Snell de35e852d6 src: avoid compiler warning in node_revert.cc 9 years ago
James M Snell d5e018b117 src: add --security-revert command line flag 9 years ago
Fedor Indutny f1a0827417 deps: sync with upstream bagder/c-ares@2bae2d5 9 years ago
Fedor Indutny ec62789152 crypto: fix memory leak in LoadPKCS12 9 years ago
Fedor Indutny d9e934c71f crypto: add `pfx` certs as CA certs too 9 years ago
Jackson Tian 95615196de src: clean up usage of __proto__ 9 years ago
Myles Borins 7003a4e3d8 node_contextify: do not incept debug context 9 years ago
Adam Langley 0d4b538175 crypto: use SSL_CTX_clear_extra_chain_certs. 9 years ago
Chris911 e93b024214 src: remove no longer relevant comments 9 years ago
Adam Langley abb0f6cd53 crypto: fix build when OCSP-stapling not provided 9 years ago
Adam Langley 755619c554 crypto: use a const SSL_CIPHER 9 years ago
Fedor Indutny d6fbd81a7a tls_wrap: reach error reporting for UV_EPROTO 9 years ago
cjihrig 5a77c095a6 process: support symbol events 9 years ago
Evan Lucas 2d46ea0d93 Working on v5.5.1 9 years ago
Evan Lucas dd882563e5 2016-01-20, Version 5.5.0 (Stable) 9 years ago
Ben Noordhuis a2c257a3ef src: fix negative values in process.hrtime() 9 years ago
cjihrig 3af206d6c1 src: return UV_EAI_NODATA on empty lookup 9 years ago
Ben Ripkens 4254508fb1 v8,src: expose statistics about heap spaces 9 years ago
Evan Lucas 848b04bf78 node: allow preload modules with -i 9 years ago
Ben Noordhuis 6988d2edb3 src: don't check failure with ERR_peek_error() 9 years ago
Fedor Indutny 8bf5b33019 crypto: clear error stack in ECDH::Initialize 9 years ago
Myles Borins e7d1c69707 Working on v5.4.2 9 years ago
Myles Borins ff99203724 2016-01-12, Version 5.4.1 (Stable) 9 years ago
Rich Trott 37a546b490 src: remove redeclarations of variables 9 years ago