summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* process: improve process.hrtimeJoyee Cheung2017-01-235-38/+65
* buffer: improve toJSON() performanceBrian White2017-01-232-4/+26
* crypto: freelist_max_len is gone in OpenSSL 1.1.0Adam Langley2017-01-232-1/+7
* url: refactor lib/internal/url.jsRich Trott2017-01-221-4/+6
* test: fix flaky test-regress-GH-897Rich Trott2017-01-222-17/+20
* test: don't connect to :: (use localhost instead)Gibson Fahnestock2017-01-222-4/+2
* url: add return value to ToUnicode/ToAscii stubsBirunthan Mohanathas2017-01-221-29/+29
* doc: add TimothyGu to collaboratorsTimothy Gu2017-01-221-0/+2
* test: improve test-fs-open-flagsVinícius do Carmo2017-01-221-4/+11
* test: add dgram.Socket.prototype.bind's testabouthiroppy2017-01-221-3/+7
* test: increase coverage of _http_outgoingabouthiroppy2017-01-221-0/+60
* url: export URLSearchParamsTimothy Gu2017-01-2211-57/+24
* test: update V8 flag in testFranziska Hinkelmann2017-01-221-1/+1
* test: add message verification on assert.throwsTravis Meisenheimer2017-01-211-5/+10
* Revert "doc: correct vcbuild options for windows testing"Gibson Fahnestock2017-01-212-7/+7
* test: increase coverage of string-decoderabouthiroppy2017-01-212-9/+13
* doc: mention moderation repo in onboarding docAnna Henningsen2017-01-211-0/+4
* test: refactor test-repl-tab-completeRich Trott2017-01-201-6/+3
* inspector: no crash when WS server can't startEugene Ostroukhov2017-01-205-22/+33
* build: sort sources alphabeticallyDaniel Bevenius2017-01-201-8/+8
* url: improving URLSearchParamsTimothy Gu2017-01-196-43/+369
* test: simplify array initializationRich Trott2017-01-191-3/+1
* test: have inspector test pick an open portEugene Ostroukhov2017-01-193-19/+44
* process: add NODE_NO_WARNINGS environment variablecjihrig2017-01-194-1/+53
* test: use common.hasIntl in tests related to ICUDaijiro Wachi2017-01-196-18/+18
* doc: add edsadr to collaboratorsAdrian Estrada2017-01-181-0/+2
* doc: clarifying variables in fs.write()Jessica Quynh Tran2017-01-181-1/+2
* test: add tests for rs+, sr+ to test-fs-open-flags.jsabouthiroppy2017-01-181-0/+3
* vm: improve performance of vm.runIn*()Rich Trott2017-01-181-15/+11
* benchmark: add benchmark for vm.runIn*()Rich Trott2017-01-182-0/+61
* doc: HTTP response getHeader doc fixFaiz Halde2017-01-181-3/+2
* test: add http-common's testabouthiroppy2017-01-181-0/+33
* test: improving coverage of dns-lookupabouthiroppy2017-01-182-25/+89
* http: throw an error for unexpected agent valuesbrad-decker2017-01-182-3/+74
* fs: remove unused parameter for encodeRealpathResultJackson Tian2017-01-181-2/+2
* test: tests for _readableStream.awaitDrainMark2017-01-183-2/+55
* doc: add links for zlib convenience methodsAnna Henningsen2017-01-181-7/+7
* doc: move Boron releases to LTS columnAnna Henningsen2017-01-181-3/+3
* doc: fix markdown escaping in CHANGELOG_V7.mdAnna Henningsen2017-01-181-2/+2
* doc: remove duplicate PR link from changelogAnna Henningsen2017-01-181-1/+1
* build: move source files from headers sectionDaniel Bevenius2017-01-181-2/+2
* build: add missing src/tracing header filesDaniel Bevenius2017-01-181-0/+3
* doc: deprecate buffer's parent propertySakthipriyan Vairamani (thefourtheye)2017-01-181-0/+7
* doc: document buffer.buffer propertySakthipriyan Vairamani (thefourtheye)2017-01-181-0/+13
* tools: rename eslintrc to an undeprecated formatSakthipriyan Vairamani2017-01-183-0/+0
* doc: fixup `added` tags in cli.mdAnna Henningsen2017-01-181-2/+5
* doc: add missing `added:` tag for `zlib.constants`Anna Henningsen2017-01-181-0/+3
* lib: remove unnecessary parameter for assertCrypto()Jackson Tian2017-01-186-6/+6
* test: refactor test-fs-read-zero-length.jsabouthiroppy2017-01-171-1/+1
* test: improving coverage for dgramabouthiroppy2017-01-173-15/+32