platform/upstream/nodejs.git
2010-04-06 isaacsAdd ini.stringify functionality, a test, and some TODOs...
2010-04-05 Ryan DahlAllow stream to write on close
2010-04-05 Ryan DahlBetter, faster, idle notification
2010-04-05 Ryan DahlIn tests, wait for 'listening' before connecting
2010-04-05 Ryan DahlReset stdin, stdout fd flags on exit
2010-04-05 Ryan DahlBlob struct should not contain actual data
2010-04-05 Ryan DahlUpgrade to WAF 1.5.15
2010-04-05 Ryan DahlUpdate libev's clock when starting timers
2010-04-05 Ryan DahlAdd buffer.copy
2010-04-05 Ryan DahlUpgrade V8 to 2.2.0.3
2010-04-02 Ryan DahlEmit 'error' on tcp connection DNS error
2010-04-02 Ryan DahlDon't reference fixtures/multipart.js
2010-04-02 Ryan DahlRemove multipart library
2010-04-02 Ryan DahlFix test-http-chunked. Need to check for \0 at end...
2010-04-02 Ryan DahlUse AF_INET sockets instead of always AF_INET6
2010-04-01 Ryan DahlMove buffer constants at the top of net.js
2010-04-01 Ryan DahlHack to support UTF8 writes again!
2010-04-01 Ryan DahlBetter flushing
2010-04-01 Tim CaswellDon't put an extra comma after bases in inspect.
2010-03-31 Ryan DahlFix thread flags on Solaris
2010-03-31 Ryan Dahlfix whitespcae in deps/coupling
2010-03-31 Johan DahlbergBugfix: watchFile, unwatch, watch causes error
2010-03-31 Ryan DahlBetter check for FDs in net2 bindings
2010-03-31 Herbert Vojcikmissing return after forceClose
2010-03-31 Herbert VojcikEAI_NODATA deprecated, patch to use EAI_NONAME if missi...
2010-03-29 Ryan DahlRevert "Upgrade V8 to 2.2.0"
2010-03-29 Matt RanneyImprove documentation.
2010-03-29 Ryan DahlUpgrade V8 to 2.2.0
2010-03-27 Ryan DahlMore efficient Stream.write
2010-03-27 Ryan DahlAdd note about where to find ronn
2010-03-27 Tim CaswellConversion to markdown based API docs.
2010-03-26 Ryan DahlRemove -Werror on V8 -_-
2010-03-26 Ryan DahlUpgrade V8 to 2.1.10
2010-03-26 Ryan DahlChange Buffer.toString to conform to CommonJS Binary/F
2010-03-26 Ryan DahlIncrease pool.used before making 'data' event
2010-03-25 Ryan DahlFinish V8 update
2010-03-25 Ryan DahlUpdate to V8 2.1.9.1
2010-03-25 Ryan DahlChange Buffer toString() output
2010-03-24 Ryan DahlAdd req.connection and res.connection
2010-03-24 Ryan DahlDon't free http parser for the client!
2010-03-24 Ryan Dahlsnake to camel in HTTP
2010-03-24 Ryan DahlFix HTTP keep-alive
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
next