summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: update openssl asm and asm_obsolete filesShigeki Ohtsu2017-01-279-39/+27
* deps: add -no_rand_screen to openssl s_clientShigeki Ohtsu2017-01-272-2/+20
* openssl: fix keypress requirement in apps on win32Shigeki Ohtsu2017-01-271-7/+13
* deps: fix asm build error of openssl in x86_win32Shigeki Ohtsu2017-01-271-6/+6
* deps: fix openssl assembly error on ia32 win32Fedor Indutny2017-01-271-1/+1
* deps: copy all openssl header files to include dirShigeki Ohtsu2017-01-2776-265/+38406
* deps: upgrade openssl sources to 1.0.2kShigeki Ohtsu2017-01-27181-39081/+1122
* test: expand test coverage of fs.jsVinícius do Carmo2017-01-262-0/+31
* deps: upgrade npm to 4.1.1Rebecca Turner2017-01-26347-6785/+4716
* src: move trace_event.h include to internal headerBen Noordhuis2017-01-262-1/+1
* test: enhance test-timersRich Trott2017-01-252-27/+15
* test: add regression tests for vm bugsAnna Henningsen2017-01-252-0/+31
* Revert "src: don't overwrite non-writable vm globals"Anna Henningsen2017-01-252-24/+10
* zlib: be strict about what strategies are acceptedRich Trott2017-01-252-16/+16
* tools,doc: add Google Analytics tracking.Phillip Johnsen2017-01-256-6/+109
* doc: DEFAULT_ECDH_CURVE was added in 0.11.13Sam Roberts2017-01-251-0/+3
* doc: update http.md for consistency and clarityLance Ball2017-01-251-41/+52
* test: increase coverage for exec() functionscjihrig2017-01-252-24/+49
* test: add process.assert's testabouthiroppy2017-01-251-0/+11
* querystring: improve unescapeBuffer performanceBrian White2017-01-253-19/+65
* querystring: improve stringify() performanceBrian White2017-01-252-21/+32
* querystring: improve parse() performanceBrian White2017-01-252-63/+74
* buffer: improve compare() performanceBrian White2017-01-252-26/+87
* buffer: fix comments in bidirectionalIndexOfdcposch@dcpos.ch2017-01-251-3/+4
* doc: clarify Buffer.indexOf/lastIndexOf edge casesdcposch@dcpos.ch2017-01-251-0/+53
* test: update Buffer.lastIndexOfdcposch@dcpos.ch2017-01-251-3/+60
* src: support "--" after "-e" as end-of-optionsJohn Barboza2017-01-254-1/+61
* crypto: return the retval of HMAC_UpdateTravis Meisenheimer2017-01-241-2/+2
* crypto: ability to select cert store at runtimeAdam Majer2017-01-245-8/+94
* crypto: Use system CAs instead of using bundled onesAdam Majer2017-01-242-0/+11
* crypto: do not use pointers to std::vectorAdam Majer2017-01-241-6/+4
* doc: update examples in api/crypto.mdVse Mozhet Byt2017-01-241-50/+53
* doc: move topics/guides to websiteEvan Lucas2017-01-245-1258/+0
* test: add dgram.Socket.prototype.sendto's testabouthiroppy2017-01-241-0/+24
* test: check error message in test-fs-make-callbacklegalcodes2017-01-241-9/+10
* test: improve test-assertrichnologies2017-01-241-5/+20
* test: increase coverage for punycode's decodeabouthiroppy2017-01-241-0/+9
* url: check forEach callback is a functionTimothy Gu2017-01-232-10/+22
* test: improve code in test-crypto-verifyAdrian Estrada2017-01-231-16/+12
* test: test hmac binding robustnessSam Roberts2017-01-231-0/+8
* test: check fd 0,1,2 are used, not access modeJohn Barboza2017-01-231-16/+3
* test: refactor test-cli-eval.jscjihrig2017-01-231-74/+75
* doc: add basic documentation for WHATWG URL APIJames M Snell2017-01-231-0/+458
* tools: add mdn link for IteratorJames M Snell2017-01-231-4/+5
* test: verify shell option internalscjihrig2017-01-231-0/+56
* src: remove unnecessary req_wrap_objDaniel Bevenius2017-01-231-2/+1
* src: add a missing space in node_os.ccAlexey Orlenko2017-01-231-1/+1
* doc: update AUTHORS list to fix nameNoah Rose Ledesma2017-01-231-1/+1
* src: add NODE_NO_WARNINGS to --help outputcjihrig2017-01-231-0/+1
* test: use common.fail() instead of assert(false)cjihrig2017-01-2319-67/+34