platform/upstream/nodejs.git
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-18 Ryan Dahlhttp2 now passes all tests
2010-03-18 Ryan DahlAdd 'opening' readyState
2010-03-18 Ryan DahlAll tests to use http2
2010-03-18 Ryan Dahlnet2 HTTPClient work
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
2010-03-11 Ryan Dahladd error listener to test-net-pingpong
2010-03-11 Ryan DahlAdd timer.again method
2010-03-11 Ryan DahlMake relative ref to sys in fs module.
2010-03-11 Ryan DahlAdjust process.compile documentation
2010-03-11 isaacsMore ini parser features.
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-10 Ryan DahlRemove -Werror from V8
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-10 Ryan DahlUpgrade V8 to 2.1.3
2010-03-10 Ryan DahlAdjust a few more tests to work with net2
2010-03-10 Ryan DahlFurther net2 compatibilities
2010-03-09 Standa OpichalMaking sure node-waf finds its real bindir even when...
2010-03-09 Ryan DahlUpdate http2 for new stream API
2010-03-09 Ryan DahlUpdate net.js for new stream API
2010-03-09 Ryan DahlRemove the 'Error: (no message)' exceptions print stack...
2010-03-09 Ryan DahlRemove the 'Error: (no message)' exceptions print stack...
2010-03-09 Ryan Dahlprocess.mixin: Return instead of continue in forEach
2010-03-09 Ryan DahlDon't use process.mixin in test-buffer.js
2010-03-09 Ryan DahlMerge branch 'master' into net2
2010-03-09 Ryan Dahlprocess.inherits -> sys.inherits
2010-03-09 Aaron HeckmannAdd removeAllListeners
2010-03-09 isaacsChange the include() message so that it doesn't recomme...
2010-03-09 isaacsRemove process.mixin from repl
2010-03-09 Ryan DahlClean up some things in the benchmarks
2010-03-09 Ryan DahlRemove -Werror from deps/v8/SConstruct
2010-03-09 isaacsRemove process.mixin dependencies from benchmark scripts
2010-03-09 isaacsRemove process.mixin dependency from fs
2010-03-09 isaacsRemove process.mixin dependency from all tests.
2010-03-09 Ryan DahlChange libev/wscript for waf 1.5.14
2010-03-08 Ryan DahlUpgrade waf to 1.5.14a
2010-03-08 Ryan DahlMerge branch 'master' into net2
next