summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pr feedbackjkrems/feature/esm-resolver-spec/resource-resolverGuy Bedford2018-11-112-2/+3
* esm: minimal resolver spec and implementation refinementsGuy Bedford2018-11-099-169/+117
* esm: Remove --experimental-vm-modules.John-David Dalton2018-11-0815-1216/+2
* esm: Remove --loader.John-David Dalton2018-11-0840-454/+2
* doc: document minimal kernelMyles Borins2018-11-081-5/+7
* esm: remove node specifier resolution algorithmMyles Borins2018-11-0837-162/+120
* esm: remove .js supportMyles Borins2018-11-0819-38/+58
* esm: remove .node supportMyles Borins2018-11-088-65/+1
* esm: remove .json supportguybedford2018-11-086-36/+3
* test: fix arguments orderFran Herrero2018-11-071-4/+4
* test: http-client-timeout error assert argumentsTadhg Creedon2018-11-071-1/+1
* build: only try to find node when it's needed by the targetJoyee Cheung2018-11-071-14/+14
* src: cache the result of GetOptions() in JS landJoyee Cheung2018-11-0715-44/+49
* lib: add crypto dependant modules cannotUseCacheDaniel Bevenius2018-11-081-0/+21
* lib: move process prototype manipulation into setupProcessObjectJoyee Cheung2018-11-071-7/+5
* lib: move internalBinding whitelisting into loaders.jsJoyee Cheung2018-11-072-41/+48
* build: change repo to https protocol in Makefilemritunjaygoutam122018-11-071-1/+1
* src: prefer param function check over args lengthShelley Vohr2018-11-071-4/+4
* test: fix flaky VM timeout test on Raspberry PiRich Trott2018-11-074-14/+22
* crypto: add support for chacha20-poly1305 for AEADchux05192018-11-074-26/+75
* doc: fix linting errorscjihrig2018-11-071-2/+6
* src: fix Set() usage in env-inl.hcjihrig2018-11-071-2/+2
* src: fix Set() usage in node.hcjihrig2018-11-071-1/+1
* src: fix Get() usage in tls_wrap.cccjihrig2018-11-071-5/+13
* src: fix Get() usage in async_wrap.cccjihrig2018-11-071-1/+6
* tools: enable 80-char line length markdown lintingRich Trott2018-11-074-100/+164
* doc: wrap GOVERNANCE.md at 80 charactersRich Trott2018-11-071-2/+2
* doc: add text about error.code stabilityRich Trott2018-11-071-1/+1
* doc: update System Errors documentationRich Trott2018-11-071-43/+50
* test: disable color formating for test-internal-errors.jsRefael Ackermann2018-11-071-0/+4
* doc: add psmarshall to collaboratorsPeter Marshall2018-11-071-0/+2
* build: use latest node on traviscjihrig2018-11-061-1/+2
* tools: lint for unused catch bindingscjihrig2018-11-062-4/+4
* benchmark: remove unused catch bindingscjihrig2018-11-0610-17/+17
* test: remove unused catch bindingscjihrig2018-11-0630-57/+57
* repl: remove unused catch bindingscjihrig2018-11-061-8/+8
* querystring: remove unused catch bindingscjihrig2018-11-061-1/+1
* v8_prof_polyfill: remove unused catch bindingscjihrig2018-11-061-1/+1
* inspector: remove unused catch bindingscjihrig2018-11-061-1/+1
* esm: remove unused catch bindingscjihrig2018-11-061-1/+1
* bootstrap: remove unused catch bindingscjihrig2018-11-061-1/+1
* events: remove unused catch bindingscjihrig2018-11-061-1/+1
* assert: remove unused catch bindingscjihrig2018-11-061-2/+2
* fs: remove unused catch bindingscjihrig2018-11-061-2/+2
* doc: add shisama to collaboratorsMasashi Hirano2018-11-071-0/+2
* build,meta: don't fail Travis for commit messageRefael Ackermann2018-11-061-1/+1
* crypto: set `DEFAULT_ENCODING` property to non-enumerableAntoine du Hamel2018-11-061-1/+1
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-0612-505/+516
* deps: c-ares float, version number patchBen Noordhuis2018-11-061-3/+3
* deps: upgrade to c-ares v1.15.0Ben Noordhuis2018-11-0623-285/+662