summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! Remove workaround in .travis.ymlfind-python3-in-configurecclauss2019-09-021-4/+2
* build: find Python 3 or Python 2 in configurecclauss2019-09-021-16/+20
* tools: fix mksnapshot blob wrong freeing operatorDavid Carlier2019-09-011-1/+1
* console: use getStringWidth() for character width calculationAnna Henningsen2019-09-022-10/+22
* src: do not crash when accessing empty WeakRefsAnna Henningsen2019-09-011-1/+3
* src: turn `GET_OFFSET()` into an inline functionAnna Henningsen2019-09-021-4/+7
* src: inline `SLICE_START_END()` in node_buffer.ccAnna Henningsen2019-09-021-10/+7
* doc: escape elements swallowed as HTML in markdownNick Schonning2019-09-025-10/+11
* build: add full Python 3 tests to Travis CIcclauss2019-09-011-45/+92
* doc: add extends for derived classesKamat, Trivikram2019-09-019-26/+34
* doc: add blanks around code fencesNick Schonning2019-08-3123-5/+212
* doc: format http2 anchor link and referenceNick Schonning2019-08-311-7/+8
* doc: remove multiple consecutive blank linesNick Schonning2019-08-3129-58/+0
* http: simplify timeout handlingRobert Nagy2019-08-311-7/+11
* stream: improve read() performanceBrian White2019-08-301-29/+25
* build: hard code doctool in test-doc targetDaniel Bevenius2019-08-301-1/+1
* test: remove Windows skipping of http keepalive request GC testRich Trott2019-08-301-5/+0
* deps: V8: cherry-pick 597f885Benjamin Coe2019-08-302-45/+81
* deps: patch V8 to 7.7.299.8Michaël Zasso2019-08-304-2/+66
* doc,crypto: add extends for derived classesKamat, Trivikram2019-08-292-0/+13
* doc: add devnexen to collaboratorsDavid Carlier2019-08-291-0/+2
* doc: inconsistent indentation for list itemsNick Schonning2019-08-283-9/+9
* doc: heading levels should only increment by oneNick Schonning2019-08-282-4/+4
* crypto: don't expose openssl internalsShelley Vohr2019-08-293-6/+13
* build: integrate DragonFlyBSD into gyp buildDavid Carlier2019-08-291-0/+2
* util: do not throw when inspecting detached ArrayBufferAnna Henningsen2019-08-292-1/+16
* buffer: correct indexOf() error messageBrian White2019-08-284-3/+4
* buffer: consolidate encoding parsingBrian White2019-08-282-188/+186
* test: fix test-benchmark-netRich Trott2019-08-281-0/+3
* tools: update ESLint to 6.2.2cjihrig2019-08-2885-743/+1692
* tools: update babel-eslint to 10.0.3cjihrig2019-08-2874-3977/+1591
* querystring: improve performanceBrian White2019-08-281-37/+31
* test: fix flaky test-http-server-keepalive-req-gcRich Trott2019-08-281-3/+1
* process: improve nextTick performanceBrian White2019-08-278-27/+29
* src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini2019-08-273-0/+7
* errors: provide defaults for unmapped uv errorscjihrig2019-08-272-2/+30
* events: improve once() performanceBrian White2019-08-272-10/+48
* build: make --without-snapshot imply --without-node-snapshotJoyee Cheung2019-08-271-1/+2
* build: test Python 3.6 and 3.7 on Travis CIcclauss2019-08-261-2/+15
* tools: fix Python 3 issues in inspector_protocolcclauss2019-08-262-12/+12
* test: use print() function in both Python 2 and 3Christian Clauss2019-08-261-1/+1
* doc,fs: add extends for derived classesKamat, Trivikram2019-08-261-10/+9
* doc,errors: add extends to derived classesKamat, Trivikram2019-08-263-19/+34
* src: expose MaybeInitializeContext to allow existing contextsSamuel Attard2019-08-262-4/+17
* 2019-08-26, Version 12.9.1 (Current)Michaël Zasso2019-08-262-1/+25
* doc: add dco to github pr templateMyles Borins2019-08-261-0/+28
* http: reset parser.incoming when server request is finishedAnna Henningsen2019-08-263-3/+73
* stream: fix readable state `awaitDrain` increase in recursionran2019-08-266-36/+101
* lib: consolidate lazyErrmapGet()cjihrig2019-08-252-20/+12
* console: display timeEnd with suitable time unitXavier Stouder2019-08-253-19/+60