summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16doc: add STYLE_GUIDE (moved from nodejs/docs)Gibson Fahnestock
2017-02-16test: cases to querystring related to empty stringDaijiro Wachi
2017-02-16util: use ES2015+ Object.is to check negative zeroShinnosuke Watanabe
2017-02-16tools: suggest python2 command in configureRoman Reiss
2017-02-16child_process: move anonymous class to top levelJackson Tian
2017-02-16doc: add missing function to test common docRich Trott
2017-02-16test: refactor test-dgram-membershipRich Trott
2017-02-16test: improve message in net-connect-local-errorRich Trott
2017-02-16url: implement URL.prototype.toJSONMichaƫl Zasso
2017-02-16test: cover dgram socket close during bind casecjihrig
2017-02-16doc: dns examples implied string args were arraysSam Roberts
2017-02-16dgram: fix possibly deoptimizing use of argumentsVse Mozhet Byt
2017-02-16doc: describe when stdout/err is syncSam Roberts
2017-02-16buffer: remove Uint8Array checkNikolai Vavilov
2017-02-15doc/url: various improvements to WHATWG APITimothy Gu
2017-02-15tools/doc: add more intrinsic and custom typesTimothy Gu
2017-02-15test: refactor test-tls-cert-chains-in-caRich Trott
2017-02-15assert: remove unneeded conditionRich Trott
2017-02-15console: do not emit error eventsAnna Henningsen
2017-02-15assert: fix misformatted error messageRich Trott
2017-02-15buffer: refactor slowToStringJames M Snell
2017-02-15buffer: avoid use of argumentsJames M Snell
2017-02-15assert: unlock the assert APIRich Trott
2017-02-15src: remove unused variable in node_cryptocjihrig
2017-02-15tls: avoid potentially deoptimizing use of argumentsJames M Snell
2017-02-15dns: avoid use of argumentsJames M Snell
2017-02-15lib: remove simd support from util.format()Ben Noordhuis
2017-02-15test: drop v5.x-specific code path from simd testBen Noordhuis
2017-02-15benchmark: clean up legacy url benchmarksJoyee Cheung
2017-02-15benchmark: refactor whatwg-url-propertiesJoyee Cheung
2017-02-15benchmark: move url data to fixturesJoyee Cheung
2017-02-15test: improve crypto coverageAkito Ito
2017-02-14doc: synchronize + update _toc.md and all.mdVse Mozhet Byt
2017-02-14timer,domain: maintain order of timer callbacksJohn Barboza
2017-02-14doc: update code examples in domain.mdVse Mozhet Byt
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-14src: remove unused typedefBen Noordhuis
2017-02-14test: cover dgram socket close during cluster bindcjihrig
2017-02-14child_process: exit spawnSync with null on signalcjihrig
2017-02-14build: don't rebuild test/gc add-on unnecessarilyBen Noordhuis
2017-02-14doc: update link to V8 Embedder's guideFranziska Hinkelmann
2017-02-13benchmark: add url/url-searchparams-sort.jsTimothy Gu
2017-02-13url: add urlSearchParams.sort()Timothy Gu
2017-02-13test: add coverage for dgram _createSocketHandle()cjihrig
2017-02-13test: refactor test-repl-sigint-nested-evalRich Trott
2017-02-13crypto: remove unused access of tlsext_hostnameDavid Benjamin
2017-02-13test: skip when openssl CLI doesn't existSota Yamashita
2017-02-13test: improve punycode test coverageSebastian Van Sande
2017-02-13crypto: upgrade pbkdf2 without digest to an errorJames M Snell
2017-02-13test: improve querystring.parse assertion messagesBrian White