platform/upstream/nodejs.git
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-12 Ryan DahlFactor out TryCatch in ReallyEmit
2010-03-12 Ryan DahlOptimize event emitter for single listener
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 DahlAdjust process.compile documentation
2010-03-11 isaacsMore ini parser features.
2010-03-10 Ryan DahlRemove -Werror from V8
2010-03-10 Ryan DahlUpgrade V8 to 2.1.3
2010-03-09 Standa OpichalMaking sure node-waf finds its real bindir even when...
2010-03-09 Ryan DahlRemove the 'Error: (no message)' exceptions print stack...
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 Dahlrequire('fs') in test-http-tls
2010-03-08 Felix Geisendörferfs.createWriteStream throws fs undefined error
2010-03-08 Felix GeisendörferRemove fs/path globals from test suite
2010-03-08 Ryan DahlUpgrade WAF to 1.5.14
2010-03-08 Ryan DahlUpgrade V8 to 2.1.2.6
2010-03-08 Ryan DahlReplace --cflags with --vars
2010-03-08 Felix GeisendörferAdd callbacks to stream methods
2010-03-08 Felix GeisendörferFix typo in fs.writeStream docs
2010-03-08 Ryan DahlAdd environmental varibles to help text
2010-03-07 Ryan Dahlclean should not docclean
2010-03-07 Rasmus AnderssonUpdated patch of node.cc for supporting reading of...
2010-03-06 Ryan DahlDepreciation process.unloop()
2010-03-06 Ryan Dahlbump version v0.1.31
2010-03-06 Ryan DahlBugfix in querystring
2010-03-06 Rob EllisAdded Parse INI to Node, tests
2010-03-06 Ryan DahlClean up homepage
2010-03-05 Ryan DahlDecouple timer from EventEmitter
2010-03-05 Ryan DahlRevert "Use kqueue on macintosh"
2010-03-05 Ryan DahlMerge remote branch 'felixge/file2'
2010-03-05 Felix GeisendörferDocumentation for FileWriteStream
2010-03-05 Felix GeisendörferDocumentation for FileReadStream
2010-03-05 Felix GeisendörferProperly handle read errors
2010-03-05 Felix GeisendörferUse sys inherits
2010-03-05 Felix GeisendörferRenamed fileReadStream -> createReadStream
2010-03-05 Felix GeisendörferUpdated file streams
2010-03-05 Felix GeisendörferSimplify buffering
2010-03-05 Felix GeisendörferInitial read stream implementation
2010-03-05 Felix GeisendörferUse process.mixin instead of sys.mixin
2010-03-04 Ryan DahlRevert "Remove process.unloop()"
2010-03-04 Ryan DahlRemove process.unloop()
2010-03-04 Ryan DahlUse kqueue on macintosh
2010-03-03 Ryan DahlDon't allow child process to clobber environ
2010-03-03 Ryan DahlStore connection in OutgoingMessage
2010-03-03 Ryan DahlFactor out a http.Client._reconnect() function
2010-03-03 Ryan DahlRemove unused EventEmitter object
2010-03-03 isaacsFix a bug that was suppressing the error in setgid...
2010-03-03 Ryan DahlAllow passing env to child process
2010-03-03 Jacek BecelaFix fs.readFile handling encoding. Should close issue #72
2010-03-03 Ryan Dahltcp.Connection.prototype.write should return boolean
2010-03-03 Rasmus AnderssonRewrote realpath implementation solving all known faili...
2010-03-03 Ryan DahlAdd sys.log()
2010-03-02 Felix GeisendörferTweaks
2010-03-02 Felix GeisendörferInitial write stream implementation
2010-03-02 Ryan Dahl'make test' only runs the simple test
2010-03-02 Ryan DahlDisable ipv6 test on solaris
2010-03-02 Ryan DahlProperly throw error on failed connection
2010-03-02 Ryan DahlFix coupling error on Solaris
2010-03-02 Ryan DahlUse EVBACKEND_SELECT on Solaris
2010-03-02 Rasmus AnderssonAdded fs.realpath and fs.realpathSync (pure javascript...
2010-03-02 Ryan DahlFix shebang in wscript
2010-03-01 Felix GeisendörferBug fix for deep process.mixin array handling
2010-03-01 Benjamin ThomasStop sys.inspect from adding extra new lines for deep...
2010-03-01 Ryan DahlMove process.inherits to sys
2010-03-01 Ryan DahlMove watchFile into fs module
next