- [
ed4cd2eebe
] - deps: cherry-pick 34880eb3dc from V8 upstream (Myles Borins) #8673 - [
eff771f399
] - tickprocessor: apply c++filt manually on mac (Fedor Indutny) #8480 - [
2ce364ad10
] - test: modernize JS and tighten equality checking (Peter Ogilvie) #8476 - [
6e3db283ed
] - buffer: fix ArrayBuffer checks (Brian White) #8453 - [
0d24247e50
] - src: pull AfterConnect from pipe_wrap and tcp_wrap (Daniel Bevenius) #8448 - [
f346dee940
] - win,build: forward release_urlbase to configure (João Reis) #8430 - [
151d1ea6a6
] - vm: change ContextifyScript to Script in comment (Daniel Bevenius) #8415 - [
6bb057ec6a
] - win,build: exit when addons fail to build (João Reis) #8412 - [
14d356d0ab
] - win,build: skip finding VS when not needed (João Reis) #8412 - [
81d063e174
] - win,build: fail on invalid option in vcbuild (João Reis) #8412 - [
1640e7a4da
] - crypto: fix getDecoder() encoding check (atstojanov) #8301 - [
9c460d7475
] - deps: add back no-op harmony shipping flags (Ali Ijaz Sheikh) #8445 - [
49f996f4f6
] - crypto: make malloc failure check cross-platform (Rich Trott) #8352 - [
2c2a21ab56
] - src: unbreak build when compiling against uclibc (Ben Noordhuis) #8308 - [
6d421a2ee2
] - doc: fix broken link in dgram doc (Brian White) #8365 - [
773e1c1304
] - tools: enable caching for jslint task (Rich Trott) #8296 - [
54f689fc1e
] - tools: update ESLint to 3.4.0 (Rich Trott) #8296 - [
5d43131af4
] - test: add known issue test for path parse issue #6229 (James M Snell) #8293 - [
fa4c4d655a
] - http: fix connection upgrade checks (Brian White) #8238 - [
f829660c71
] - deps: cherry-pick 8ed65b97 from V8's upstream (Anna Henningsen) #8411 - [
2e435998eb
] - test: mark test failing on AIX as flaky (Michael Dawson) #8065 - [
0daceffd38
] - test,assert: add deepEqual/deepStrictEqual tests for typed arrays (Feross Aboukhadijeh) #8002 - [
57043aad33
] - assert: fix deepEqual/deepStrictEqual on equivalent typed arrays (Feross Aboukhadijeh) #8002 - [
b0a557eef7
] - build: add correct shared library naming on OS X (Stewart Addison) #7687 - [
61e57e06a6
] - repl: don't override all internal repl defaults (cjihrig) #7826 - [
9735accd3e
] - test: allow globals to be whitelisted (cjihrig) #7826 - [
b5beae2529
] - test: remove internal headers from addons (Gibson Fahnestock) #7947 - [
db3a7e83eb
] - http: specify _implicitHeader in OutgoingMessage (yorkie) #7949 - [
1ab796fa96
] - src: do not copy on failing setProperty() (Franziska Hinkelmann) #7908 - [
889c62fec1
] - build: fix dependency on missing header file (Ben Noordhuis) #7945 - [
a4394b8745
] - build: fix typo in non-essential source file name (Ben Noordhuis) #7945 - [
04ec64aacc
] - doc: add missing semicolon (Ravindra barthwal) #7915 - [
381aef8145
] - timers: fix cleanup of nested same-timeout timers (Erin Spiceland) #7827 - [
63c62cce35
] - src: Only use TR1 type_traits on OSX<10.9 (Ehsan Akhgari) #7778 - [
72fc4ebca2
] - repl: Mitigate vm #548 function redefinition issue (Prince J Wesley) #7794 - [
49a6ea1b73
] - timers: fix processing of nested timers (Jeremy Whitlock) #3063 - [
fbc9ef84b8
] - src: disable stdio buffering (Ben Noordhuis) #7610 - [
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 - [
658ab3d1e6
] - test: check types for http request and response (Ben Noordhuis) #7003 - [
57cc4e3071
] - src: print backtrace on failed CHECK/ASSERT (Ben Noordhuis) #6734 - [
b8919b1d23
] - src: move ABORT() logic into node::Abort() (Ben Noordhuis) #6734 - [
517e71508e
] - test: add abort test for backtrace validation (cjihrig) #6734 - [
c96d701769
] - src: print backtrace on abort/unreachable code (Ben Noordhuis) #6734 - [
6cec90a611
] - src: print backtrace on fatal error (Ben Noordhuis) #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 - [
44f0f940c8
] - benchmark: addsetImmediate()
benchmarks (Andras) #6436 - [
efb7a90fa9
] - timers: optimizesetImmediate()
(Andras) #6436 - [
a5d894590d
] - timers: optimize linkedlist (Andras) #6436 - [
91744aaf00
] - build: configure --shared (Stefan Budeanu) #6994 - [
4333fda46d
] - src: no abort from getter if object isn't wrapped (Trevor Norris) #6184 - [
0d08fc415f
] - stream_base: always use Base template class (Trevor Norris) #6184 - [
5779ed2a4a
] - tls_wrap: do not abort on new TLSWrap() (Trevor Norris) #6184 - [
4da3e1e461
] - src: always clear wrap before persistent Reset() (Trevor Norris) #6184 - [
7e5775704e
] - src: inherit first from AsyncWrap (Trevor Norris) #6184 - [
2000072903
] - handle_wrap: IsRefed -> Unrefed, no isAlive check (Jeremiah Senkpiel) #6204 - [
5c7da210df
] - doc: refactor the changelog by version (James M Snell) #6503 - [
c1d5f2e96e
] - doc: update releases.md with new changelog structure (James M Snell) #6503 - [
7641f9a6de
] - test: refactor large event emitter tests (cjihrig) #6446 - [
2c92a1fe03
] - events: pass the original listener added by once (DavidCai) #6394
Last active
October 11, 2016 00:19
-
-
Save MylesBorins/ab508d85e70d0b812cc9844226708d67 to your computer and use it in GitHub Desktop.
branch-diff v4.x-staging v6.x --exclude-label semver-major,semver-minor,dont-land-on-v4.x --filter-release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment