platform/upstream/nodejs.git
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
2010-10-20 Tom HughesAdd --max-stack-size flag.
2010-10-20 isaacsAdd ~/.node_modules as well as ~/.node_libraries
2010-10-20 isaacsrequire looks in node_modules folders
2010-10-20 isaacsThe cwdRequire hack is no longer necessary with the...
2010-10-20 isaacsSplit out modulePaths and defaultPaths
2010-10-20 isaacsDocs for require.resolve
2010-10-20 Ryan DahlAdd some failing tests for path.join
2010-10-20 Aaron HeckmannPrevents child_process.exec timeouts from throwing...
2010-10-20 isaacsAdd require.resolve.
2010-10-20 Ryan DahlRemove old references to old 'stream' event
2010-10-20 Nikhil MaratheAdded documentation of EventEmitter.once
2010-10-19 Ryan Dahluse bash instead of sh in http_simple_bench.sh
2010-10-19 Ryan DahlUpgrade V8 to 2.5.0
2010-10-19 Johan Euphrosinenet listen should emit eaddrinuse error
2010-10-18 Mark NottinghamFix expect/continue keepalive
2010-10-18 Jorge Chamorro... unbase64 skips over *any* illegal chars
2010-10-18 Ryan DahlFix race conditions in test-http-upgrade-client2
2010-10-18 Ryan Dahlfix test-base64-bigfile for linux
2010-10-18 Ryan DahlFix test harness for Linux
2010-10-18 Sami Samhurinew api for defining repl commands
2010-10-18 AJ ONeal./wscript: allow for cross-compiling of all three suppo...
2010-10-18 isaacsA big base64 file encoding/decoding test
2010-10-18 Ryan Dahlbase64 decode should handle whitespace
2010-10-18 Ryan DahlInstall ev.h and eio.h
2010-10-17 Peteris KruminsAdd EventEmitter.prototype.once
2010-10-15 Ryan DahlAdd idle connection test
2010-10-13 Ryan DahlAdd 'make bench' script
2010-10-13 Ryan DahlImprove benchmark/http_simple.js
2010-10-13 Nathan RajlichUpgrade http-parser with a fix for spaces in headers
2010-10-13 Joshua PeekDon't flush net writeQueue on end() if its still connecting
2010-10-13 Ben NoordhuisPreliminary pkg-config support.
2010-10-13 Ryan DahlAllow people to set backlog. Need a better API.
2010-10-12 Tom HughesAdd signal handlers so we clean up before exiting.
2010-10-12 Ryan DahlAdd .js to native script's filename
2010-10-12 Ryan DahlDynamically load native scripts
2010-10-11 Ryan DahlDon't require events in fs.js
2010-10-11 Ryan Dahlfs.ReadStream and fs.WriteStream derive from stream...
2010-10-11 Ryan DahlAdd destroy methods to HTTP messages
2010-10-11 Micheil SmithMigrated from sys.p to console.dir
2010-10-11 Micheil SmithRemoved deprecated methods from lib/path.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/net.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/http.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/fs.js
2010-10-11 Micheil SmithRemoved deprecated alias to lib/fs.js
2010-10-11 Micheil SmithRemoved deprecated events.Promise
2010-10-11 Ryan DahlEnable pipe test
2010-10-11 Ryan DahlRemove sys in new tests
2010-10-11 Ryan DahlFix test-http-buffer-sanity
2010-10-11 Micheil SmithSoft migration of sys -> util, Removal of deprecated...
2010-10-11 Ryan DahlAdd broken test passing a buffer through http
2010-10-11 Rasmus Anderssonenviron symbol fix for Mac OS X
2010-10-11 Ryan DahlCloser to a working pipe
2010-10-11 Ryan DahlNo long have tcp module
2010-10-11 Felix GeisendörferStress test for http upload timeouts
next