3929 Commits (35d89d46622add493cb0f1e8dcb2fda73399f584)

Author SHA1 Message Date
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
Jeremiah Senkpiel 138e1e501e Working on v5.4.1 9 years ago
Jeremiah Senkpiel af591d4940 2016-01-06, Version 5.4.0 (Stable) 9 years ago
Fedor Indutny 69343d6d2e tls_wrap: clear errors on return 9 years ago
Martin Bark e57fd51a5e os: fix crash in GetInterfaceAddresses 9 years ago
Evan Lucas 921fb540c1 node: improve performance of process.hrtime() 9 years ago
Fedor Indutny fcf632bc6a crypto: load PFX chain the same way as regular one 9 years ago
Trevor Norris ecef817a28 node: improve accessor perf of process.env 9 years ago
Trevor Norris 89f056bdf3 node: improve performance of hrtime() 9 years ago
Trevor Norris c8fc217dc7 node: improve GetActiveHandles performance 9 years ago
Trevor Norris e742422757 fs: use pushValueToArray for readdir(Sync) 9 years ago