5971 Commits (7b71fd0c68ae103d77dbc11fb7ac87218626e3fd)
 

Author SHA1 Message Date
Nathan Rajlich 7b71fd0c68 build: add comment explaining MACOSX_DEPLOYMENT_TARGET. 13 years ago
Nathan Rajlich 70a5b53e03 Re-apply "build: target OSX 10.5 when building on darwin" 13 years ago
Ben Noordhuis 0db4dc0024 deps: upgrade libuv to 3c41597 13 years ago
isaacs 06ada03ed9 fs.WriteStream: Handle modifications to fs.open 13 years ago
isaacs 93eca95aec Revert "build: target OSX 10.5 when building on darwin" 13 years ago
Nathan Rajlich 78eb174ea2 readline: use StringDecoder for decoding "normal" data 13 years ago
Nathan Rajlich 8652c11031 test: make the ArrayStream in repl tests write a '\n' 13 years ago
Nathan Rajlich 8752ceef13 test: make repl-autolibs check that the callback was invoked 13 years ago
Nathan Rajlich ca8dea83a9 repl: make the completer use newlines 13 years ago
Nathan Rajlich aab7cb7dfe test: fix failing test-repl.js 13 years ago
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n' 13 years ago
isaacs b9bfb1bc91 child_process: Emit err rather than throw for IPC write failure 13 years ago
Zachary Scott d73b257d65 docs: grammar and spelling on lib/cluster.js 13 years ago
Nathan Rajlich b6d6a54f80 build: target OSX 10.5 when building on darwin 13 years ago
Bert Belder 3e8857271b Windows: installer shows license agreement dialog 13 years ago
Bert Belder 2728dcc95b Windows: add build step that generates license.rtf from LICENSE 13 years ago
Bert Belder 930fabe43f Disable V8 postmortem debugging on Windows 13 years ago
Ryan Dahl 30994aad30 Mac installer shows license 13 years ago
Ryan Dahl 55e971e33d Include text of licenses in LICENSE file 13 years ago
Ben Noordhuis 92c0c6953a build: define _DARWIN_USE_64_BIT_INODE=1 on OS X 13 years ago
Ryan Dahl 08109367e8 Fix links to libev and libeio licenses 13 years ago
isaacs 01d46f3a20 Fix #3052 Handle errors properly in zlib 13 years ago
Dave Pacheco cc15299c32 build: add support for DTrace and postmortem 13 years ago
Ben Noordhuis 7bdeed2039 zlib: fix uninitialized variable compiler warning 13 years ago
Ben Noordhuis a4a04f932e node: provide snprintf implementation on windows 13 years ago
Ben Noordhuis dee8c51547 node: don't check return value of unsetenv() 13 years ago
Ben Noordhuis bc834c395b Alias _snprintf to snprintf, fix Windows build. 13 years ago
isaacs 2726c22f0b Revert "tty: add keypress event for backwards-compat" 13 years ago
Ben Noordhuis c26a0b5aab doc: fix grammar error in cluster docs 13 years ago
isaacs 90ce5b3d41 cluster: Rename 'death' back to 'exit' 13 years ago
Bert Belder 407181538b Revert "Re-add top-level v8::Locker" 13 years ago
Ben Noordhuis 7c02b5a58d udp_wrap: simplify AddressToJS() function 13 years ago
Ben Noordhuis 1ab95a536a udp_wrap: use new slab allocator 13 years ago
Ben Noordhuis 1e13a2d242 stream_wrap: use new slab allocator 13 years ago
Ben Noordhuis 08032efed0 core: add reusable slab allocator 13 years ago
Ben Noordhuis a58659cd4a core: add ROUND_UP() macro 13 years ago
Ben Noordhuis 9d1fde7519 typed arrays: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 036d907df7 tcp: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 3005965266 stat_watcher: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 1a49df5fa9 http: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 9eacf93928 crypto: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis f86359cc3f udp: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 32b2964eed udp: remove slab allocator 13 years ago
isaacs 8d3278b962 Now working on 0.7.8 13 years ago
isaacs 69ae75c66c Merge branch 'v0.7.7-release' 13 years ago
Igor Zinkovsky 6aa7f6f732 upgrade libuv to ab8c3b85c1 13 years ago
Ben Noordhuis 17524432ff Fix Engrish in error messages. 13 years ago
Ben Noordhuis db0a1dc7d9 node: remove unused function 13 years ago
Ben Noordhuis 8c97ad4c30 node: fix signedness compiler warnings 13 years ago
Ben Noordhuis 6986d9316c crypto: fix signedness compiler warnings 13 years ago