Skip to content

Instantly share code, notes, and snippets.

@sam-github
Last active April 20, 2017 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam-github/c2b8725d7c8905b781ed1847abfc91c5 to your computer and use it in GitHub Desktop.
Save sam-github/c2b8725d7c8905b781ed1847abfc91c5 to your computer and use it in GitHub Desktop.
  • [757bf484ff] - doc/tools: fix more type inconsistencies (Roman Reiss) #11697
  • [18599fc3d7] - doc/url: various improvements to WHATWG API (Timothy Gu)
  • [e7d37a3f09] - tools/doc: add more intrinsic and custom types (Timothy Gu)
  • [1043f5d08e] - assert: name anonymous functions (Miguel Angel Asencio Hurtado) #9051
  • [94c4323d56] - async_wrap: close the destroy_ids_idle_handle_ (René Schünemann) #10385
  • [5379b9da11] - async_wrap: call destroy() callback in uv_idle_t (Trevor Norris) #9753
  • [5157a5cee9] - async_wrap: make Initialize a static class member (Trevor Norris) #9753
  • [3e5be7fc8b] - async_wrap: mode constructor/destructor to .cc (Trevor Norris) #9753
  • [6083e7aa7b] - benchmark: avoid TurboFan deopt in arrays bench (Michaël Zasso) #11894
  • [f057cc3d84] - benchmark: replace [].join() with ''.repeat() (Vse Mozhet Byt) #12170
  • [751c1153a4] - benchmark: check end() argument to be > 0 (Vse Mozhet Byt) #12030
  • [90acb773be] - benchmark: allow multiple values for same config (Nikolai Vavilov) #11819
  • [f48763c5b9] - benchmark: remove benchmarks forced optimizations (Bartosz Sosnowski)
  • [dcac2d8f04] - benchmark: benchmark comparing forEach with for (James M Snell) #11582
  • [5a81031fd8] - benchmark: clean up legacy url benchmarks (Joyee Cheung)
  • [7e37628c51] - benchmark: add url/url-searchparams-sort.js (Timothy Gu)
  • [47c0953b12] - benchmark: add benchmark for vm.runIn*() (Rich Trott) #10816
  • [2f339e7200] - benchmark: cleanup child_process IPC benchmark (Yuya Tanaka) #10557
  • [4f96272f12] - benchmark: fix typo "categoty" -> "category" (Victor Felder) #10568
  • [2f4577c07d] - benchmark: keep decimals in results (Brian White) #10559
  • [be24cc0187] - benchmark: add ClientRequest creation benchmark (Brian White) #10654
  • [f56ca30bf0] - benchmark,build,doc,lib,src,test: correct typos (Benjamin Fleischer) #11189
  • [6feea08587] - buffer: preallocate array with buffer length (alejandro) #11733
  • [805ebef8b1] - buffer: optimize decoding wrapped base64 data (Alexey Orlenko) #12146
  • [797495a84a] - buffer: improve allocation performance (Brian White) #10443
  • [d4d6986551] - build: fix path voodoo in icu-generic.gyp (Refael Ackermann) #11217
  • [fb41ee3983] - build: add lint option to vcbuild.bat help (Morgan Brenner) #11992
  • [3e4ecca0be] - build: don't create directory for NDK toolchain (TheBeastOfCaerbannog) #11916
  • [80949f3d88] - build: add cpp linting to windows build (liusi) #11856
  • [5244ee346b] - build: mac OBJ_DIR should point to obj.target (Daniel Bevenius) #11857
  • [9c2f686f7e] - build: don't build deps/zlib if --shared-zlib set (Gibson Fahnestock) #10657
  • [5b1d61ce09] - child_process: fix deoptimizing use of arguments (Vse Mozhet Byt) #11748
  • [ddcd1a202f] - child_process: optimize IPC for large data (Yuya Tanaka) #10557
  • [fa38032148] - child_process: name anonymous functions (brad-decker) #9880
  • [d751afae0f] - cluster: refactor module into multiple files (cjihrig) #10746
  • [bd7d7a7e17] - console: name anonymous functions (Tyler Brazier) #9047
  • [67d21149a2] - crypto: handle exceptions in hmac/hash.digest (Tobias Nießen) #12164
  • [72f1c41fb6] - crypto: naming anonymous functions (solebox) #8993
  • [445794e0c9] - deps: upgrade libuv to 1.11.0 (cjihrig) #11094
  • [2fcefeeda0] - dgram: refactor dgram to module.exports (Claudio Rodriguez) #11696
  • [039a1a97d8] - dns: minor refactor of dns module (James M Snell) #11597
  • [260f41f2cc] - dns: name anonymous functions (Miguel Angel Asencio Hurtado) #9052
  • [6826637f11] - doc: fix missing argument for dns.resolvePtr() (Uppinder Chugh) #12256
  • [3e8991cc56] - doc: modernize and fix code examples in modules.md (Vse Mozhet Byt) #12224
  • [cf1117bc13] - doc: fix the timing of setImmediate's execution (Daiki Arai) #12034
  • [806c4f3c0c] - doc: fix fs.read arg type (Daiki Arai) #12034
  • [731a200fd8] - doc: update Mac OS X references in releases.md (JR McEntee) #12106
  • [fade55b025] - doc: clarify out-of-bounds behavior of buf[index] (Nikolai Vavilov) #11286
  • [4b5f177e3d] - doc: fix https.timeout docs (Ahmad Nassri) #12039
  • [af051f6528] - doc: fix http properties documented as methods (Ahmad Nassri) #12039
  • [7c7228ed4b] - doc: gcc version is at least 4.8.5 in BUILDING.md (detailyang) #11840
  • [9861ec93d4] - doc: increase Buffer.concat() documentation (cjihrig) #11845
  • [78ca15dd78] - doc: argument types for dns methods (Amelia Clarke) #11764
  • [75fcf53173] - doc: missing argument types for events methods (Amelia Clarke) #11802
  • [a20aa0ee48] - doc: http cleanup and missing argument types (Amelia Clarke) #11681
  • [97d1f5f39f] - doc: linkify type[] syntax, support lowercase for primitives (Roman Reiss) #11167
  • [612bd68bae] - doc: consistent case for primitive types (Roman Reiss) #11167
  • [9c3cf13cbc] - doc: argument types for https methods (Amelia Clarke) #11681
  • [e468cd3ee7] - doc: argument types for console methods (Amelia Clarke) #11554
  • [5a2db15736] - doc: add documentation for url.format(URL[, options]); (James M Snell)
  • [4d7c9427c1] - doc: synchronize + update _toc.md and all.md (Vse Mozhet Byt) #11206
  • [3177d6557a] - doc: move topics/guides to website (Evan Lucas) #10896
  • [9ce28ec3c5] - doc: add the valid link for curl(1) in repl.md (Vse Mozhet Byt) #10244
  • [cffbfba4df] - doc: replace anonymous functions in repl.md (Vse Mozhet Byt) #10244
  • [f281b190d5] - doc: fix a function name in repl.md (Vse Mozhet Byt) #10244
  • [b8e2711ddd] - doc: fix an output example in repl.md (Vse Mozhet Byt) #10244
  • [ae61232493] - doc: white space unification in repl.md (Vse Mozhet Byt) #10244
  • [37cb971c65] - doc: var => let / const in repl.md (Vse Mozhet Byt) #10244
  • [ce00a9d2b6] - doc: add performance warning to require.extensions (Ben Noordhuis) #9196
  • [3af9101d20] - doc, inspector: note that the host is optional (Gibson Fahnestock) #12149
  • [f9a5c13ff3] - dtrace: resolve conversion warnings from SLURP_INT (Christopher J. Brody) #10143
  • [c814c7e9ea] - events: do not keep arrays with a single listener (Luigi Pinca) #12043
  • [5cca69320f] - events: avoid emit() eager deopt (Victor Felder) #10568
  • [ded17579e5] - events: improve removeListener() performance (Brian White) #10572
  • [d0fb578d64] - fs: avoid using forEach (James M Snell) #11582
  • [9339891b07] - fs: re-enable watch facility in AIX (Gireesh Punathil) #10085
  • [8a9c45a4a9] - fs: Fix default params for fs.write(Sync) (Andreas Lind) #7856
  • [8ba2cf9c51] - http: define all used properties in constructors (vitkarpov) #9116
  • [5059b76cbc] - http: misc ClientRequest cleanup (Brian White) #10654
  • [44c0e4f1ad] - http: avoid duplicate isArray() (Brian White) #10654
  • [e7859c217f] - http: optimize default method case (Brian White) #10654
  • [c9bff043c7] - http: optimize short path validation (Brian White) #10654
  • [179150091f] - http: name anonymous functions in http (maasencioh) #9055
  • [73a8d3b0da] - http: name anonymous functions in _http_server (maasencioh) #9055
  • [ffa5c9ea30] - http: name anonymous functions in _http_outgoing (maasencioh) #9055
  • [fa035ada90] - http: name anonymous functions in _http_incoming (maasencioh) #9055
  • [ec17e76656] - http: name anonymous functions in _http_client (maasencioh) #9055
  • [9099a43073] - http: name anonymous functions (maasencioh) #9054
  • [c012dd79dc] - https: Use secureProtocol in Agent#getName (Andreas Lind) #9452
  • [9554a974d1] - https: name anonymous functions in https (Pedro Lima) #9217
  • [14e3ad0c5e] - inspector: proper WS URLs when bound to 0.0.0.0 (Eugene Ostroukhov) #11850
  • [f972bd81c6] - inspector: libuv notification on incoming message (Eugene Ostroukhov) #11617
  • [023956187e] - inspector: split HTTP/WS server from the inspector (Eugene Ostroukhov) #9630
  • [939d1023c2] - inspector: switch to new inspector APIs (Eugene Ostroukhov) #9028
  • [7347860966] - lib: clarify the usage of 'else' (Jackson Tian) #11148
  • [2952512b86] - lib: replace \u2019 with regular ascii quote (Ben Noordhuis) #11129
  • [a673d44d68] - lib,tools: remove unneeded escaping of / (Prince J Wesley) #9591
  • [7e230727fc] - module: avoid using forEach (James M Snell) #11582
  • [c231130e06] - module: skip directories known not to exist (Ben Noordhuis) #9196
  • [305f822a36] - net: rename internal functions for readability (Joyee Cheung) #11796
  • [ac92d0249b] - net: refactor net module to module.exports (Claudio Rodriguez) #11698
  • [c0a2e02f51] - net: avoid using forEach (James M Snell) #11582
  • [1dff218cd1] - net: allow missing callback for Socket.connect (Juwan Yoo) #11762
  • [b56e851c48] - net: refactor overloaded argument handling (Joyee Cheung) #11667
  • [d09eb9c6b2] - net: name anonymous functions (Pedro Victor) #9357
  • [e2133f3e57] - os: improve cpus() performance (Brian White) #11564
  • [2462fd8009] - process: maintain constructor descriptor (Bryan English) #9306
  • [91a2700721] - readline: rename deDupeHistory option (Danny Nemer) #11950
  • [a0b1aa1161] - readline: avoid using forEach (James M Snell) #11582
  • [62e726109a] - repl: avoid using forEach (James M Snell) #11582
  • [071836aa42] - repl: name anonymous functions (Pedro Victor) #9356
  • [37568c093a] - src: use std::list for at_exit_functions (Daniel Bevenius) #12255
  • [0f4319a14a] - src: use std::string for trace enabled_categories (Sam Roberts) #12242
  • [6a6c431eec] - src: use persistent strings from node::Environment (Ben Noordhuis) #11945
  • [032becdc28] - src: add missing #include <unicode/ustring.h> (Steven R. Loomis) #11754
  • [5e5b1f8b89] - src: return early if nextTickQueue is empty (Trevor Norris) #10274
  • [08e12c7809] - src: remove superfluous env_string string (Ben Noordhuis) #9213
  • [c342bda49e] - src: make cross-context MakeCallback() calls work (Ben Noordhuis) #9221
  • [f2a3b24611] - src: clean up program/isolate/env init logic (Ben Noordhuis) #9224
  • [9e753ba782] - src: simplify code, remove NodeInstanceData (Ben Noordhuis) #9224
  • [8b53f3c41c] - src: speed up module loading, don't resize buffer (Ben Noordhuis) #9132
  • [362c307f38] - src: speed up module loading, skip EOF read (Ben Noordhuis) #9132
  • [90be5a1f19] - stream: avoid using forEach (James M Snell) #11582
  • [4b54520a4a] - test: refactor mkdtemp test and added async (Luca Maraschi) #12080
  • [41284fbc5b] - test: cover thrown errors from exec() kill (cjihrig) #11038
  • [114f9d619d] - test: add hasCrypto check to tls-socket-close (Daniel Bevenius) #11911
  • [560d8eed9a] - test: delay child exit in AIX for pseudo-tty tests (Gireesh Punathil) #11715
  • [4477e15217] - test: add regex in test_cyclic_link_protection (Clarence Dimitri CHARLES) #11622
  • [924b785d50] - test: fix test-internal-util-assertCrypto regex (Daniel Bevenius) #11620
  • [65691d68d5] - test: increase coverage of internal/util (DavidCai) #10964
  • [0a2fb0d3e1] - test: refactor several parallel/test-timer tests (Beth Griggs) #10524
  • [dba8d20ccc] - test: improve the code in test-fs-read-stream (Adrian Estrada) #10556
  • [dd9aefde69] - test: use const for all require() calls (cjihrig) #10550
  • [7822d86ee6] - test: increase usage of assert.ifError() (cjihrig) #10543
  • [aa4b028523] - test: improve test-fs-open-flags (Vinícius do Carmo)
  • [31d3a22989] - test: skip test-icu-transcode if Intl is not present (Daijiro Wachi) #10707
  • [4ff1d3107f] - test: add http.ClientRequest defaults test (Brian White) #10654
  • [dff48af67f] - test: add regex to text-crypto-random (Nate) #10020
  • [a29be5282e] - test: fix memory leaks in malloc cctests (Ben Noordhuis) #9667
  • [e696bc33eb] - test: increase test coverage for lib/zlib.js (Rich Trott) #9366
  • [21ba3e3b89] - test: add more module loader test coverage (Ben Noordhuis) #9196
  • [7aaa960f4c] - test, url: synchronize WPT url tests (Joyee Cheung)
  • [fd93622f8a] - tls: fix SecurePair external memory reporting (Ben Noordhuis) #11896
  • [646ee559df] - tls: avoid using forEach (James M Snell) #11582
  • [8058baeaef] - tools: update ESLint to 3.19.0 (Rich Trott) #12162
  • [fdf76d5aa0] - tools: add missing #include "unicode/putil.h" (Steven R. Loomis) #12078
  • [5a9e30f1e9] - tools: fix lint issue in doctool (Roman Reiss) #11658
  • [891874406a] - tools: remove no-useless-regex-char-class-escape (Rich Trott) #10561
  • [53d175267c] - tools: Add no useless regex char class rule (Prince J Wesley) #9591
  • [3c54f8199c] - tty: add ref() so process.stdin.ref() etc. work (Ben Schmidt) #7360
  • [126dcb76af] - url: name anonymous functions in url (Pedro lima) #9225
  • [c25c16cc1b] - url: add urlSearchParams.sort() (Timothy Gu)
  • [021338dc6d] - url: export URLSearchParams (Timothy Gu)
  • [9a59913039] - util: avoid using forEach (James M Snell) #11582
  • [7b84363636] - util: fix inspecting symbol key in string (Ali BARIN) #11672
  • [d628f3a227] - util: avoid out-of-bounds arguments index access (Teddy Katz) #10569
  • [2f88de1ce3] - vm: use SetterCallback to set func declarations (AnnaMag) #12051
  • [2641cd496d] - vm: improve performance of vm.runIn*() (Rich Trott) #10816
  • [b083086ff2] - vm: name anonymous functions (solebox) #9388
  • [adcc5b15f7] - zlib: fix linting recently-introduced lint error (Rich Trott) #9524
  • [841a2c41d4] - zlib: name every function Ref: #8913 (solebox) #9389
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment