summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-07-20, Version 8.2.1 (Current)v8.2.1-proposalJeremiah Senkpiel2017-07-203-2/+15
* zlib: check if the stream is destroyed before pushMatteo Collina2017-07-202-0/+24
* Working on v8.2.1Jeremiah Senkpiel2017-07-191-2/+2
* 2017-07-19, Version 8.2.0 (Current)v8.2.0Jeremiah Senkpiel2017-07-197-15/+309
* doc: fix inspectPort documentation in cluster.mdAnna Henningsen2017-07-191-2/+6
* test: add test for http outgoing internal headersGergely Nemeth2017-07-191-0/+28
* test: use regex error check in test-crypto-randomZhang Weijie2017-07-191-1/+1
* test: check error with regex in test-signal-safetyshaman2017-07-191-1/+1
* lib: update indentation of ternariesRich Trott2017-07-194-10/+11
* doc: add guidance on testing new errorsMichael Dawson2017-07-191-0/+47
* src: fix memory leak in DH key settersBen Noordhuis2017-07-193-29/+53
* src: reduce allocations in exportPublicKey()Ben Noordhuis2017-07-191-9/+7
* src: guard against double free in randomBytes()Ben Noordhuis2017-07-191-0/+1
* src: simplify PBKDF2RequestBen Noordhuis2017-07-191-55/+10
* src: remove PBKDF2Request::release()Ben Noordhuis2017-07-191-15/+12
* src: avoid heap allocation in crypto.pbkdf2()Ben Noordhuis2017-07-191-2/+3
* src: make array arg length compile-time checkableBen Noordhuis2017-07-191-20/+20
* src: refactor PBKDF2RequestBen Noordhuis2017-07-191-34/+43
* src: remove extra heap allocations in DH functionsBen Noordhuis2017-07-192-77/+31
* src: avoid heap allocation in hmac.digest()Ben Noordhuis2017-07-193-18/+40
* src: remove extra heap allocation in GetSession()Ben Noordhuis2017-07-191-3/+2
* src: make CipherBase::kind_ constBen Noordhuis2017-07-191-1/+1
* src: remove unused LocalBen Noordhuis2017-07-191-1/+0
* src: remove superfluous cipher_ data memberBen Noordhuis2017-07-192-17/+18
* src: don't heap allocate GCM cipher auth tagBen Noordhuis2017-07-192-51/+31
* src: avoid heap allocation in sign.final()Ben Noordhuis2017-07-192-19/+10
* src: remove unneeded const_castBen Noordhuis2017-07-191-4/+3
* src: remove extra heap allocations in CipherBaseBen Noordhuis2017-07-191-16/+12
* build: prevent VsDevCmd.bat from changing cwdNikolai Vavilov2017-07-191-0/+2
* gyp: implement LD/LDXX for ninja and FIPSSam Roberts2017-07-192-0/+8
* http: OutgoingMessage change writable after endRoee Kasher2017-07-193-0/+71
* doc: move LTS README link to increase prominenceGibson Fahnestock2017-07-191-2/+3
* deps: hotfix to bump npx versionKat Marchán2017-07-195-22/+44
* build: add npx to installersKat Marchán2017-07-193-0/+20
* deps: upgrade npm to 5.3.0Kat Marchán2017-07-191042-19645/+45760
* url: do not use HandleScope in ToObjectBradley Farias2017-07-191-1/+0
* test: use regex error checks in test-util-formatSuperwoods2017-07-191-1/+1
* test: change style in test-cli-bad-optionsboydfd2017-07-191-2/+4
* test: use template literals in test-writewrapvercent deng2017-07-191-2/+2
* test: improve regexps for error checkingxinglong.wangwxl2017-07-191-6/+6
* test: replace string concatenation with templateweiyuanyue2017-07-191-1/+1
* test: use template literals as appropriateblade2543530742017-07-191-3/+3
* test: use template literal for string concattobewhatwewant2017-07-191-1/+1
* test: simplify string concatenationjiangplus2017-07-191-1/+1
* util: delete unused argument 'depth'kadoufall2017-07-191-1/+1
* test: use regexp to confir error messageBang Wu2017-07-191-1/+1
* test: use regluar expression in vm testakira.xue2017-07-191-1/+1
* test: use regular expression to match error msgFlandre2017-07-191-1/+1
* test: replace string concat with template literalSong, Bintao Garfield2017-07-191-1/+1
* test: check complete error messageFraser Xu2017-07-191-1/+1