summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-08-06, Version 12.8.0 (Current)v12.8.0v12.8.0-proposalRuben Bridgewater2019-08-067-11/+119
* deps: upgrade npm to 6.10.2isaacs2019-08-06603-22585/+12013
* path: improve normalization performanceBrian White2019-08-061-1/+4
* doc: remove use of youMichael Dawson2019-08-061-2/+2
* net: shallow copy option when create Serverhimself652019-08-061-1/+1
* Revert "src: remove trace_sync_io_ from env"Сковорода Никита Андреевич2019-08-064-2/+5
* doc: describe NODE_OPTIONS interop w/cmd line optsAlex Aubuchon2019-08-061-7/+26
* test: refactor test-fs-stat.jsRich Trott2019-08-061-36/+18
* report: include network interfaces in reportcjihrig2019-08-063-1/+87
* doc: fix sorting nit in sections of http.mdVse Mozhet Byt2019-08-061-11/+10
* http2: destroy when settingsFn throws an errorhimself652019-08-022-1/+21
* doc: remove legacy mode deprecation in assertRich Trott2019-08-021-2/+0
* doc: writableFinished is true before 'finish'Robert Nagy2019-08-022-2/+5
* test: add tests for spaces in folder namesPaulBags2019-08-021-0/+3
* module: exports error as MODULE_NOT_FOUNDGuy Bedford2019-08-027-18/+11
* build: include stubs in shared libraryJeroen Ooms2019-08-021-0/+6
* test: refactor test-beforeexit-event-exit using mustNotCallhimself652019-08-021-5/+2
* test: refactoring test_error testinghimself652019-08-021-14/+4
* n-api: refactoring napi_create_function testingOctavian Soldea2019-08-023-69/+42
* doc: include "exports" resolver specificationguybedford2019-08-021-2/+27
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-0212-163/+206
* module: unify package exports test for CJS and ESMJan Krems2019-08-026-90/+102
* doc: revoke DEP0089cjihrig2019-08-021-4/+7
* inspector: report all workersEugene Ostroukhov2019-08-024-9/+108
* test: use assert.throws() in test-require-json.jsAlejandro Nanez2019-08-021-6/+5
* doc: add example about emitter.emit in events documentationFelipe Duitama2019-08-021-0/+34
* worker: handle calling terminate when kHandler is nullelyalvarado2019-08-022-2/+30
* lib: replace var with let in loaders.jsmbj362019-08-021-1/+1
* benchmark, http: refactor for code consistencyAlex Ramirez2019-08-024-5/+5
* build: remove support for s390 (but not s390x)Ben Noordhuis2019-08-0211-31/+13
* src: large pages fix FreeBSD fix region sizeDavid Carlier2019-08-021-5/+7
* build: generate openssl config for BSD-x86Ben Noordhuis2019-08-0279-1/+144194
* test: fix nits in test/fixtures/tls-connect.jsLuigi Pinca2019-08-021-6/+6
* test: fix race in test-http2-originAlba Mendez2019-08-021-5/+9
* build: do not mix spaces and tabs in MakefileLuigi Pinca2019-08-021-33/+33
* src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov2019-08-027-3/+132
* benchmark: swap var for let in buffer benchmarksAlex Ramirez2019-08-0218-25/+25
* benchmark: swap var for let in util benchmarksAlex Ramirez2019-08-025-5/+5
* benchmark: swap var for let in url benchmarksAlex Ramirez2019-08-0214-22/+22
* test: udpate test comment descriptionAndres Bedoya2019-08-021-1/+1
* test: refactor test using assert instead of try/catchJuan Bedoya2019-08-021-13/+13
* src: readlink("/proc/self/exe") -> uv_exename()Ben Noordhuis2019-08-021-2/+6
* doc: add example of event close for child_processLaura Ciro2019-08-021-0/+17
* http2: destructure constants from require callDaniel Nalborczyk2019-08-021-15/+15
* http2: add constant to already destructured constantsDaniel Nalborczyk2019-08-021-4/+4
* src: fix OpenBSD buildDavid Carlier2019-08-023-4/+8
* dgram: changed 'var' to 'let' and 'const'Manuel Ochoa Loaiza2019-08-021-11/+11
* deps: dlloads node static linked executableLuca Lindhorst2019-08-021-0/+12
* vm: increase code coverage of source_text_module.jskball2019-08-021-0/+35
* test: improve test-async-hooks-http-parser-destroyGerhard Stoebich2019-08-021-13/+34