summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: use regexp instead of str.replace().join()qinjia2015-11-061-6/+2
* doc: add method links in events.markdownAlejandro Oviedo2015-11-061-6/+10
* doc: add caveats of algs and key size in cryptoShigeki Ohtsu2015-11-051-15/+36
* Add missing va_end before returnÖmer Fadıl Usta2015-11-051-0/+1
* module: remove unnecessary JSON.stringifyAndres Suarez2015-11-051-8/+6
* build: omit -gline-tables-only for --enable-asanBen Noordhuis2015-11-051-1/+0
* docs: fs - change links to buffer encoding to Buffer class anchorfansworld-claudio2015-11-051-2/+3
* docs: fs - remove encoding list and link to bufferfansworld-claudio2015-11-051-3/+2
* http: remove unneeded cb check from setTimeout()Ashok Suthar2015-11-051-2/+0
* doc: stdout/stderr can block when directed to fileBen Noordhuis2015-11-051-9/+6
* doc: rename iojs-* groups to nodejs-*Steven R. Loomis2015-11-041-34/+34
* doc: fix wrong date and known issue in changelog.mdJames M Snell2015-11-041-2/+1
* test: fix test-net-persistent-keepalive for AIXImran Iqbal2015-11-041-10/+10
* doc:fix function param order in assert docDavid Woods2015-11-031-1/+1
* deps: update http-parser to 2.6.0James M Snell2015-11-037-49/+309
* doc: typo fix in readme.mdSam P Gallagher-Bishop2015-11-031-1/+1
* 2015-11-03, Version 4.2.2 "Argon" (LTS) ReleaseJames M Snell2015-11-031-0/+94
* repl: don't crash if cannot open history fileEvan Lucas2015-11-032-1/+19
* test: more regression tests for minDHSize optionBen Noordhuis2015-11-032-1/+10
* test: add regression test for 512 bits DH keyBen Noordhuis2015-11-031-0/+3
* test: mark http-pipeline-flood flakyRich Trott2015-11-021-0/+1
* doc: add note about timeout delay > TIMEOUT_MAXGuilherme Souza2015-11-021-0/+8
* test: remove flaky designation from ls-no-sslv3Rich Trott2015-11-021-1/+0
* deps: upgrade npm to 3.3.10Rebecca Turner2015-11-021567-55957/+29225
* gitignore: don't ignore 'debug' in deps/npmRebecca Turner2015-11-021-1/+1
* tools: update npm test tooling for 3.3.10+Rebecca Turner2015-11-021-3/+6
* buffer: neuter external `nullptr` buffersFedor Indutny2015-11-024-0/+60
* doc: fix crypto spkac function descriptionsJason Gerfen2015-11-011-2/+2
* doc: add final full stop in CONTRIBUTING.mdEmily Aviva Kapor-Mater2015-10-301-14/+14
* tools: fix gyp to work on MacOSX without XCodeShigeki Ohtsu2015-10-301-0/+2
* tools: update gyp to b3cef02Imran Iqbal2015-10-3013-44/+103
* lib: return boolean from child.send()Rich Trott2015-10-292-2/+22
* doc: made code spans more visible in the API docsphijohns2015-10-291-0/+2
* 2015-10-29, Version 5.0.0 (Stable)Rod Vagg2015-10-301-1/+162
* src: wrap source before doing syntax checkEvan Lucas2015-10-293-0/+6
* test: add regression test for --debug-brk -e 0Ben Noordhuis2015-10-291-0/+9
* Revert "src: fix stuck debugger process"Ben Noordhuis2015-10-291-4/+2
* child_process: don't fork bomb ourselves from -eBen Noordhuis2015-10-292-0/+19
* tls: remove util and calls to util.formatMyles Borins2015-10-281-12/+6
* lib,doc: return boolean from child.send()Rich Trott2015-10-283-5/+15
* test: fix heap-profiler link error LNK1194 on winJunliang Yan2015-10-281-1/+2
* test: fix missing unistd.h on windowsJunliang Yan2015-10-281-2/+13
* test: split independent tests into separate filesRich Trott2015-10-282-17/+21
* doc: add LTS info to COLLABORATOR_GUIDE.mdMyles Borins2015-10-281-0/+39
* deps: backport 010897c from V8 upstreamAli Ijaz Sheikh2015-10-282-5/+62
* test: use port number from env in tls socket testStefan Budeanu2015-10-281-2/+2
* doc: createServer's key option can be an arraySakthipriyan Vairamani2015-10-281-2/+7
* repl: handle comments properlySakthipriyan Vairamani2015-10-282-78/+122
* deps: backport 8d6a228 from the v8's upstreamFedor Indutny2015-10-273-36/+93
* lib,test: update let to const where applicableSakthipriyan Vairamani2015-10-2710-20/+21