summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2015.05.22, Version 0.12.4 (Stable)v0.12.4v0.12.4-releaseJulien Gilli2015-05-223-2/+13
* deps: upgrade to npm 2.10.1Rebecca Turner2015-05-22283-2770/+6270
* win: bring back xp/2k3 supportBert Belder2015-05-222-9/+14
* test: Array.prototype.values() regression testcjihrig2015-05-221-0/+36
* deps: revert v8 Array.prototype.values() removalcjihrig2015-05-226-12/+16
* doc: Using ciphers with tls.connect()Chad Johnston2015-05-211-1/+16
* test: relax timing constraints for child processGireesh Punathil2015-05-141-1/+1
* test: delete simple/test-process-active-wrapsMichael Dawson2015-05-141-79/+0
* Now working on 0.12.4Julien Gilli2015-05-131-2/+2
* Merge branch 'v0.12.3-release' into v0.12Julien Gilli2015-05-133-2/+28
|\
| * 2015.05.13, Version 0.12.3 (Stable)v0.12.3v0.12.3-releaseJulien Gilli2015-05-133-2/+28
|/
* tls,crypto: revert recent cipher lists changesJulien Gilli2015-05-138-262/+12
* deps: upgrade npm to 2.9.1Forrest L Norvell2015-05-12288-1137/+2276
* repl: make 'Unexpected token' errors recoverableJulien Gilli2015-05-122-1/+54
* test,win: disable test-tls-server-verify for CIAlexis Campailla2015-05-121-0/+1
* deps: don't busy loop in v8 cpu profiler threadMike Tunnicliffe2015-05-1110-22/+40
* build: fix use of strict aliasingTrevor Norris2015-05-111-0/+6
* deps: update libuv to 1.5.0Saúl Ibarra Corretgé2015-05-1173-837/+1680
* test: Extend timeout due to failure on AIXMichael Dawson2015-05-061-1/+1
* deps: upgrade npm to 2.8.4Forrest L Norvell2015-04-30939-10867/+42215
* test: make test-npm uses custom node, not globalJulien Gilli2015-04-301-3/+3
* test: add test for let bindings in for loopsJulien Gilli2015-04-291-0/+38
* v8: fix issue with let bindings in for loopsadamk2015-04-292-59/+213
* build: fix build for SmartOSJulien Gilli2015-04-292-3/+8
* deps: backport use strict fix for V8 debuggerYury Semikhatsky2015-04-291-1/+1
* mdb_v8: fix dictionary properties accessDave Pacheco2015-04-291-1/+5
* deps: fix postmortem-metadata generator in v8Refael Ackermann2015-04-291-9/+5
* deps: apply floating irhydra patch to v8Trevor Norris2015-04-295-7/+34
* deps: update V8 to 3.28.71.19Trevor Norris2015-04-2994-2018/+3530
* net: do not set V4MAPPED on FreeBSDJulien Gilli2015-04-282-4/+15
* build,win: set env before generating projectsAlexis Campailla2015-04-231-18/+19
* src: fix backport for SIGINT crash fix on FreeBSDJulien Gilli2015-04-141-1/+1
* debugger: don't spawn child process in remote modeJackson Tian2015-04-141-20/+19
* debugger: improve help informationJackson Tian2015-04-141-0/+2
* src: backport ignore ENOTCONN on shutdown raceBen Noordhuis2015-04-131-0/+8
* test: immunize data flow from packet size and orderGireesh Punathil2015-04-131-2/+5
* tls: make --enable-legacy-cipher-list=val less verboseJames M Snell2015-04-081-7/+3
* disable RC4, add --cipher-list command line switchJames M Snell2015-04-088-12/+266
* test: relax the timing window in test-child-process-fork-net2.jsGireesh Punathil2015-04-011-4/+4
* Now working on 0.12.3Julien Gilli2015-03-311-2/+2
* Merge branch 'v0.12.2-release' into v0.12Julien Gilli2015-03-313-2/+54
|\
| * 2015.03.31, Version 0.12.2 (Stable)v0.12.2v0.12.2-releaseJulien Gilli2015-03-313-2/+54
* | test: make cluster tests more time tolerantGireesh Punathil2015-03-312-2/+2
|/
* src: backport fix for SIGINT crash on FreeBSDFedor Indutny2015-03-272-0/+24
* http: fix assert on data/end after socket errorFedor Indutny2015-03-272-1/+50
* deps: upgrade npm to 2.7.4Forrest L Norvell2015-03-27488-5015/+25704
* test: address timing issues in simple http testsGireesh Punathil2015-03-272-9/+4
* test: Env variable to specify directory for pipesMichael Dawson2015-03-264-3/+25
* path: refactor for performance and consistencyNathan Woltman2015-03-252-71/+91
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-03-231-1/+6
|\