18260 Commits (c49adbff6395654634d5c89661419696ce14352b)
 

Author SHA1 Message Date
XadillaX 56441ff774 doc: add XadillaX to collaborators 8 years ago
Rich Trott 9d9c9c1e77
test: move test-fs-largefile to pummel 8 years ago
Ruben Bridgewater 462b58e581
benchmark: add assert map and set benchmarks 8 years ago
Ruben Bridgewater 5203bb0b16
assert: improve deepEqual Set and Map worst case 8 years ago
zzz 8ddb725f4f
test: use path.join for long path concatenation 8 years ago
jkzing 97008a7b0d
test: replace string concatenation with path.join 8 years ago
Jeremiah Senkpiel 65eefa0105
2017-07-19, Version 8.2.0 (Current) 8 years ago
Bidisha Pyne f67aa566a6
errors: migrate tls_wrap to use internal/errors 8 years ago
Evan Lucas e36166bd18 build: codesign tarball binary on macOS 8 years ago
Evan Lucas 2309f3aaa6 build,tools: do not force codesign prefix 8 years ago
mac-haojin b923b9dee1 test: replace string concat in test-child-process-constructor 8 years ago
Nathan Jiang 01eddd97f7
test: replace string concatenation with template 8 years ago
Oleksandr Kushchak bd7735e8f7 docs: add note about fs.rmdir() 8 years ago
Helianthus21 6a587ad043 test: replace string concat in test-fs-watchfile.js 8 years ago
Ruslan Bekenev c53db1e8e9
assert: show thrown message in doesNotThrow() 8 years ago
Ruben Bridgewater 2a621d4051
test: validate more properties in expectsError 8 years ago
Ruben Bridgewater b55ab01b45
lib: improve lazy requires 8 years ago
Devin Boyer 7bc666be17 doc: replace dead link in v8 module 8 years ago
Matteo Collina aa496f4bee zlib: check if the stream is destroyed before push 8 years ago
Benjamin Gruenbaum 030a0285d8 repl: don't terminate on null thrown 8 years ago
Matteo Collina 0e5283b7ed doc,stream: _transform happens one at a time 8 years ago
SkyAo d112f5982c test: replace concatenation with template literals 8 years ago
Gunar C. Gessner b61cab2234
errors: port internal/fs errors to internal/errors 8 years ago
Lance Ball c5521fa617
doc: fix minor typo in cluster.md 8 years ago
Rich Trott 23662f36e3 test: fix error handling test-http-full-response 8 years ago
Anna Henningsen a3365c6ae9
doc: fix inspectPort documentation in cluster.md 8 years ago
Michael Dawson 3ccfeb483d tls: migrate tls.js to use internal/errors.js 8 years ago
Gergely Nemeth f406a7ebae
test: add test for http outgoing internal headers 8 years ago
Zhang Weijie c3cb0edd8d test: use regex error check in test-crypto-random 8 years ago
shaman 610669460d test: check error with regex in test-signal-safety 8 years ago
Rich Trott d14c13238b lib: update indentation of ternaries 8 years ago
Michael Dawson 9ab63d61f8 doc: add guidance on testing new errors 8 years ago
Ben Noordhuis aa1c8c0043 src: fix memory leak in DH key setters 8 years ago
Ben Noordhuis 58926d4075 src: reduce allocations in exportPublicKey() 8 years ago
Ben Noordhuis ed2a7fbcfe src: guard against double free in randomBytes() 8 years ago
Ben Noordhuis 12433ec86a src: simplify PBKDF2Request 8 years ago
Ben Noordhuis 64c5691409 src: remove PBKDF2Request::release() 8 years ago
Ben Noordhuis deef3b45c2 src: avoid heap allocation in crypto.pbkdf2() 8 years ago
Ben Noordhuis adfb7168fd src: make array arg length compile-time checkable 8 years ago
Ben Noordhuis ae36d5be66 src: refactor PBKDF2Request 8 years ago
Ben Noordhuis d70f2470d3 src: remove extra heap allocations in DH functions 8 years ago
Ben Noordhuis a3b9f4b452 src: avoid heap allocation in hmac.digest() 8 years ago
Ben Noordhuis 4803d0ae09 src: remove extra heap allocation in GetSession() 8 years ago
Ben Noordhuis e8212cb025 src: make CipherBase::kind_ const 8 years ago
Ben Noordhuis 6faa1f1813 src: remove unused Local 8 years ago
Ben Noordhuis 61c49c37b7 src: remove superfluous cipher_ data member 8 years ago
Ben Noordhuis 92f3e4d487 src: don't heap allocate GCM cipher auth tag 8 years ago
Ben Noordhuis ff2c57d965 src: avoid heap allocation in sign.final() 8 years ago
Ben Noordhuis ee99bfdc65 src: remove unneeded const_cast 8 years ago
Ben Noordhuis 6ac092848a src: remove extra heap allocations in CipherBase 8 years ago