summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-03util: show External values explicitly in inspectAnna Henningsen
2017-04-03zlib: support Uint8Array in convenience methodsTimothy Gu
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-31src: fix base64 decodingNikolai Vavilov
2017-03-31src: add --use-bundled-ca --use-openssl-ca checkDaniel Bevenius
2017-03-30test: fix flaky child-process-exec-kill-throwsRich Trott
2017-03-31test: fix truncation of argvDaniel Bevenius
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-29util: add %i and %f formatting specifiersRoman Reiss
2017-03-29v8: expose new V8 serialization APIAnna Henningsen
2017-03-28util: use `[Array]` for deeply nested arraysAnna Henningsen
2017-03-28buffer: remove error for malformatted hex stringRich Trott
2017-03-28test: fix misleading commentFranziska Hinkelmann
2017-03-28benchmark: check end() argument to be > 0Vse Mozhet Byt
2017-03-27test: mark child-process-exec-kill-throws flakyGibson Fahnestock
2017-03-27test: fix broken tests in test-buffer-includesAlexey Orlenko
2017-03-27test: add cctest for native URL classJames M Snell
2017-03-27stream_base,tls_wrap: notify on destructTrevor Norris
2017-03-27crypto: support Uint8Array prime in createDHAnna Henningsen
2017-03-27tls: support Uint8Arrays for protocol list buffersAnna Henningsen
2017-03-27dgram: support Uint8Array input to send()Anna Henningsen
2017-03-26http: should support userland Agentfengmk2
2017-03-26tools: add rule prefering common.mustNotCall()James M Snell
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-26test: replace throw with common.failDejon "DJ" Gill
2017-03-26test: cover thrown errors from exec() killcjihrig
2017-03-26test: test validity of prefix in mkdtempSyncLuca Maraschi
2017-03-26test: add regex for expected error messageJohn F. Mercer
2017-03-26test: add second argument to assert.throws()Rj Bernaldo
2017-03-25process: maintain constructor descriptorBryan English
2017-03-24events: update and clarify error messageChris Burkhart
2017-03-24test: refactor test-cluster-disconnectRich Trott
2017-03-24lib: fix event race condition with -eBen Noordhuis
2017-03-24test: invalid chars in http client pathLuca Maraschi
2017-03-24test: improve test-vm-cached-data.jsNick Peleh
2017-03-24test: add minimal test for net benchmarksRich Trott
2017-03-25test: add test for urlYuta Hiroto
2017-03-24test: add internal/socket_list testsDavidCai
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius
2017-03-23tls: make rejectUnauthorized default to trueghaiklor
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-23test: do not use `more` command on WindowsVse Mozhet Byt
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-22events, doc: check input in defaultMaxListenersDavidCai
2017-03-22timers: fix not to close reused timer handleShigeki Ohtsu
2017-03-22tls: fix SecurePair external memory reportingBen Noordhuis
2017-03-22test: minor fixups for REPL eval testsAnna Henningsen
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-21fs: (+/-)Infinity and NaN invalid unixtimestampLuca Maraschi
2017-03-21src, buffer: do not segfault on out-of-range indexTimothy Gu