summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.10' into merge-review2merge-review2Trevor Norris2014-12-19144-1238/+4653
|\
| * src: remove icu_configTrevor Norris2014-12-152-2/+1
| * build: configure return exit status from gypSteven R. Loomis2014-12-151-1/+1
| * docs: clarify url.format documentationJulien Gilli2014-12-151-2/+4
| * doc: fix typo secureOptions in tlssilverwind2014-12-111-1/+1
| * deps: update libuv to 0.10.30Saúl Ibarra Corretgé2014-12-0918-33/+172
| * doc: clearer log messages in net code samplespkcs2014-12-081-4/+4
| * docs: fix streams example for write() after end()Alejandro Oviedo2014-12-061-5/+4
| * doc: fix grammar in tls and timersBrendan Ashworth2014-12-052-3/+3
| * zlib: do not Unref() if wasn't Ref()edFedor Indutny2014-12-041-1/+2
| * crypto: update root certificatesBen Noordhuis2014-12-042-373/+30865
| * tools: customize mk-ca-bundle.plBen Noordhuis2014-12-041-70/+30
| * tools: bundle mk-ca-bundle.pl from upstream curlBen Noordhuis2014-12-041-0/+241
| * timers: fix unref() memory leakTrevor Norris2014-11-262-1/+12
| * doc: cover stdio option in child_processSam Roberts2014-11-181-33/+68
| * lint: fix lint issuesTrevor Norris2014-11-181-4/+2
| * domains: fix issues with abort on uncaughtJulien Gilli2014-11-184-31/+364
| * v8: add api for aborting on uncaught exceptionTrevor Norris2014-11-184-10/+44
| * test: test all spawn parameter positionsSam Roberts2014-11-181-21/+72
| * child_process: check fork args is an arraySam Roberts2014-11-182-0/+13
| * child_process: check execFile args is an arraySam Roberts2014-11-182-10/+31
| * test: use assert.throw to test exceptionsSam Roberts2014-11-181-20/+8
| * doc: document the fds behind stdin/out/errSam Roberts2014-11-181-3/+3
| * doc: clarify dns.lookup vs dns.resolveJulien Gilli2014-11-141-4/+7
| * doc: update openssl commands to use best practicesEric Mill2014-11-111-2/+2
| * Merge remote-tracking branch 'joyent/v0.10' into v0.10Fedor Indutny2014-11-0434-311/+1128
| |\
| | * repl: Private Buffer object in lib/* filesEmmanuel Odeke2014-10-2510-1/+11
| | * Now working on 0.10.34Timothy J Fontaine2014-10-231-2/+2
| | * Merge branch 'v0.10.33-release' into v0.10Timothy J Fontaine2014-10-239-23/+944
| | |\
| | | * tests: add TLS tests matrixv0.10.33v0.10.33-releaseJulien Gilli2014-10-233-0/+745
| | | * tls: enforce secureOptions on incoming clientsTimothy J Fontaine2014-10-231-1/+6
| | | * tls: honorCipherOrder should not degrade defaultsTimothy J Fontaine2014-10-233-20/+167
| | | * 2014.10.20, Version 0.10.33 (Stable)Timothy J Fontaine2014-10-203-2/+26
| | |/
| | * uv: Update to v0.10.29Timothy J Fontaine2014-10-2010-44/+160
| | * crypto: allow forcing SSLv2/v3 via secureProtocolFedor Indutny2014-10-207-251/+21
| * | doc: add note about key derivationCalvin Metcalf2014-10-201-0/+12
| |/
| * crypto: move disaling SSLv2/3 into JavaScriptTimothy J Fontaine2014-10-172-12/+22
| * doc: clarify poodle mitigationTimothy J Fontaine2014-10-171-0/+20
| * docs: update api locationTimothy J Fontaine2014-10-171-1/+1
| * crypto: extra caution in setting ssl optionsAlexis Campailla2014-10-161-4/+0
| * test: fix test-net-listen-fd0 for pipesTimothy J Fontaine2014-10-151-3/+7
| * test: crypto-domains avoid spurious failuresTimothy J Fontaine2014-10-151-1/+7
| * crypto: allow runtime opt in using SSLv2/SSLv3Timothy J Fontaine2014-10-1510-7/+299
| * build: revert change to disable ssl2 and ssl3Timothy J Fontaine2014-10-151-6/+6
| * test: fix test-crypto-streamFedor Indutny2014-10-151-2/+1
| * deps: update openssl to 1.0.1jFedor Indutny2014-10-1597-717/+2421
| * doc: document why SSL2/SSL3 is disabledFedor Indutny2014-10-151-1/+10
| * configure: disable ssl2/ssl3 by defaultFedor Indutny2014-10-151-4/+12
| * tls add secureOptions documentationSwaagie2014-10-151-0/+5
| * doc: update design to match nodejs.orgMatthew Fitzsimmons2014-10-134-402/+821