summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-11-28url: avoid hostname spoofing w/ javascript protocolMatteo Collina
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-28http: fix header limit errors and test for llhttpFedor Indutny
2018-11-28deps,http: http_parser set max header size to 8KBMatteo Collina
2018-11-27test: replace anonymous closure functions with arrow functionstpanthera
2018-11-26test: fix arguments order in `assert.strictEqual`tottokotkd
2018-11-25test: convert callback to arrow functionjamesgeorge007
2018-11-25test: change anonymous function to arrow functionGagandeep Singh
2018-11-24net: emit "write after end" errors in the next tickOuyang Yadong
2018-11-24test: split out http2 from test-stream-pipelineRich Trott
2018-11-24test: cover path.basename when path and ext are the sameLaszlo.Moczo
2018-11-25test: fix assert.strictEqualmki-skt
2018-11-25test: fix arguments order in assert.strictEqualteppeis
2018-11-24crypto: allow monkey patching of pseudoRandomBytesGerhard Stoebich
2018-11-24http2: fix session[kSession] undefined issueleeight
2018-11-24test: fix http2-binding strictEqual orderdominikeinkemmer
2018-11-24test: fix the arguments order in `assert.strictEqual`sota1235
2018-11-23test: replace callback with arrow functionsprodroy1
2018-11-24test: use destructuring on requireJuan José Arboleda
2018-11-24test: fix test case in test-child-process-fork-dgram.jsgengjiawen
2018-11-24test: replace callback with arrow functionssreepurnajasti
2018-11-23n-api: handle reference delete before finalizeMichael Dawson
2018-11-23test: replace callback with arrow functionpotham
2018-11-23test: replace anonymous function with arrowGagandeep Singh
2018-11-23test: replace anonymous function with arrowGagandeep Singh
2018-11-23test: add information to assertionRich Trott
2018-11-23test: replace anonymous function with arrow funcGagandeep Singh
2018-11-23test: change anonymous closure function to arrow functionNethra Ravindran
2018-11-23test: replace closure functions with arrow functionsGagandeep Singh
2018-11-23test: replace anonymous function with arrow functionGagandeep Singh
2018-11-22test: favor arrow function in callbackPranay Kothapalli
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-22http: change DEP0066 to a runtime deprecationMorgan Roderick
2018-11-22test: remove unused reject handlersDan Foley
2018-11-22test: refactor test to use arrow functionssagirk
2018-11-22test: replace closure with arrow functionMaya Anilson
2018-11-22test: using arrow functionsNoSkillGirl
2018-11-22test: replace anonymous closure with arrow funcsuman-mitra
2018-11-22test: replace callback with arrow functionssreepurnajasti
2018-11-22test: replcae anonymous closure with arrow functionSarath Govind K K
2018-11-21test: refactor test-http-write-empty-string to use arrow functionssagirk
2018-11-21http2: throw from mapToHeadersJames M Snell
2018-11-21test: replace anonymous closure with arrow functionssuman-mitra
2018-11-21stream: correctly pause and resume after once('readable')Matteo Collina
2018-11-20test: replace anonymous closure functions with arrow functionssagirk
2018-11-20test: replace anonymous closure functions with arrow functionAbhishek Dixit
2018-11-21test: replace anonymous closure with arrow functPrabu Subra
2018-11-20test: add whatwg-encoding TextDecoder custom inspection with showHiddenZauberNerd
2018-11-20readline: add support for async iterationTimothy Gu