16301 Commits (7dd82dd1c36e7e38a05ae9709956ae257cf75282)
 

Author SHA1 Message Date
Daniel Bevenius f57dabe412 build: move source files from headers section 8 years ago
Daniel Bevenius 684590fd7a build: add missing src/tracing header files 8 years ago
Sakthipriyan Vairamani (thefourtheye) d708700c68
doc: deprecate buffer's parent property 8 years ago
Sakthipriyan Vairamani (thefourtheye) 03d440e3ce
doc: document buffer.buffer property 8 years ago
Sakthipriyan Vairamani 16e3cf686e
tools: rename eslintrc to an undeprecated format 8 years ago
Anna Henningsen f0ebb3ec5b
doc: fixup `added` tags in cli.md 8 years ago
Anna Henningsen 753021c35b
doc: add missing `added:` tag for `zlib.constants` 8 years ago
Jackson Tian 69674f4d3e lib: remove unnecessary parameter for assertCrypto() 8 years ago
abouthiroppy d86ff5fc29 test: refactor test-fs-read-zero-length.js 8 years ago
abouthiroppy 2057a63a91 test: improving coverage for dgram 8 years ago
Adrian Estrada 8e491a4f3f test: improve code in test-console-instance 8 years ago
cjihrig 5b30c4f24d test: refactor test-child-process-spawnsync-maxbuf 8 years ago
cjihrig 8f3ff98f0e child_process: allow Infinity as maxBuffer value 8 years ago
Stewart X Addison 0f0f3d3330 build: don't squash signal handlers with --shared 8 years ago
Adrian Estrada e050c349ee test: improve code in test-domain-multi 8 years ago
Rich Trott 56950674d6 crypto,tls: fix mutability of return values 8 years ago
cjihrig 38ae95bb0c
test: fix broken assertion 8 years ago
stefan judis c685638986 test: improve test-stream2-large-read-stall 8 years ago
Adrian Estrada c963094f3c test: improve the code in test-process-cpuUsage 8 years ago
Rich Trott e21126d20f test: increase test-crypto.js strictness 8 years ago
Zach Bjornson 5ab910e9df doc: clarify memory sharing behavior of buffer ctor 8 years ago
Adrian Estrada f4fd073f0f test: improve code in test-http-host-headers 8 years ago
Сковорода Никита Андреевич f3f2468bdc doc: fix CHANGELOG.md table formatting 8 years ago
Sumit Goel b9adbf25a8 test: refactor test-cli-eval.js 8 years ago
Adrian Estrada 1699a8ad71 test: improve test-fs-write-stream-throw-type 8 years ago
Rich Trott 8628c93499 test,util: remove lint workarounds 8 years ago
larissayvette 425563b59e test: delete duplicate test of noAssert in readUInt* 8 years ago
Josh Hollandsworth 6af10907a2 test: add msg validation to test-buffer-compare 8 years ago
abouthiroppy e5eae97683 test: add test case to test-http-response-statuscode.js 8 years ago
abouthiroppy dd629ba973 test: add http_incoming's matchKnownFields test 8 years ago
Daijiro Wachi a0e13dae1f test: skip test-icu-transcode if Intl is not present 8 years ago
Anna Henningsen 828f0c838e doc: fix broken internal link in process.md 8 years ago
Adrian Estrada f51d4f34ae test: validate errors in test-buffer-indexof 8 years ago
Ben Noordhuis 77be180f49 src: remove unused PROTOCOL_JSON array 8 years ago
Yuya Tanaka 92eadd3037
child_process: optimize IPC for large data 8 years ago
Yuya Tanaka 1216a34590
benchmark: cleanup child_process IPC benchmark 8 years ago
Rich Trott 338d09d25b test,repl: add coverage for repl .clear+useGlobal 8 years ago
Joyee Cheung 34bf31ea8a util: improve readability of normalizeEncoding 8 years ago
Joyee Cheung d4b749b62f benchmark: improve WHATWG URL benchmarks 8 years ago
Rich Trott 97f001ab16 test,net: add tests for server.connections 8 years ago
Sakthipriyan Vairamani (thefourtheye) 66f09be743
Revert "fs: ensure readFile[Sync] reads from the beginning" 8 years ago
Nikolai Vavilov 4444e731f2 fs: ensure readFile[Sync] reads from the beginning 8 years ago
Joyee Cheung f18b4632b9 benchmark: use "confidence" in output of compare.R 8 years ago
cjihrig 2f885e7a43 cluster: refactor module into multiple files 8 years ago
Brian White 57e2ec4356
test: add http.ClientRequest defaults test 8 years ago
Brian White c5d0fd9641
benchmark: add ClientRequest creation benchmark 8 years ago
Brian White 2f7759640e
http: misc ClientRequest cleanup 8 years ago
Brian White 15c6187aa5
http: avoid duplicate isArray() 8 years ago
Brian White dab22b5b7a
http: optimize default method case 8 years ago
Brian White 5c2ef14f21
http: optimize short path validation 8 years ago