platform/upstream/nodejs.git
2010-11-08 Ryan DahlRemove util.print from docs
2010-11-07 Guillaume TutonSet FD_CLOEXEC flag on stdio FDs before spawning.
2010-11-06 Ryan DahlRemove unnecessary ref/unref in iowatcher cb
2010-11-03 Ben NoordhuisMake writes to process.env update the real environment...
2010-11-03 Ryan DahlInstall node-waf
2010-11-03 Ryan DahlRemove warning in 'sys' - too aggressive
2010-11-02 Ryan DahlAdd legacy methods to Buffer
2010-11-02 Ryan DahlAdd test for http-buffer problem
2010-11-01 Ryan DahlBack to WAF
2010-11-01 Ryan DahlRemove old buffer api
2010-11-01 Ryan DahlAdd missing require('fs')
2010-11-01 Ryan DahlUpgrade V8 to 2.5.3
2010-11-01 Ryan DahlAdd execinfo to freebsd LINKFLAGS
2010-11-01 Ben NoordhuisFix 'undefined symbol' errors when loading native modules.
2010-11-01 Oleg EfimovAdd node headers installation
2010-11-01 Oleg EfimovAdd DESTDIR support to Makefile
2010-11-01 Chandra Sekar SRemoved range read optimization as it doesn't work...
2010-11-01 Ryan DahlClean up 'make clean'
2010-10-31 Ryan DahlImproper use of CFLAGS
2010-10-30 Ryan DahlAdd configure --enable-debug to make it build both
2010-10-30 Ryan DahlDe-indent dns.lookup
2010-10-30 Ryan DahlMake sure watcher.set() isn't being called when active
2010-10-30 Ryan DahlFix argv[6] comment in node_file
2010-10-30 Micheil SmithRewrite libeio After callback to use req->result instea...
2010-10-30 Ryan DahlDelete libv8 in 'make clean'
2010-10-30 Ryan DahlUpgrade V8 to 2.5.2
2010-10-30 Ryan DahlChanges to compile on solaris
2010-10-29 Ryan DahlHandle null values in clearTimeout
2010-10-29 Ryan DahlInstall node-waf
2010-10-29 Ryan DahlX the node-repl script
2010-10-29 Micheil SmithDisable make manpage, this is broken and can prevent...
2010-10-28 Ryan DahlFix make doc
2010-10-28 Micheil SmithRemoving the old doc templates, and doc javascript
2010-10-28 Micheil SmithMore simplification of the templating & rendering.
2010-10-28 Micheil SmithAdded a single page version, moved index to be standard...
2010-10-28 Micheil SmithAdding build tools & templates/assets
2010-10-28 Micheil SmithSplitting documentation
2010-10-28 Ryan DahlLazy load modules in net.js
2010-10-28 Ryan DahlRemove a little redundancy
2010-10-28 Ryan DahlHandle one more onReadable call from crypto
2010-10-28 Ryan DahlAbstract out a Server.prototype.pause method
2010-10-28 Ryan DahlAbstract out net.Server.prototype._rejectPending
2010-10-28 Jonas PfennigerModule-level EMFILE handling
2010-10-28 Rasmus AnderssonBuild system improvements: (cross compilation, libnode...
2010-10-28 isaacsHandle cyclic links smarter in fs.realpath
2010-10-27 isaacsLet exit listeners know the exit code
2010-10-27 Jorge Chamorro... make "node --eval" eval in the global scope.
2010-10-27 Ryan DahlRefactor callbacks in net.Stream for fewer closures
2010-10-27 Ryan DahlAdd extra anti-DoS tech to net.Server
2010-10-27 Ryan DahlImprove idle benchmarks
2010-10-27 Ryan DahlGracefully handle EMFILE
2010-10-27 Tim-SmartStyle changes.
2010-10-26 Ryan DahlUse the timer list for setTimeout
2010-10-26 Ryan DahlMove setTimeout and friends into timers module
2010-10-26 Ryan DahlMove idle timers into its own module
2010-10-26 Ryan DahlAdd C++ API for constructing fast buffer from string
2010-10-26 Ryan DahlRemove old TODOs
2010-10-26 Ryan DahlFix permissions on http.js
2010-10-26 Ryan DahlRemove old todo
2010-10-26 Ryan DahlallowHalfOpen disabled by default
2010-10-26 Ryan Dahlcreate directories during configure
2010-10-26 Ryan Dahlexec instead of sh a the configure.real script
2010-10-26 Ryan Dahlmore configure hackery
2010-10-26 Ryan DahlIgnore configure.real
2010-10-26 Ryan Dahladd configure
2010-10-26 Ryan Dahlfix style
2010-10-26 Paul QuernaSet the readable variables on the read/write streams
2010-10-26 Paul QuernaAdd SecurePair for handling of a ssl/tls stream.
2010-10-26 Paul Quernaremove old todo.
2010-10-26 Paul QuernaCentralize error handling in SecureStream
2010-10-25 isaacsAdd make install
2010-10-25 Micheil SmithUpdate node_net.cc to make us of node_constants.cc
2010-10-25 Paul QuernaAdd HAVE_OPENSSL flag to makefile
2010-10-25 Ryan Dahladd todo about half-open connections
2010-10-25 Ryan DahlRemove test-base64-bigfile
2010-10-25 Ryan DahlReplace WAF with make/autoconf
2010-10-23 Ryan DahlNow working on v0.3.1
2010-10-23 Ryan Dahlbump version to 0.3.0 v0.3.0
2010-10-23 Ryan DahlRevert "Add some failing tests for path.join"
2010-10-23 Ryan Dahlone more 'listening' race condition
2010-10-23 Ryan DahlFix a few 'listening' race conditions
2010-10-23 Ryan DahlDo not spin on aceept() with EMFILE
2010-10-23 Ryan DahlMake sure Error object on exec() gets killed member
2010-10-23 Ryan DahlFix test-net-eaddrinuse
2010-10-22 Stéphan KochenProvide a C++ Buffer constructor for external storage.
2010-10-22 Stéphan KochenGeneralize Buffer::Copy to work with all unsigned byte...
2010-10-22 Stéphan KochenSimplify things by using `*ArrayData` everywhere.
2010-10-22 Stéphan KochenRemove old interface remains from Buffer.
2010-10-22 Ryan DahlDon't call AtExit twice
2010-10-22 Vitali LovichFix parsing of linux memory
2010-10-22 Ryan DahlWrite write.txt into the tmpdir
2010-10-22 Ryan DahlRemove a confusing sentence in the docs
2010-10-22 Jorge Chamorro... Remove unneeded function wrappers
2010-10-21 Ryan DahlUpgrade libev to 4.00
2010-10-21 Ryan DahlUpgrade V8 to 2.5.1
2010-10-21 Ryan DahlAdd isatty for isaacs
2010-10-21 Ryan DahlForce exit on SIGINT but still reset flags on stdio fds
2010-10-21 Ryan DahlAdd incomplete R plot file
2010-10-21 Ryan DahlFix execFile timeouts, improve tests
2010-10-21 Ryan DahlChildProcesses cannot be killed if pid is missing
next