summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-04doc: change Mac OS X to macOSJR McEntee
2017-04-04linkedlist: remove public moduleBrian White
2017-04-04doc: add notes to http.get optionsRaphael Okon
2017-04-04url: error when domainTo*() is called w/o argumentTimothy Gu
2017-04-04test: performance, remove Popen(shell=True) on WinRefael Ackermann
2017-04-04buffer: optimize decoding wrapped base64 dataAlexey Orlenko
2017-04-04buffer,util: refactor for performanceRich Trott
2017-04-04test: increase querystring coverageDavidCai
2017-04-04doc: fix and update examples in http.mdVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-04-04test: fix test-cli-syntax assertions on windowsTeddy Katz
2017-04-04doc: fix typo in CHANGELOG_V6.mdZero King
2017-04-04test: fix flaky test-child-process-exec-timeoutSantiago Gimeno
2017-04-042017-04-04, Version 4.8.2 'Argon' (Maintenance)Myles Borins
2017-04-042017-04-04, Version 6.10.2 'Boron' (LTS)Myles Borins
2017-04-04build: avoid passing kill empty input in MakefileGibson Fahnestock
2017-04-04build: use $(RM) in Makefile for consistencyGibson Fahnestock
2017-04-04doc, inspector: note that the host is optionalGibson Fahnestock
2017-04-04test: reduce buffer size in buffer-creation testSakthipriyan Vairamani (thefourtheye)
2017-04-04doc: minor improvements in BUILDING.mdSakthipriyan Vairamani (thefourtheye)
2017-04-04child_process: improve killSignal validationsSakthipriyan Vairamani (thefourtheye)
2017-04-03src: throw when -c and -e are used simultaneouslyTeddy Katz
2017-04-03lib: ensure --check flag works for piped-in codeTeddy Katz
2017-04-03test: extended test to makeCallback cb type checkLuca Maraschi
2017-04-03buffer: zero fill Buffer(num) by defaultJames M Snell
2017-04-03errors: add space between error name and codeJames M Snell
2017-04-03test: fix V8 test on big-endian machinesAnna Henningsen
2017-04-03test: synchronize WPT url setter test dataDaijiro Wachi
2017-04-03test: synchronize WPT url test dataDaijiro Wachi
2017-04-03url: change path parsing for non-special URLsDaijiro Wachi
2017-04-03v8: fix offsets for TypedArray deserializationAnna Henningsen
2017-04-03n-api: add support for abi stable module APIJason Ginchereau
2017-04-03assert: add support for Map and Set in deepEqualJoseph Gentle
2017-04-03util: show External values explicitly in inspectAnna Henningsen
2017-04-03zlib: support Uint8Array in convenience methodsTimothy Gu
2017-04-02doc: add logo to READMERoman Reiss
2017-04-02net: rename internal functions for readabilityJoyee Cheung
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-31build: always use V8_ENABLE_CHECKS in debug modeAnna Henningsen
2017-03-31vm: use SetterCallback to set func declarationsAnnaMag
2017-03-31tty: remove NODE_TTY_UNSAFE_ASYNCJeremiah Senkpiel
2017-03-31src: fix base64 decodingNikolai Vavilov
2017-03-31src: add .FromJust(), fix -Wunused-result warningsBen Noordhuis
2017-03-31src: add --use-bundled-ca --use-openssl-ca checkDaniel Bevenius
2017-03-31tools: update dotfile whitelist in .gitignoreMichaël Zasso
2017-03-30test: fix flaky child-process-exec-kill-throwsRich Trott
2017-03-31test: fix truncation of argvDaniel Bevenius
2017-03-30tools: add missing #include "unicode/putil.h"Steven R. Loomis
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2017-03-29src: WHATWG URL C++ parser cleanupTimothy Gu