summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-12build: configure opensslBen Noordhuis
2012-04-12deps: reapply 0a34755 to bundled opensslBen Noordhuis
2012-04-12deps: reapply 0110c90 to bundled opensslBen Noordhuis
2012-04-12deps: upgrade openssl to 1.0.0fBen Noordhuis
2012-04-12gyp: fix 'argument list too long' build errorBen Noordhuis
2012-04-12Revert "deps: upgrade libuv to 3c41597"Ben Noordhuis
2012-04-11Slab allocator: don't attempt to shrink a non-bufferBert Belder
2012-04-11configure: output a newline at the end of config.gypiNathan Rajlich
2012-04-11configure: don't use "with" for Python 2.5 and olderNathan Rajlich
2012-04-10Fix #3089 Build changelog.html for websiteisaacs
2012-04-10Makefile: minor nitisaacs
2012-04-10build: add comment explaining MACOSX_DEPLOYMENT_TARGET.Nathan Rajlich
2012-04-10Re-apply "build: target OSX 10.5 when building on darwin"Nathan Rajlich
2012-04-10deps: upgrade libuv to 3c41597Ben Noordhuis
2012-04-09fs.WriteStream: Handle modifications to fs.openisaacs
2012-04-08Revert "build: target OSX 10.5 when building on darwin"isaacs
2012-04-06readline: use StringDecoder for decoding "normal" dataNathan Rajlich
2012-04-06test: make the ArrayStream in repl tests write a '\n'Nathan Rajlich
2012-04-06test: make repl-autolibs check that the callback was invokedNathan Rajlich
2012-04-06repl: make the completer use newlinesNathan Rajlich
2012-04-06test: fix failing test-repl.jsNathan Rajlich
2012-04-06readline: buffer data to only emit 'line' on '\n'Nathan Friedly
2012-04-06child_process: Emit err rather than throw for IPC write failureisaacs
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott
2012-04-05build: target OSX 10.5 when building on darwinNathan Rajlich
2012-04-04Windows: installer shows license agreement dialogBert Belder
2012-04-04Windows: add build step that generates license.rtf from LICENSEBert Belder
2012-04-03Disable V8 postmortem debugging on WindowsBert Belder
2012-04-02Mac installer shows licenseRyan Dahl
2012-04-02Include text of licenses in LICENSE fileRyan Dahl
2012-04-02build: define _DARWIN_USE_64_BIT_INODE=1 on OS XBen Noordhuis
2012-04-02Fix links to libev and libeio licensesRyan Dahl
2012-04-02Fix #3052 Handle errors properly in zlibisaacs
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-31zlib: fix uninitialized variable compiler warningBen Noordhuis
2012-04-01node: provide snprintf implementation on windowsBen Noordhuis
2012-03-31node: don't check return value of unsetenv()Ben Noordhuis
2012-03-31Alias _snprintf to snprintf, fix Windows build.Ben Noordhuis
2012-03-30Revert "tty: add keypress event for backwards-compat"isaacs
2012-03-30doc: fix grammar error in cluster docsBen Noordhuis
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-30Revert "Re-add top-level v8::Locker"Bert Belder
2012-03-30udp_wrap: simplify AddressToJS() functionBen Noordhuis
2012-03-30udp_wrap: use new slab allocatorBen Noordhuis
2012-03-30stream_wrap: use new slab allocatorBen Noordhuis
2012-03-30core: add reusable slab allocatorBen Noordhuis
2012-03-30core: add ROUND_UP() macroBen Noordhuis
2012-03-30typed arrays: root JS objects in HandleScope with Local<>Ben Noordhuis
2012-03-30tcp: root JS objects in HandleScope with Local<>Ben Noordhuis
2012-03-30stat_watcher: root JS objects in HandleScope with Local<>Ben Noordhuis