platform/upstream/nodejs.git
2010-10-09 Ryan DahlWarnings for new C++ buffer API
2010-10-09 Sean Coatesadd $ to variable name character matching patterns...
2010-10-09 Ryan DahlAdd missing v8 file...
2010-10-09 Ryan DahlAdd config.h for cygwin for libev and libeio
2010-10-07 Ryan Dahlexpose parsers freelist
2010-10-07 Ryan Dahladd require.cache
2010-10-07 Joshaven Pottersyntax fixes to pass jslint
2010-10-07 TJ HolowaychukAdded -e, --eval
2010-10-05 Ryan Dahl#define HAVE_FDATASYNC 0 for darwin; 10.5 is missing it
2010-10-05 Ryan DahlUpgrade V8 to 2.4.8
2010-10-04 Ryan DahlClearWeak on ObjectWraps. I /think/ this is the correct...
2010-10-04 isaacsFix #325. Add test and check for zero-length file conte...
2010-10-04 Ryan Dahllib/http.js - nested loop stepping on variables of...
2010-10-02 Ryan Dahllibev, libeio config.h files don't depend on arch
2010-10-02 David Siegellibev libeio: added freebsd-x86 config headers
2010-10-02 Ryan DahlSimpler libev and libeio config
2010-10-02 isaacsReport "weird" errors a little better.
2010-10-01 Mark NottinghamAdd support for handling Expect: 100-continue
2010-10-01 Marco Rogersfix encoding option on ReadStream, updated test
2010-10-01 Ryan DahlUpgrade V8 to 2.4.7
2010-10-01 Ryan DahlFix REPL crash on tabbing 'this.'
2010-10-01 Ryan DahlDrop reference to timer callback on clearTimeout
2010-10-01 Evan Larkinfs.ReadStream: Passing null for file position on all...
2010-10-01 Ryan DahlFix zero length buffer bug for http res.end()
2010-09-30 Mark NottinghamConsume HTTP trailing headers
2010-09-30 Evan LarkinNo longer using the global variable "stat" in unwatchFile
2010-09-30 Ryan DahlRemove unused function
2010-09-30 Ryan DahlSimplify: per-module cache thing
2010-09-30 Ryan DahlAdd test for getting parse error from HTTP client
2010-09-30 Ryan DahlMove the http client's initParser() into prototype
2010-09-29 Ryan Dahlwriteable -> writable
2010-09-29 Ben NoordhuisSafe constructor for ObjectWrapped classes
2010-09-29 Ryan DahlFix style in node_crypto.cc
2010-09-28 Ryan DahlRename some SecureStream methods
2010-09-28 Ryan Dahllazy load crypto binding
2010-09-28 Ryan Dahlfix style in net.js
2010-09-28 Ryan DahlPut preprocessor defines into CPPFLAGS not compile...
2010-09-28 Ryan DahlDisable a few more libev features
2010-09-28 Ryan DahlRemove require('buffer') in built-in libraries.
2010-09-28 Aaron Heckmannquicker loops
2010-09-28 Ryan Dahloutput time of function calls
2010-09-25 Ryan DahlFix timing on I/O benchmark
2010-09-24 Ryan DahlAdd function_call benchmark
2010-09-23 Fedor IndutnyFixed 'upgrade' event for httpclient
2010-09-23 isaacsDon't use stat in fs.readFile[Sync]
2010-09-23 Ryan DahlRevert "Upgrade V8 to 2.4.5"
2010-09-22 Tj HolowaychukFixed fs.ReadStream() start: 0 bug
2010-09-22 Ryan DahlUpgrade V8 to 2.4.5
2010-09-22 Mikeal RogersHTTP: close connection on connection:close header.
2010-09-22 isaacsDon't try to run extension loaders unless they're actua...
2010-09-20 Ryan DahlDon't choose jobs based on processor
2010-09-20 Ryan DahlMore explicit openssl configure warning
2010-09-20 Ryan DahlFix test/message/undefined_reference_in_new_context
2010-09-20 Tim-SmartRemove registerExtension, add .extensions. Tests.
2010-09-20 Jorge Chamorro... sys.js: --needless Object.keys() --needless .map()...
2010-09-20 Ryan DahlTag release versions in 'process.version'
2010-09-19 isaacsRemove require.async
2010-09-19 Paul QuernaFatal error out if OpenSSL was not explicitly disabled...
2010-09-19 Ryan DahlForgot to include node_main.cc
2010-09-19 Jorge Chamorro... sys.js: sys.inspect: show function names
2010-09-19 Ryan DahlUpdate TODO
2010-09-19 Ryan DahlAdd node::Start()
2010-09-19 Ryan DahlPass correct message in HTTP client upgrade
2010-09-19 Ryan DahlRevert requireNative changes: 4e6b9b0, d429033, 6abbfa0...
2010-09-17 Ryan DahlRemove process._byteLength
2010-09-17 Ryan DahlRemove process.evalcx
2010-09-17 Ryan DahlMove IOWatcher and Timer to process.binding
2010-09-17 Ryan DahlFinally remove process.unloop
2010-09-17 Ryan DahlRemove process.global
2010-09-17 Ryan DahlAdd require('constants')
2010-09-17 Ryan DahlAdd TODO item
2010-09-17 Ryan DahlMove constants out of process object
2010-09-17 Ryan DahlAdd items to TODO
2010-09-17 Ryan DahlUpgrade V8 to 2.4.4
2010-09-17 Ryan Dahl^c to get out of '...' in REPL
2010-09-17 Ryan DahlSimplify REPL
2010-09-17 Ryan DahlSafe constructors for fs.ReadStream and fs.WriteStream
2010-09-17 Ryan DahlRemove old versions of fs.read and fs.write from docs
2010-09-17 Paul QuernaUse the Apple recommended way of detecting OSX Versions
2010-09-17 Paul QuernaMove dns.isIP to net.isIP
2010-09-16 Ryan DahlRemove deprecation warnings in net module
2010-09-16 Ryan DahlRemove deprecation warnings in http module
2010-09-16 Ryan DahlHandle writeStream errors in sys.pump
2010-09-16 Herbert VojčíkCommon subexpression in emit.
2010-09-16 Herbert VojčíkNo need to do if (internalModuleCache...), it's in...
2010-09-16 Herbert VojčíkModule system moved to the bottom, where only is it...
2010-09-16 Herbert Vojčíkm.id unneccessary, id is enough.
2010-09-16 Herbert VojčíkNatives having their own self-contained minimalistic...
2010-09-15 Ryan DahlRemove a few old deprecation warnings
2010-09-15 Sam StephensonSend multiple header lines in ServerResponse#writeHead...
2010-09-15 Ryan Dahlshorten some lines in events.js
2010-09-15 Ryan DahlOptimize emit for two arguments
2010-09-15 Ryan DahlMake a list of known globals
2010-09-14 Ryan DahlDefault value for second arg of Buffer#slice
2010-09-14 Mark NottinghamSupport for outgoing HTTP trailing headers
2010-09-14 Ryan DahlUse child_process.exec rather than sys.exec
2010-09-14 isaacsBug in realpath with symlinks to absolute folder paths...
2010-09-13 Ryan DahlUpgrade libeio
2010-09-13 Peter GriessGet rid of PHP/Rails style parameter munging.
2010-09-13 Tony MetzidisCatch Exceptions thrown when openssl is disabled
next