- [
64fc5a4541] - Revert "Revert "repl: disable Ctrl+C support..." (Myles Borins) #12123 - [
d532d7497a] - async_wrap: clear destroy_ids vector (Trevor Norris) #10400 - [
44f0f940c8] - benchmark: addsetImmediate()benchmarks (Andras) #6436 - [
f83d035c50] - buffer: convert offset & length to int properly (Sakthipriyan Vairamani (thefourtheye)) #11176 - [
a9d528be5b] - buffer: fix range checks for slice() (Trevor Norris) #9174 - [
3fcdf4e80a] - buffer: remove unnecessary argument check (Michaël Zasso) #8552 - [
6e3db283ed] - buffer: fix ArrayBuffer checks (Brian White) #8453 - [
868e5e624c] - build: remove node.dsYM directory (Michaël Zasso) #10463 - [
889c62fec1] - build: fix dependency on missing header file (Ben Noordhuis) #7945 - [
a4394b8745] - build: fix typo in non-essential source file name (Ben Noordhuis) #7945 - [
5e4113e58d] - build: Fix compile failure in backtrace_posix.cc (Michael Dawson) #7544 - [
b829a4969f] - build: enable big toc for release builds in AIX (Gireesh Punathil) #7508 - [
cbfde3cd0a] - child_process: update outdated comment (Tanuja-Sawant) - [
1640e7a4da] - crypto: fix getDecoder() encoding check (atstojanov) #8301 - [
1ff512c185] - deps: backport e427300 from upstream V8 (Michaël Zasso) #12037 - [
8dfc710a06] - deps: cherry-pick b9f682b from upstream V8 (Michaël Zasso) #12037 - [
52bdb8f246] - deps: backport 2cabc86 from upstream V8 (Michaël Zasso) #12037 - [
3ab070d4e1] - deps: backport dfb8d33 from V8 upstream (Michaël Zasso) #11483 - [
254cb1cb77] - deps: back-port 73ee7943 from v8 upstream (Ben Noordhuis) #9293 - [
e774de1685] - deps: back-port 306c412c from v8 upstream (Ben Noordhuis) #9293 - [
2a39d1c7a4] - deps: backport 7c3748a from upstream V8 (Cristian Cavalli) #10881 - [
5c5f5fb415] - deps: backport 224d376 from V8 upstream (jBarz) #10546 - [
4197b9b041] - deps: update patch level in V8 (Myles Borins) #10666 - [
e71129ebbc] - deps: cherry-pick a715957 from V8 upstream (Myles Borins) #10666 - [
87839ca036] - deps: cherry-pick 7a88ff3 from V8 upstream (Myles Borins) #10666 - [
13983d474a] - deps: cherry-pick d800a65 from V8 upstream (Myles Borins) #10666 - [
f77fcf893f] - deps: cherry-pick baba152 from V8 upstream (Michaël Zasso) #10689 - [
fdc373d639] - deps: fix compile bug in v8/lookup.h (Matthew Avery) #10525 - [
e60cafdb3b] - deps: backport f795a79 from upstream V8 (Michaël Zasso) #10386 - [
ee09828622] - deps: backport 2bd7464 from upstream V8 (Cristian Cavalli) #10169 - [
0d15ec82e3] - deps: cherry pick 7166503 from upstream v8 (Cristian Cavalli) #9173 - [
96e8e869c0] - deps: cherry-pick 6f68f30 from v8 upstream (Stefan Budeanu) #9610 - [
804b398239] - deps: revert botched V8 backport (Myles Borins) #9610 - [
bda45b510c] - deps: backport 5c8cb16 from upstream V8 (Cristian Cavalli) #9422 - [
0fcf249078] - deps: cherry-pick bb4974d from v8 upstream (Matt Loring) #9192 - [
c947d448da] - deps: cherry-pick 0e14baf712 from V8 upstream (Rod Vagg) nodejs/node-private#80 - [
9d41e8913f] - deps: bump V8 patch to 84 (Myles Borins) #8851 - [
0928584444] - deps: upgrade npm to 3.8.3 (Forrest L Norvell) npm/node#6 - [
c4d9b54f75] - dgram: use Buffer.alloc(0) for zero-size buffers (Сковорода Никита Андреевич) #8751 - [
725ffdb9b7] - dgram: handle default address case when offset and length are specified (Matteo Collina) - [
23246768fb] - doc: add missing entry in v6 changelog table (Luigi Pinca) #11534 - [
15df5c08ea] - doc: fix changelog for v6 (Myles Borins) #11090 - [
e6d4f3befb] - doc: improvements to child_process, process docs (Alexander Makarenko) - [
2e38079ea4] - docs: fs - remove encoding list and link to buffer (fansworld-claudio) - [
db3a7e83eb] - http: specify _implicitHeader in OutgoingMessage (yorkie) #7949 - [
69327f5e72] - lib: rename kMaxCallbacksUntilQueueIsShortened (JungMinu) #11473 - [
a6b2dfa43c] - lib: add constant kMaxCallbacksUntilQueueIsShortened (Daniel Bevenius) #11199 - [
57c4c6f5ae] - repl: allow autocompletion for scoped packages (Evan Lucas) #10296 - [
1dddfeccb2] - src: remove usage of deprecated debug API (Yang Guo) #11437 - [
aa11205f71] - src: rename CHECK_NOT_OOB() macro (Ben Noordhuis) #8784 - [
0d24247e50] - src: pull AfterConnect from pipe_wrap and tcp_wrap (Daniel Bevenius) #8448 - [
2c2a21ab56] - src: unbreak build when compiling against uclibc (Ben Noordhuis) #8308 - [
63c62cce35] - src: Only use TR1 type_traits on OSX<10.9 (Ehsan Akhgari) #7778 - [
57cc4e3071] - src: print backtrace on failed CHECK/ASSERT (Ben Noordhuis) #6734 - [
b8919b1d23] - src: move ABORT() logic into node::Abort() (Ben Noordhuis) #6734 - [
c96d701769] - src: print backtrace on abort/unreachable code (Ben Noordhuis) #6734 - [
6cec90a611] - src: print backtrace on fatal error (Ben Noordhuis) #6734 - [
d8eed12d31] - test: check error message in test-http-outgoing-proto (Alex Ling) #10943 - [
5cea2239d8] - test: expand test coverage of events.js (Vinícius do Carmo) #10947 - [
5365501a2f] - test: add regression test for V8 parse error (Michaël Zasso) #11483 - [
232664a10d] - test: fix timing sensitivity in debugger test (Ali Ijaz Sheikh) #11008 - [
c5e8ccab63] - test: remove obsolete comment from dgram test (ALJCepeda) #8689 - [
8db3c770be] - test: refactor test-repl-sigint-nested-eval (Rich Trott) #11303 - [
e7b7d7279c] - test: cases to querystring related to empty string (Daijiro Wachi) #11329 - [
0ddad76813] - test: fix over-dependence on native promise impl (Ali Ijaz Sheikh) #11437 - [
1b85989fb2] - test: move long-running test to sequential (Rich Trott) #11176 - [
a749604e11] - test: modernize test-fs-truncate-fd (Nigel Kibodeaux) #9978 - [
076c2c2c54] - test: test for http.request() invalid method error (Ashton Kinslow) #10080 - [
0216dbe293] - test: remove timers from streams test (Anna Henningsen) - [
ba88f5b8f8] - test: improve coverage of the buffer module (Michaël Zasso) #8552 - [
2ce364ad10] - test: modernize JS and tighten equality checking (Peter Ogilvie) #8476 - [
5d43131af4] - test: add known issue test for path parse issue #6229 (James M Snell) #8293 - [
2e435998eb] - test: mark test failing on AIX as flaky (Michael Dawson) #8065 - [
658ab3d1e6] - test: check types for http request and response (Ben Noordhuis) #7003 - [
517e71508e] - test: add abort test for backtrace validation (cjihrig) #6734 - [
6de80fcaea] - test: don't use internal headers in add-on tests (Ben Noordhuis) #6734 - [
c7ab7a31d7] - test: fix abort/test-abort-uncaught-exception (Ben Noordhuis) #6734 - [
4b0ab5b308] - test: add testcfg.py to test/abort/ (Ben Noordhuis) #6734 - [
5a7dd18699] - test,benchmark: fix lint errors on v6.x (Jeremiah Senkpiel) #9029 - [
7171bd6311] - timers: fix regression with clearImmediate() (Brian White) #9086 - [
3a72a606cb] - timers: improve setImmediate() performance (Brian White) #8655 - [
06c411753e] - timers: improve setTimeout/Interval performance (Brian White) #8661 - [
381aef8145] - timers: fix cleanup of nested same-timeout timers (Erin Spiceland) #7827 - [
49a6ea1b73] - timers: fix processing of nested timers (Jeremy Whitlock) #3063 - [
efb7a90fa9] - timers: optimizesetImmediate()(Andras) #6436 - [
a5d894590d] - timers: optimize linkedlist (Andras) #6436 - [
4fe02e23af] - timers: give Timeouts a constructor name (Jeremiah Senkpiel) #5793 - [
9e6fcbb34c] - url: fix surrogate handling in encodeAuth() (Timothy Gu) #11387 - [
2e15d48447] - v8: drop v8::FunctionCallbackInfo<T>::NewTarget() (Ben Noordhuis) #9293 - [
fd1ffe4f5a] - v8: fix --always-opt bug (Ben Noordhuis) #9293 - [
151d1ea6a6] - vm: change ContextifyScript to Script in comment (Daniel Bevenius) #8415
Created
April 20, 2017 15:44
-
-
Save sam-github/eee701f571b54fca3acc46a3cb53e150 to your computer and use it in GitHub Desktop.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
branch-diff -g --filter-release --exclude-label=semver-major,semver-minor,meta,dont-land-on-v4.x upstream/v4.8.3-proposal upstream/v6.x