summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade to npm 2.14.3Kat Marchán2015-09-14169-1122/+5244
* fs: consider NaN/Infinity in toUnixTimestampYazhong Liu2015-09-143-1/+21
* fs: implemented WriteStream#writevRon Korving2015-09-142-0/+99
* tools: add missing tick processor polyfillMatt Loring2015-09-151-0/+1
* tools: fix flakiness in test-tick-processorMatt Loring2015-09-152-18/+33
* doc: fix broken link in repl.markdownDanny Nemer2015-09-141-0/+1
* doc: fix typos in READMEIonică Bizău2015-09-141-2/+2
* doc: add tunniclm as a collaboratorMike Tunnicliffe2015-09-141-0/+1
* src: use ZCtxt as a source for v8::IsolatesRoman Klauke2015-09-141-3/+4
* test: remove disabled testRich Trott2015-09-141-39/+0
* doc: fix two doc errors in stream and processJeremiah Senkpiel2015-09-142-9/+3
* doc: fixed io.js references in process.markdownTristian Flanagan2015-09-131-2/+2
* test: split up internet dns testsRich Trott2015-09-123-347/+422
* test: increase dgram timeout for armv6Rich Trott2015-09-122-2/+2
* tools: remove hyphen in TAP resultSakthipriyan Vairamani2015-09-121-3/+3
* src: fix v8::CpuProfiler idle samplingOleksandr Chekhovskyi2015-09-121-4/+9
* deps: update libuv to version 1.7.4Saúl Ibarra Corretgé2015-09-1119-121/+207
* doc: use "Calls" over "Executes" for consistencyMinwoo Jung2015-09-111-1/+1
* test: remove valid hostname check in test-dns.jsRich Trott2015-09-102-11/+4
* doc: use US English for consistencyAnne-Gaelle Colom2015-09-103-6/+6
* deps: cherry-pick 6da51b4 from v8's upstreamFedor Indutny2015-09-102-13/+65
* bindings: close after reading module structFedor Indutny2015-09-101-1/+4
* doc: use 3rd person singular for consistencyAnne-Gaelle Colom2015-09-101-2/+2
* win,msi: fix documentation shortcut urlBrian White2015-09-101-1/+1
* doc: describe process API for IPCSam Roberts2015-09-093-4/+54
* test: expect error for test_lookup_ipv6_hint on FreeBSDRich Trott2015-09-081-1/+13
* 2015-09-08, Version 4.0.0 (Stable) ReleaseRod Vagg2015-09-092-1/+93
* doc: fix comma splice in Assertion Testing docRich Trott2015-09-081-1/+1
* build: fix v8_enable_handle_zapping overrideKarl Skomski2015-09-081-2/+2
* node-gyp: float 3.0.1, minor fix for download urlRod Vagg2015-09-085-6/+77
* deps: improve ArrayBuffer performance in v8Fedor Indutny2015-09-073-101/+62
* cluster: allow shared reused dgram socketsFedor Indutny2015-09-074-23/+87
* build: remote commands on staging in single sessionRod Vagg2015-09-081-2/+1
* deps: float node-gyp v3.0.0Rod Vagg2015-09-0861-5085/+945
* src: s/ia32/x86 for process.release.libUrl for winRod Vagg2015-09-081-5/+8
* child_process: use stdio.fd even if it is 0Evan Lucas2015-09-072-1/+13
* crypto: replace rwlocks with simple mutexesBen Noordhuis2015-09-081-16/+9
* doc: update AUTHORS listRod Vagg2015-09-072-0/+6
* build: make .msi install to "nodejs", not "node"Rod Vagg2015-09-071-1/+1
* cpplint: make it possible to run outside git repoBen Noordhuis2015-09-061-31/+4
* deps: create .npmrc during npm testsKat Marchán2015-09-061-1/+16
* deps: upgrade to npm 2.14.2Kat Marchán2015-09-06499-11981/+7132
* deps: backport 75e43a6 from v8 upstream (again)saper2015-09-061-1/+1
* build: fix .pkg creation toolingRod Vagg2015-09-064-5/+5
* doc: add TSC meeting minutes 2015-09-02Rod Vagg2015-09-061-0/+418
* doc: update environment vars in manpage and --helpRoman Reiss2015-09-062-4/+11
* src: use standard conform snprintf on windowsKarl Skomski2015-09-063-10/+18
* src: fix buffer overflow for long exception linesKarl Skomski2015-09-063-12/+19
* doc,test: enable recursive file watching in WindowsSakthipriyan Vairamani2015-09-062-4/+6
* buffer: SlowBuffer only accept valid numeric valuesMichaël Zasso2015-09-062-2/+57