4061 Commits (c7378c4d5f2218d7248e7f4ee1cb5407c683c909)

Author SHA1 Message Date
jBarz 7505b86d2f
os: fix os.release() for aix and add test 8 years ago
Sam Roberts be6203715a
src: describe what NODE_MODULE_VERSION is for 8 years ago
Alex Newman 3f29cbb5bc
src: fix string format mistake for 32 bit node 8 years ago
Adam Majer bf882fba35
crypto: Use reference count to manage cert_store 9 years ago
Shigeki Ohtsu 4cf7dcff99
crypto: remove unnecessary variables of alpn/npn 8 years ago
Shigeki Ohtsu ef547f3325
tls,crypto: move NPN protcol data to hidden value 9 years ago
Shigeki Ohtsu e750f142ce
tls, crypto: add ALPN Support 10 years ago
Patrick Mueller 7a9c8d8f10
process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Fedor Indutny 23a573f7cb
process: add `process.memoryUsage.external` 8 years ago
Florian MARGAINE 2269d7db0f
fs: add the fs.mkdtemp() function. 9 years ago
Ben Ripkens 30d60cf81c
v8,src: expose statistics about heap spaces 9 years ago
Myles Borins 432cb1b110
Working on v4.7.4 8 years ago
Myles Borins 79f015aa49 2017-01-31, Version 4.7.3 'Argon' (LTS) 8 years ago
Myles Borins 6bedd0f67f Working on v4.7.3 8 years ago
Myles Borins 480c589868 2017-01-05, Version 4.7.2 'Argon' (LTS) 8 years ago
Myles Borins 4357591a64 Working on v4.7.2 8 years ago
Myles Borins 1035318070 2017-01-03, Version 4.7.1 'Argon' (LTS) 8 years ago
Adam Langley e2c5f41ddf crypto: use SSL_get_servername. 8 years ago
Trevor Norris 60883de30f async_wrap: call destroy() callback in uv_idle_t 8 years ago
Trevor Norris 28dbc460c6 async_wrap: make Initialize a static class member 8 years ago
Trevor Norris bb05cd13db async_wrap: mode constructor/destructor to .cc 8 years ago
Myles Borins e92e3b5c4f Working on v4.7.1 8 years ago
Myles Borins 4e73e75f7f 2016-12-06, Version 4.7.0 'Argon' (LTS) 8 years ago
Ben Noordhuis 9389572cbc crypto: fix faulty logic in iv size check 8 years ago
Rich Trott 62e83b363e src: Malloc/Calloc size 0 returns non-null pointer 9 years ago
Michael Dawson 51e09d00c4 src: normalize malloc, realloc 9 years ago
Daniel Bevenius 3b5cedebd1 src: renaming ares_task struct to node_ares_task 9 years ago
Daniel Bevenius e5d2a95d68 src: remove out-of-date TODO comment 9 years ago
Juan Andres Andrango b4353e9017 src: fix typo in #endif comment 9 years ago
Ben Noordhuis 748e424163 debugger: make listen address configurable 10 years ago
Tarjei Husøy 9a02414a29 zlib: fix raw inflate with custom dictionary 9 years ago
Ben Noordhuis f0192ec195 src: don't abort when c-ares initialization fails 9 years ago
sxa555 f21c2b9d3b build: configure --shared 9 years ago
Miguel Angel Asencio Hurtado f669a08b76 src: fix typo rval to value 8 years ago
Myles Borins 2efe64e077 Working on v4.6.3 8 years ago
Myles Borins 4db97b832b 2016-11-08, Version 4.6.2 'Argon' (LTS) 8 years ago
Trevor Norris 12300626d7 src: no abort from getter if object isn't wrapped 9 years ago
Trevor Norris 19d6f06058 stream_base: always use Base template class 9 years ago
Trevor Norris 6076293d6c tls_wrap: do not abort on new TLSWrap() 9 years ago
Trevor Norris 166a9b85d9 src: always clear wrap before persistent Reset() 9 years ago
Trevor Norris b3149cee8c src: inherit first from AsyncWrap 9 years ago
Anna Henningsen 3d6f107a2f fs: fix handling of `uv_stat_t` fields 9 years ago
Ben Noordhuis 8b93fddd1b src: disable stdio buffering 9 years ago
cjihrig 72be320962 src: suppress coverity message 9 years ago
Ben Noordhuis 6ba3ad5d34 src: guard against overflow in ParseArrayIndex() 9 years ago
Ben Noordhuis e1f961d050 src: move ParseArrayIndex() to src/node_buffer.cc 9 years ago
Ben Noordhuis 57921ebec5 src: remove unnecessary HandleScopes 9 years ago
Ben Noordhuis 6838ad5f8e src: fix handle leak in UDPWrap::Instantiate() 9 years ago
Ben Noordhuis dadcf6b263 src: fix handle leak in BuildStatsObject() 9 years ago
Ben Noordhuis 7aa268922a src: fix handle leak in Buffer::New() 9 years ago