Created
August 2, 2012 15:14
-
-
Save piscisaureus/3237816 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
* node: tag Encode and friends NODE_EXTERN (Ben Noordhuis) | |
* fs: fix ReadStream / WriteStream missing callback (Gil Pedersen) | |
* fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis) | |
* installer: don't assume bash is installed (Ben Noordhuis) | |
* Report errors properly from --eval and stdin (isaacs) | |
* assert: fix throws() throws an error without message property (koichik) | |
* cluster: fix libuv assert in net.listen() (Ben Noordhuis) | |
* build: always link sunos builds with libumem (Trent Mick) | |
* build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson) | |
* https: Use host header as effective servername (isaacs) | |
* sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill) | |
* linux: fix 'two watchers, one path' segfault (Ben Noordhuis) | |
* windows: fix memory leaks in many fs functions (Bert Belder) | |
* windows: don't allow directories to be opened for writing/appending (Bert Belder) | |
* windows: make fork() work even when not all stdio handles are valid (Bert Belder) | |
* windows: make unlink() not remove mount points, and improve performance (Bert Belder) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove: