summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2015-09-15 io.js v3.3.1 Releasev3.3.1Rod Vagg2015-09-152-1/+88
* build: clean up the generated tap fileSakthipriyan Vairamani2015-09-151-0/+1
* tools: open `test.tap` file in write-binary modeSakthipriyan Vairamani2015-09-151-1/+1
* streams: refactor LazyTransform to internal/Brendan Ashworth2015-09-153-31/+41
* http_server: fix resume after socket closeFedor Indutny2015-09-152-3/+29
* deps: upgraded to node-gyp@3.0.3 in npmKat Marchán2015-09-1556-5060/+1050
* deps: upgrade to npm 2.14.3Kat Marchán2015-09-15169-1122/+5244
* 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-151-0/+1
* doc: fix typos in READMEIonică Bizău2015-09-151-2/+2
* doc: add tunniclm as a collaboratorMike Tunnicliffe2015-09-151-0/+1
* src: use ZCtxt as a source for v8::IsolatesRoman Klauke2015-09-151-3/+4
* test: remove disabled testRich Trott2015-09-151-39/+0
* doc: fix two doc errors in stream and processJeremiah Senkpiel2015-09-152-9/+3
* test: split up internet dns testsRich Trott2015-09-153-347/+422
* test: increase dgram timeout for armv6Rich Trott2015-09-152-2/+2
* tools: remove hyphen in TAP resultSakthipriyan Vairamani2015-09-151-3/+3
* node-gyp: float 3.0.1, minor fix for download urlRod Vagg2015-09-125-6/+77
* cluster: allow shared reused dgram socketsFedor Indutny2015-09-124-23/+87
* build: remote commands on staging in single sessionRod Vagg2015-09-121-2/+1
* deps: update libuv to version 1.7.4Saúl Ibarra Corretgé2015-09-1219-121/+207
* doc: use "Calls" over "Executes" for consistencyMinwoo Jung2015-09-121-1/+1
* test: remove valid hostname check in test-dns.jsRich Trott2015-09-122-11/+4
* doc: use US English for consistencyAnne-Gaelle Colom2015-09-123-6/+6
* bindings: close after reading module structFedor Indutny2015-09-121-1/+4
* doc: use 3rd person singular for consistencyAnne-Gaelle Colom2015-09-121-2/+2
* win,msi: fix documentation shortcut urlBrian White2015-09-121-1/+1
* test: expect error for test_lookup_ipv6_hint on FreeBSDRich Trott2015-09-121-1/+13
* doc: fix comma splice in Assertion Testing docRich Trott2015-09-121-1/+1
* build: fix v8_enable_handle_zapping overrideKarl Skomski2015-09-121-2/+2
* deps: float node-gyp v3.0.0Rod Vagg2015-09-1261-5085/+945
* src: s/ia32/x86 for process.release.libUrl for winRod Vagg2015-09-121-5/+8
* child_process: use stdio.fd even if it is 0Evan Lucas2015-09-122-1/+13
* crypto: replace rwlocks with simple mutexesBen Noordhuis2015-09-121-16/+9
* doc: update AUTHORS listRod Vagg2015-09-122-0/+6
* cpplint: make it possible to run outside git repoBen Noordhuis2015-09-071-31/+4
* deps: create .npmrc during npm testsKat Marchán2015-09-071-1/+16
* deps: upgrade to npm 2.14.2Kat Marchán2015-09-07499-11981/+7132
* doc: add TSC meeting minutes 2015-09-02Rod Vagg2015-09-061-0/+418
* 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
* test: fix use of `common` before requiredRod Vagg2015-09-061-4/+5
* contextify: ignore getters during initializationFedor Indutny2015-09-061-1/+23
* events,lib: don't require EE#listenerCount()Jeremiah Senkpiel2015-09-065-7/+31
* build: add --enable-asan with builtin leakcheckKarl Skomski2015-09-065-3/+46
* child_process: check execFile and fork argsJames M Snell2015-09-062-19/+114
* test: refactor to eliminate flaky testRich Trott2015-09-062-30/+30