platform/upstream/nodejs.git
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
2010-09-13 Tony Metzidis- fix AttributeError on "use_openssl" when doing ....
2010-09-13 Ryan DahlFix style in node_object_wrap.h
2010-09-13 Ryan DahlAdd lfs flags to node addon script
2010-09-13 Ryan DahlFix style in readline
2010-09-13 Ryan DahlAdd SIGWINCH handler for readline
2010-09-12 Ryan Dahladd to todo
2010-09-10 Paul QuernaExpose fingerproint from getPeerCertificate
2010-09-10 Ryan DahlFix fs.realpathSync('/')
2010-09-09 isaacsBetter temporary directory handling for tests.
2010-09-09 Ryan DahlDon't use empty.js - breaks module test
2010-09-09 Felix GeisendörferSimple benchmark for node's startup time
2010-09-09 Ryan DahlUse SetPointerInInternalField
2010-09-09 Ryan DahlMerge branch 'fast-buffer'
2010-09-09 Ryan DahlRename SlowBuffer in binding
2010-09-09 Ryan DahlRemove blobs, simplify SlowBuffer
2010-09-09 Ryan DahlRemove dead code
2010-09-09 Ryan DahlFix big string bug
2010-09-09 Ryan DahlRemove fancy SlowBuffer constructor
2010-09-09 Ryan DahlSimplify fast buffer constructor
2010-09-09 Ryan DahlImprove long buffer test
2010-09-09 Ryan DahlExpose fast-buffer bug in tests
2010-09-09 Ryan DahlUpdate fast buffer benchmarks
2010-09-09 Ryan DahldefineProperty is slow, don't use it for fastbuffer
2010-09-09 Ryan DahlExpose SlowBuffer
2010-09-09 Ryan DahlFix ByteLength hangup
2010-09-09 Ryan DahlExpose Buffer.poolSize
2010-09-09 Ryan Dahlfast buffers for crypto
2010-09-09 Ryan DahlFast buffers for http-parser
2010-09-09 Ryan Dahlmap charsWritten to fast buffer
2010-09-09 Ryan DahlFix base64 write for buffers
2010-09-09 Ryan Dahlremove unnecessary casts
2010-09-09 Ryan DahlMore fast buffer work
2010-09-09 Ryan Dahlfast buffer bounds checking in copy()
2010-09-09 Tim-Smartstring.length !== Buffer.byteLength(string)
2010-09-09 Ryan DahlWork to get C++ fast buffers. incomplete
2010-09-09 Ryan DahlFast Buffer safe constructor
2010-09-09 Ryan DahlFix buffer binding
2010-09-09 Ryan DahlFix fastbuffer style
2010-09-09 Tim-SmartSome silly fixes to buffer.js
2010-09-09 Tim-SmartFastBuffer implementation. API needs migration
2010-09-09 Felix GeisendörferFix: uncaughtException was broken for main module
2010-09-09 Ryan DahlCall Tick() after coming out of select()
2010-09-09 isaacsFix issue #262. Allow fs.realpath to traverse above...
next