Created
April 4, 2015 05:39
-
-
Save Fishrock123/f01006c81762364d376e to your computer and use it in GitHub Desktop.
git log --pretty=full --since="$(git show -s --format=%ad `git rev-list --max-count=1 --tags`)" --until="" --pretty=oneline --abbrev-commit | pbcopy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c6c376 doc: add GPG fingerprint for Fishrock123 | |
ccbea18 doc: better formatting for collaborator GPG keys | |
3a69b76 benchmark: add rsa/aes-gcm performance test | |
1c709f3 benchmark: add/remove hash algorithm | |
f782824 deps: refactor openssl.gyp | |
eb459c8 tools: fix gyp to work on MacOSX without XCode | |
15f058f gyp: fix build with python 2.6 | |
21f4fb6 deps: update gyp to e1c8fcf7 | |
efadffe win,node-gyp: optionally allow node.exe/iojs.exe to be renamed | |
dac903f deps: make node-gyp work with io.js | |
5eb983e deps: upgrade npm to 2.7.5 | |
416499c timers: remove redundant code | |
6f72d87 test: add test for a unref'ed timer leak | |
d22b2a9 timers: do not restart the interval after close | |
cca5efb timers: don't close interval timers when unrefd | |
0e06197 timers: fix unref() memory leak | |
b6e22c4 src: setup cluster workers before preloading | |
65d4d25 build: default to armv7+vfpv3 for android | |
ad93775 doc,src: remove references to --max-stack-size | |
4a801c2 src: drop homegrown thread pool, use libplatform | |
87053e8 doc: add back quote to boolean variable 'true' | |
6a134f7 build: avoid passing private flags from pmake | |
a081c7c benchmark: fix chunky client benchmark execution | |
f1e5a13 src: wrap MIN definition in infdef | |
0080788 deps: check in gtest, add util unit test | |
382bd9d v8: back-port openbsd/amd64 build fix | |
634e962 doc: add TC meeting minutes 2015-03-04 | |
5094a0f build: Pass BSDmakefile args to gmake | |
4dc6ae2 lib: remove unused variables | |
245ba1d doc: fix util.isObject documentation | |
0bd4fe9 Working on v1.6.4 | |
4845f9c 2015-03-31 io.js v1.6.3 Release | |
ba93c58 win,node-gyp: optionally allow node.exe/iojs.exe to be renamed | |
2752da4 deps: make node-gyp work with io.js | |
f166cde deps: upgrade npm to 2.7.4 | |
73de135 doc: add WG links in WORKING_GROUPS.md & fix nits | |
8d1c87e test: fix race in parallel/test-vm-debug-context | |
ea37ac0 src: ignore ENOTCONN on shutdown race with child | |
f06b16f src: fix minor memleak in preload-modules | |
19641b1 doc: decouple sidebar scrolling | |
318d9d8 deps: upgrade v8 to 4.1.0.27 | |
c8fa8cc streams: use strict on _stream_wrap | |
77c2da1 timers: make Timer.close idempotent | |
dbccf8d doc: fix spelling error in feature flags | |
a2ea168 debugger: don't spawn child process in remote mode | |
955c150 test: reduce sequential/test-fs-watch flakiness | |
36f017a js2c: fix module id generation on windows | |
2903410 src: don't lazy-load timer globals | |
5e609e9 Revert "doc: clarify real name requirement" | |
08acf13 win,node-gyp: make delay-load hook optional | |
776b73b timers: cleanup interval handling | |
caf0b36 timers: assure setTimeout callback only runs once | |
2ccc8f3 tls_wrap: fix this incredibly stupid leak | |
e74b5d2 tls_wrap: fix BIO leak on SSL error | |
2db758c iojs: introduce internal modules | |
4581421 doc: fix format docs discrepancy | |
8a94581 string_decoder: optimize write() | |
3d46fef win,node-gyp: allow node.exe/iojs.exe to be renamed | |
c9207f7 fs: fix corruption in writeFile and writeFileSync | |
4e9bf93 doc: clarify real name requirement | |
e84dd5f doc: document repl on-demand module loading | |
1832743 lib: add missing `new` for errors lib/*.js | |
7dd5e82 assert: simplify logic of testing buffer equality | |
269e46b deps: make node-gyp work with io.js | |
b542fb9 deps: upgrade npm to 2.7.3 | |
2e5b87a src: remove unnecessary environment lookups | |
7e88a93 src: make accessors immune to context confusion | |
20c4498 Working on v1.6.3 | |
33c5735 2015-03-23 io.js v1.6.2 Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment