-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v2.3.1 into next #2060
Merge v2.3.1 into next #2060
Commits on Jun 17, 2015
-
test: tmpdir creation failures should fail tests
tmpdir creation only happens for tests that need it. So failure to refresh the temporary directory should result in a failed test. PR-URL: nodejs#1976 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88c1831 - Browse repository at this point
Copy the full SHA 88c1831View commit details -
tools: make test-npm work without global npm
Futher discussion at nodejs/node-v0.x-archive#25294 PR-URL: nodejs#1926 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91dfb5e - Browse repository at this point
Copy the full SHA 91dfb5eView commit details -
vm: remove unnecessary HandleScopes
The accessors run inside an implicit HandleScope, there is no need to create a new one. PR-URL: nodejs#2001 Reviewed-By: Trevor Norris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d0cee4 - Browse repository at this point
Copy the full SHA 5d0cee4View commit details -
async-wrap: add provider id and object info cb
Re-add the wrapper class id to AsyncWrap instances so they can be tracked directly in a heapdump. Previously the class id was given without setting the heap dump wrapper class info provider. Causing a segfault when a heapdump was taken. This has been added, and the label_ set to the given provider name so each instance can be identified. The id will not be set of the passed object has no internal field count. As the class pointer cannot be retrieved from the object. In order to properly report the allocated size of each class, the new pure virtual method self_size() has been introduces. PR-URL: nodejs#1896 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e56758a - Browse repository at this point
Copy the full SHA e56758aView commit details -
test: add Buffer slice UTF-8 test
PR-URL: nodejs#1989 Reviewed-By: Trevor Norris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0abcf44 - Browse repository at this point
Copy the full SHA 0abcf44View commit details -
doc: add TSC meeting notes 2015-06-10
PR-URL: nodejs#1943 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 30638b1 - Browse repository at this point
Copy the full SHA 30638b1View commit details -
doc: add TOC links to Collaborator Guide
PR-URL: nodejs#1994 Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a3006e - Browse repository at this point
Copy the full SHA 7a3006eView commit details -
net: Defer reading until listeners could be added
Defer reading until user-land has a chance to add listeners. This allows the TLS wrapper to listen for _tlsError and trigger a clientError event if the socket already has data that could trigger. Fixes: nodejs#1114 PR-URL: nodejs#1496 Reviewed-By: Chris Dickinson <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 061342a - Browse repository at this point
Copy the full SHA 061342aView commit details
Commits on Jun 18, 2015
-
module: reduce syscalls during require search
require() now checks that the path exists before searching further in it. PR-URL: nodejs#1920 Reviewed-By: Isaac Z. Schlueter <[email protected]> Reviewed-By: Trevor Norris <[email protected]> Reviewed-By: Chris Dickinson <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a71ee93 - Browse repository at this point
Copy the full SHA a71ee93View commit details -
doc: mention CI in Collaborator Guide
Add link to Jenkins server in Collaborator Guide. PR-URL: nodejs#1995 Reviewed-By: Chris Dickinson <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cf94e6 - Browse repository at this point
Copy the full SHA 0cf94e6View commit details -
doc: change the info to the same as in gitconfig
PR-URL: nodejs#2000 Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f93b63 - Browse repository at this point
Copy the full SHA 1f93b63View commit details
Commits on Jun 19, 2015
-
build: remove lint from test-ci on windows
PR-URL: nodejs#2004 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Alexis Campailla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5353d7 - Browse repository at this point
Copy the full SHA c5353d7View commit details -
PR-URL: nodejs#2018 Reviewed-By: Jeremiah Senkpiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a359b1 - Browse repository at this point
Copy the full SHA 6a359b1View commit details -
deps: make node-gyp work with io.js
Every npm version bump requires a few patches to be floated on node-gyp for io.js compatibility. These patches are found in 03d1992, 5de334c, and da730c7. This commit squashes them into a single commit. PR-URL: nodejs#990 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48c0fb8 - Browse repository at this point
Copy the full SHA 48c0fb8View commit details -
win,node-gyp: enable delay-load hook by default
The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe for more background. PR-URL: nodejs#1433 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ecf945 - Browse repository at this point
Copy the full SHA 0ecf945View commit details -
doc: add security section to README.md
PR-URL: nodejs#1948 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ac5081 - Browse repository at this point
Copy the full SHA 8ac5081View commit details
Commits on Jun 20, 2015
-
test: check result as early as possible
PR-URL: nodejs#2007 Reviewed-By: Rod Vagg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ba4f71 - Browse repository at this point
Copy the full SHA 3ba4f71View commit details -
PR-URL: nodejs#2014 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0990ef - Browse repository at this point
Copy the full SHA b0990efView commit details
Commits on Jun 22, 2015
-
module: fix stat with long paths on Windows
PR-URL: nodejs#2013 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4f4909 - Browse repository at this point
Copy the full SHA a4f4909View commit details -
test: assert tmp and fixture dirs different
PR-URL: nodejs#2015 Reviewed-By: Trevor Norris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d2b846 - Browse repository at this point
Copy the full SHA 5d2b846View commit details
Commits on Jun 23, 2015
-
2015-06-23 io.js v2.3.1 Release
PR-URL: nodejs#1996 Notable changes * module: The number of syscalls made during a require() have been significantly reduced again (see nodejs#1801 from v2.2.0 for previous work), which should lead to a performance improvement (Pierre Inglebert) nodejs#1920. * npm: - Upgrade to v2.11.2 (Rebecca Turner) nodejs#1956. - Upgrade to v2.11.3 (Forrest L Norvell) nodejs#2018. * zlib: A bug was discovered where the process would abort if the final part of a zlib decompression results in a buffer that would exceed the maximum length of 0x3fffffff bytes (~1GiB). This was likely to only occur during buffered decompression (rather than streaming). This is now fixed and will instead result in a thrown RangeError (Michaël Zasso) nodejs#1811.
Configuration menu - View commit details
-
Copy full SHA for 8e53fd5 - Browse repository at this point
Copy the full SHA 8e53fd5View commit details
Commits on Jun 25, 2015
-
PR-URL: nodejs#2060 Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e72ac7 - Browse repository at this point
Copy the full SHA 6e72ac7View commit details