summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2015-05-31 io.js v2.2.0 Releasev2.2.0Rod Vagg2015-05-312-3/+50
* test: check error type from net.Server.listen()Rich Trott2015-05-301-15/+15
* src: fix module search path for preload modulesAli Ijaz Sheikh2015-05-303-4/+24
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-05-302-0/+58
* deps: make node-gyp work with io.jscjihrig2015-05-303-25/+25
* deps: upgrade npm to 2.11.0Forrest L Norvell2015-05-30272-1354/+2526
* src: remove old codeBrendan Ashworth2015-05-301-19/+0
* tools: pass constant to logger instead of stringJohan Bergström2015-05-301-1/+1
* http: flush stored headerVladimir Kurchatkin2015-05-293-3/+31
* test: add heap profiler add-on regression testBen Noordhuis2015-05-283-0/+47
* Revert "core: set PROVIDER type as Persistent class id"Ben Noordhuis2015-05-283-11/+3
* child_process: expose ChildProcess constructorEvan Lucas2015-05-286-848/+934
* tools: add objectLiteralShorthandProperties to .eslintrcEvan Lucas2015-05-281-0/+1
* doc: `fs.*File()` also accept encoding stringsRich Trott2015-05-271-3/+15
* lib: speed up require(), phase 2Ben Noordhuis2015-05-272-4/+52
* lib: speed up require(), phase 1Ben Noordhuis2015-05-272-20/+35
* doc: add documentation for AtExit hookSteve Sharp2015-05-261-0/+68
* test: don't lint autogenerated test/addons/doc-*/Ben Noordhuis2015-05-261-0/+1
* test: remove stray copyright noticesBen Noordhuis2015-05-264-4/+0
* test: fix deprecation warning in addons testBen Noordhuis2015-05-261-1/+1
* src: fix deferred events not working with -eBen Noordhuis2015-05-264-34/+41
* doc: clarify stability of fs.watch and relativesRich Trott2015-05-261-6/+8
* lib: simplify nextTick() usageBrian White2015-05-257-57/+42
* doc: state url decoding behaviorJosh Gummersall2015-05-251-3/+5
* http: simplify code and remove unused propertiesBrian White2015-05-253-10/+11
* doc: remove bad semver-major entry from CHANGELOGRod Vagg2015-05-241-1/+0
* doc: fix changelog s/2.0.3/2.1.0Rod Vagg2015-05-241-1/+1
* Working on v2.1.1Rod Vagg2015-05-241-2/+2
* 2015-05-24 io.js v2.1.0 Releasev2.1.0Rod Vagg2015-05-242-3/+51
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-05-232-0/+58
* deps: make node-gyp work with io.jscjihrig2015-05-233-25/+25
* deps: upgrade to npm 2.10.1Rebecca Turner2015-05-23309-3428/+7249
* doc: update AUTHORS listRod Vagg2015-05-242-0/+16
* net: return this from setNoDelay and setKeepAliveRoman Reiss2015-05-234-4/+14
* net,dgram: return this from ref and unref methodsRoman Reiss2015-05-235-2/+38
* buffer: optimize Buffer.byteLengthBrendan Ashworth2015-05-225-41/+155
* tls: emit errors happening before handshake finishMalte-Thorben Bruns2015-05-222-1/+48
* doc: fix typo in CONTRIBUTING.mdRich Trott2015-05-221-2/+2
* doc: path is ignored in url.formatMaurice Butler2015-05-221-0/+1
* tls: use `.destroy(err)` instead of destroy+emitFedor Indutny2015-05-222-14/+64
* build: refactor pkg-config for shared librariesJohan Bergström2015-05-211-66/+56
* util: speed up common case of formatting stringСковорода Никита Андреевич2015-05-201-0/+2
* tls: make server not use DHE in less than 1024bitsShigeki Ohtsu2015-05-213-6/+16
* doc: fix spelling in CHANGELOGFelipe Batista2015-05-201-1/+1
* doc: add notes to child_process.fork() and .exec()Rich Trott2015-05-201-0/+5
* test: fix jslint errorMichaël Zasso2015-05-201-2/+3
* test: fix test-sync-io-optionSantiago Gimeno2015-05-191-10/+12
* test: enable linting for testsRoman Reiss2015-05-19985-1125/+2278
* net: persist net.Socket options before connectEvan Lucas2015-05-194-6/+130
* core: set PROVIDER type as Persistent class idTrevor Norris2015-05-193-3/+11