summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test: refactor test-http-after-connect.jslarissayvette2016-12-131-23/+13
* src: don't overwrite non-writable vm globalsBen Noordhuis2016-12-132-10/+24
* test: use strictEqual in test-debug-breakAdrian Estrada2016-12-121-4/+5
* test: refactor test-https-truncateRich Trott2016-12-121-8/+8
* test: refactor assert.equal, update syntax to ES6Prieto, Marcos2016-12-121-4/+4
* test: refactor http pipelined socket testRich Trott2016-12-121-17/+12
* doc: document argument variant in the repl.mdVse Mozhet Byt2016-12-121-1/+10
* test: refactor test-handle-wrap-close-abortRich Trott2016-12-121-5/+5
* test: add ES6 and strictEqual to test-fs-truncateAdrian Estrada2016-12-121-21/+21
* test: replace var with const in test-require-dotAmar Zavery2016-12-121-10/+10
* test: var to const in tls-no-cert-requiredSam Roberts2016-12-121-3/+3
* doc: rework tls for accuracy and claritySam Roberts2016-12-124-253/+346
* tls: do not refer to secureOptions as flagsSam Roberts2016-12-121-3/+3
* test: tls key/cert ordering not necessarySam Roberts2016-12-121-1/+1
* tls: document and test option-less createServerSam Roberts2016-12-123-11/+27
* tls: fix/annotate connect arg commentsSam Roberts2016-12-121-1/+6
* buffer: fix single-character string fillingAnna Henningsen2016-12-122-12/+42
* buffer: handle UCS2 `.fill()` properly on BEAnna Henningsen2016-12-122-13/+13
* doc: modernize child_process example codeVse Mozhet Byt2016-12-121-17/+17
* test: fail for missing output filesAnna Henningsen2016-12-122-4/+2
* doc: fix typo in code example of 'path' modulepallxk2016-12-121-1/+1
* test: use ES6 in test-debugger-client.jsAdrian Estrada2016-12-121-35/+35
* url, test: including base argument in originForjoyeecheung2016-12-122-2/+21
* test: improve buffer transcodeJohnny Reading2016-12-121-2/+8
* test: improving crypto fipsJames Tenenbaum2016-12-111-1/+1
* test: stream readableState readingMore stateGregory2016-12-111-0/+65
* test: stream readableListening internal stateItalo A. Casas2016-12-111-0/+34
* lib,src: support values > 4GB in heap statisticsBen Noordhuis2016-12-114-18/+18
* tools: enforce consistent operator linebreak styleMichaël Zasso2016-12-101-0/+1
* lib,test: use consistent operator linebreak styleMichaël Zasso2016-12-104-32/+32
* doc: standardizing on make -j4Jonathan Darling2016-12-094-5/+5
* doc: add note to parallelize makeJonathan Darling2016-12-091-1/+9
* inspector: stop relying on magic stringsEugene Ostroukhov2016-12-091-45/+61
* inspector: move options parsingEugene Ostroukhov2016-12-098-154/+260
* doc: buffer allocation throws for negative sizejoyeecheung2016-12-091-16/+15
* test: add stdin-setrawmode.out fileJonathan Darling2016-12-091-0/+0
* test: set stdin too for pseudo-tty testsAnna Henningsen2016-12-091-1/+3
* tools: add macosx-firwall script to avoid popupsDaniel Bevenius2016-12-092-0/+57
* test: check for error on invalid signalMatt Phillips2016-12-081-0/+4
* test: refactor test-http-unix-socketdavidmarkclements2016-12-081-15/+14
* test: increase test coverage of BufferListjoyeecheung2016-12-081-0/+27
* http: remove stale timeout listenersKarl Böhlmark2016-12-082-1/+51
* test: fix flaky test-net-socket-timeoutRich Trott2016-12-081-15/+14
* doc: add some info on `tty#setRawMode()`Jeremiah Senkpiel2016-12-081-0/+7
* http: verify client method is a stringLuca Maraschi2016-12-082-1/+45
* test: refactor test-net-keepalive.jsKyle Corsi2016-12-081-7/+7
* doc: update `path.format` description and examplesanoff2016-12-071-27/+13
* test: refactor test-crypto-hmaceudaimos2016-12-071-10/+10
* test: fix error in test-cluster-worker-death.jsBruce Lai2016-12-081-3/+3
* test: use `assert.strictEqual`anoff2016-12-081-1/+1