platform/upstream/nodejs.git
2010-03-24 Ryan DahlMove test-child-process-spawn-loop to pummel/
2010-03-24 Ryan DahlClean up NODE_DEBUG detection
2010-03-24 Ryan DahlFix idle timeouts
2010-03-24 Ryan DahlDon't use sys.puts for debug in net.js
2010-03-24 Ryan DahlTimer clean ups
2010-03-23 Ryan DahlUpgrade V8 to 2.1.7
2010-03-23 isaacsFix debug statement that was using puts instead of...
2010-03-23 arlolraMigrates benchmarks to the new api.
2010-03-22 Ryan DahlUpgrade http-parser
2010-03-22 Ryan DahlFix ChildProcess::Kill
2010-03-20 Ryan DahlDon't kill negative PIDs
2010-03-20 Ryan DahlRemove old test file
2010-03-20 Ryan DahlrecvBuffer -> pool
2010-03-20 Ryan DahlMerge branch 'net2'
2010-03-20 Ryan DahlDon't deprecate readyState, yet
2010-03-20 Ryan DahlDon't use sys.debug, it gets preprocessed out
2010-03-20 Ryan DahlMerge branch 'master' into net2
2010-03-20 Ryan DahlSupport old 'binary' encoding in net.js
2010-03-20 Ryan Dahlold tcp module is now tcp_old
2010-03-20 Ryan Dahlbump version v0.1.33
2010-03-20 Ryan DahlMove Buffer into own module
2010-03-20 ZokaEliminate debug(x) statements from src/node.js and...
2010-03-20 Ryan DahlAdd legacy 'binary' encoding/decoding methods to Buffer
2010-03-20 Ryan Dahlhttp2 now default
2010-03-20 Ryan DahlAdd support for Buffer to fs.write
2010-03-19 Ryan DahlAdd note about Buffer abstraction
2010-03-19 Ryan DahlBuffer.utf8ByteLength -> Buffer.byteLength
2010-03-19 Ryan DahlRandom net.js clean ups
2010-03-19 Ryan DahlDon't error out when buffer.utf8Write() doesn't fit
2010-03-19 Ryan DahlRemove send fd functionality
2010-03-19 Ryan DahlSpeed up test-buffer
2010-03-19 Ryan Dahl[net2] inline write on empty write buffer for performance
2010-03-19 Herbert VojcikDRY loading native module
2010-03-18 Ryan Dahlhttp2 now passes all tests
2010-03-18 Ryan DahlAdd 'opening' readyState
2010-03-18 Carson McDonaldBetter EventEmitter modify-in-emit
2010-03-18 Ryan DahlAll tests to use http2
2010-03-18 Ryan Dahlnet2 HTTPClient work
2010-03-18 Scott TaylorRemove duplicate shebang filtering
2010-03-18 Tim-Smartnode.cc: EvalCX: Third argument as filename
2010-03-17 Ryan Dahls/Socket/Stream/g
2010-03-17 Ryan DahlMerge branch 'master' into net2
2010-03-17 Ryan DahlUpgrade V8 to 2.1.5
2010-03-17 pyrotechnickFixing a typo in the fs.readFile example.
2010-03-17 Ryan Dahlchild process now use net.Socket
2010-03-17 Krishna RajendranCheck for callback argument in PTR lookup
2010-03-17 isaacsevalcx shouldn't be too fancy
2010-03-16 Ryan DahlCheck for callback argument in DNS functions
2010-03-16 Krishna RajendranUpdate test-dns.js to work with latest api
2010-03-16 Krishna RajendranFix calls to dns bindings in dns.js
2010-03-16 isaacsMake evalcx work like it's supposed to.
2010-03-15 Ryan DahlMove net2 bindings out of process
2010-03-15 Ryan DahlFix StatWatcher typo
2010-03-15 Ryan DahlUse streams for stdout and stdin
2010-03-15 Ryan DahlMerge branch 'master' into net2
2010-03-15 Ryan DahlAdd missing lib/events.js
2010-03-15 Ryan DahlMove native js files into binding object
2010-03-15 Ryan DahlUse uniform watcher names
2010-03-15 Ryan DahlLoad c++ modules on demand
2010-03-15 Ryan DahlFix gcc warnings in node.cc
2010-03-15 Ryan DahlLazy load fs.readFile
2010-03-15 Ryan Dahlremove whitespace
2010-03-15 Ryan DahlUpgrade V8 to 2.1.4
2010-03-15 Ryan DahlTests should use compiled-in modules not build-dir...
2010-03-15 Ryan DahlRemove require.paths from process object
2010-03-15 Ryan DahlInclude lib/ directory in node executable. Compile...
2010-03-15 Krishna RajendranUse gai_strerror when tcp.Server fails to resolve its...
2010-03-14 Jed SchmidtAdded check to make sure writeHead() is called before...
2010-03-14 Herbert VojčíkOnly Ref in idle watcher when wasn't already active.
2010-03-13 Ryan DahlFreeBsd->Solaris on homepage
2010-03-13 Scott GonzálezFixed typo in comment for require.registerExtension().
2010-03-13 Ryan Dahlsmall wscript error
2010-03-13 Ryan Dahlbump version v0.1.32
2010-03-13 Ryan DahlWork on net2 http client
2010-03-12 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlFactor out TryCatch in ReallyEmit
2010-03-12 Ryan DahlOptimize event emitter for single listener
2010-03-12 Ryan DahlSimplify Socket constructor
2010-03-12 Ryan DahlFix node_timer bug; sometimes was not initializing...
2010-03-12 Ryan DahlDisable test-net-fd-passing for now
2010-03-12 Ryan DahlMerge branch 'master' into HEAD
2010-03-12 Ryan DahlTCP timeout opt-in instead of opt-out
2010-03-12 Ryan DahlOnly print readyState deprication message once
2010-03-12 Ryan DahlAdjust object ref count after call to ev_timer_again
2010-03-12 Ryan DahlFix some gcc warnings
2010-03-12 Ryan DahlDisable AsciiSliceExt
2010-03-12 Ryan DahlDeprecate process.mixin
2010-03-12 Tim-SmartInitial implementation of process.evalcx
2010-03-12 Ryan DahlDepreciation -> Deprecation
2010-03-12 Vanilla Hsuuse getpagesize() to get PAGE_SIZE on FreeBSD.
2010-03-12 Vanilla Hsu1: sync wscript with libeio.m4 2: try to enable macosx...
2010-03-12 Ryan DahlMissing EOL semicolons
2010-03-12 Ryan Dahl.addon -> .node
2010-03-12 Tim-SmartAdd require.registerExtension
2010-03-11 Ryan DahlFix undefined reference in fs.js
2010-03-11 Ryan DahlUpgrade libeio
2010-03-11 Jérémy LalAdd --system option to configure, so make uses V8,...
2010-03-11 Ryan DahlMake relative ref to sys in fs module.
2010-03-11 Ryan Dahl[net2] Add Socket.setTimeout
2010-03-11 Ryan DahlAdd process.now
next