summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-312015-05-31 io.js v2.2.0 Releasev2.2.0Rod Vagg2-3/+50
2015-05-30test: check error type from net.Server.listen()Rich Trott1-15/+15
2015-05-30src: fix module search path for preload modulesAli Ijaz Sheikh3-4/+24
2015-05-30win,node-gyp: enable delay-load hook by defaultBert Belder2-0/+58
2015-05-30deps: make node-gyp work with io.jscjihrig3-25/+25
2015-05-30deps: upgrade npm to 2.11.0Forrest L Norvell272-1354/+2526
2015-05-30src: remove old codeBrendan Ashworth1-19/+0
2015-05-30tools: pass constant to logger instead of stringJohan Bergström1-1/+1
2015-05-29http: flush stored headerVladimir Kurchatkin3-3/+31
2015-05-28test: add heap profiler add-on regression testBen Noordhuis3-0/+47
2015-05-28Revert "core: set PROVIDER type as Persistent class id"Ben Noordhuis3-11/+3
2015-05-28child_process: expose ChildProcess constructorEvan Lucas6-848/+934
2015-05-28tools: add objectLiteralShorthandProperties to .eslintrcEvan Lucas1-0/+1
2015-05-27doc: `fs.*File()` also accept encoding stringsRich Trott1-3/+15
2015-05-27lib: speed up require(), phase 2Ben Noordhuis2-4/+52
2015-05-27lib: speed up require(), phase 1Ben Noordhuis2-20/+35
2015-05-26doc: add documentation for AtExit hookSteve Sharp1-0/+68
2015-05-26test: don't lint autogenerated test/addons/doc-*/Ben Noordhuis1-0/+1
2015-05-26test: remove stray copyright noticesBen Noordhuis4-4/+0
2015-05-26test: fix deprecation warning in addons testBen Noordhuis1-1/+1
2015-05-26src: fix deferred events not working with -eBen Noordhuis4-34/+41
2015-05-26doc: clarify stability of fs.watch and relativesRich Trott1-6/+8
2015-05-25lib: simplify nextTick() usageBrian White7-57/+42
2015-05-25doc: state url decoding behaviorJosh Gummersall1-3/+5
2015-05-25http: simplify code and remove unused propertiesBrian White3-10/+11
2015-05-24doc: remove bad semver-major entry from CHANGELOGRod Vagg1-1/+0
2015-05-24doc: fix changelog s/2.0.3/2.1.0Rod Vagg1-1/+1
2015-05-24Working on v2.1.1Rod Vagg1-2/+2
2015-05-242015-05-24 io.js v2.1.0 Releasev2.1.0Rod Vagg2-3/+51
2015-05-23win,node-gyp: enable delay-load hook by defaultBert Belder2-0/+58
2015-05-23deps: make node-gyp work with io.jscjihrig3-25/+25
2015-05-23deps: upgrade to npm 2.10.1Rebecca Turner309-3428/+7249
2015-05-24doc: update AUTHORS listRod Vagg2-0/+16
2015-05-23net: return this from setNoDelay and setKeepAliveRoman Reiss4-4/+14
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss5-2/+38
2015-05-22buffer: optimize Buffer.byteLengthBrendan Ashworth5-41/+155
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns2-1/+48
2015-05-22doc: fix typo in CONTRIBUTING.mdRich Trott1-2/+2
2015-05-22doc: path is ignored in url.formatMaurice Butler1-0/+1
2015-05-22tls: use `.destroy(err)` instead of destroy+emitFedor Indutny2-14/+64
2015-05-21build: refactor pkg-config for shared librariesJohan Bergström1-66/+56
2015-05-20util: speed up common case of formatting stringСковорода Никита Андреевич1-0/+2
2015-05-21tls: make server not use DHE in less than 1024bitsShigeki Ohtsu3-6/+16
2015-05-20doc: fix spelling in CHANGELOGFelipe Batista1-1/+1
2015-05-20doc: add notes to child_process.fork() and .exec()Rich Trott1-0/+5
2015-05-20test: fix jslint errorMichaël Zasso1-2/+3
2015-05-19test: fix test-sync-io-optionSantiago Gimeno1-10/+12
2015-05-19test: enable linting for testsRoman Reiss985-1125/+2278
2015-05-19net: persist net.Socket options before connectEvan Lucas4-6/+130
2015-05-19core: set PROVIDER type as Persistent class idTrevor Norris3-3/+11