summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: update v8 to 4.3.61.21Chris Dickinson2015-08-04822-27121/+43421
* test: remove obsolete harmony flagsChris Dickinson2015-08-041-2/+2
* doc,test: documents behaviour of non-existent fileSakthipriyan Vairamani2015-08-042-6/+61
* repl: don't clobber RegExp.$ propertiesSakthipriyan Vairamani2015-08-042-0/+26
* test: change the hostname to an invalid nameSakthipriyan Vairamani2015-08-031-2/+2
* test: fix messages and use return to skip testsSakthipriyan Vairamani2015-08-0316-27/+32
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-08-011-1/+1
* deps: make node-gyp work with io.jscjihrig2015-08-013-25/+25
* deps: upgrade to npm 2.13.3Kat Marchán2015-08-01320-13691/+10262
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-3166-132/+114
* cluster: add handle ref/unref stubs in rr modeBen Noordhuis2015-07-302-1/+32
* tools: expose skip output to test runnerJohan Bergström2015-07-301-3/+9
* build: produce symbol map files on windowsAli Ijaz Sheikh2015-07-291-0/+2
* test: fix fs.readFile('/dev/stdin') testsBen Noordhuis2015-07-292-10/+10
* doc: properly inheriting from EventEmitterSakthipriyan Vairamani2015-07-291-0/+17
* doc: a listener, not "an" listenerSam Roberts2015-07-281-3/+3
* doc: server close event does not have an argumentSam Roberts2015-07-281-7/+8
* Working on v2.5.1cjihrig2015-07-281-2/+2
* 2015-07-28 io.js v2.5.0 Releasev2.5.0cjihrig2015-07-282-3/+65
* util: delay creation of debug contextAli Ijaz Sheikh2015-07-271-1/+2
* test: do not use public IPs for timeout testingRich Trott2015-07-271-42/+13
* timers: improve Timer.now() performanceBen Noordhuis2015-07-284-0/+17
* timers: remove unused Timer.again()Ben Noordhuis2015-07-281-10/+0
* timers: remove unused Timer.getRepeat()Ben Noordhuis2015-07-281-13/+0
* timers: remove unused Timer.setRepeat()Ben Noordhuis2015-07-281-11/+0
* net: don't throw on immediately destroyed socketEvan Lucas2015-07-272-1/+10
* https: reuse TLS sessions in AgentFedor Indutny2015-07-274-2/+193
* test: skip IPv6 part before testing itSakthipriyan Vairamani2015-07-271-5/+5
* node: remove bad fn call and checkTrevor Norris2015-07-271-2/+0
* benchmark: add remaining path benchmarks & optimizeNathan Woltman2015-07-2610-0/+147
* test: fix valgrind uninitialized memory warningBen Noordhuis2015-07-251-1/+3
* src: make base64 decoding 50% fasterBen Noordhuis2015-07-252-47/+83
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-07-241-1/+1
* deps: make node-gyp work with io.jscjihrig2015-07-243-25/+25
* deps: upgrade to npm 2.13.2Kat Marchán2015-07-24231-1543/+2039
* tools: use local or specified $NODE for test-npmJeremiah Senkpiel2015-07-242-7/+8
* repl: better empty line handlingSakthipriyan Vairamani2015-07-252-1/+8
* repl: improving line continuation handlingSakthipriyan Vairamani2015-07-252-15/+102
* repl: preventing REPL crash with inherited propertiesSakthipriyan Vairamani2015-07-252-1/+5
* repl: fixing `undefined` in invalid REPL keyword errorSakthipriyan Vairamani2015-07-252-2/+11
* doc: add GPG fingerprint for cjihrigcjihrig2015-07-241-0/+1
* doc: note about custom inspect functionsSakthipriyan Vairamani2015-07-251-0/+24
* deps: update V8 to 4.2.77.21Ali Ijaz Sheikh2015-07-2415-198/+121
* process: resize stderr on SIGWINCHJeremiah Senkpiel2015-07-231-0/+5
* cluster: emit 'message' event on cluster masterSam Roberts2015-07-233-3/+24
* tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny2015-07-233-7/+57
* doc: Replace util.debug with console.errorYosuke Furukawa2015-07-241-3/+3
* crypto: fix legacy SNICallbackFedor Indutny2015-07-222-1/+53
* http: Check this.connection before using itSakthipriyan Vairamani2015-07-221-1/+3
* test: add -no_rand_screen to s_client opts on WinShigeki Ohtsu2015-07-229-11/+55