platform/upstream/nodejs.git
2010-08-06 Bert BelderExpose cwd option to child_process.exec()
2010-08-06 Bert BelderNew api for child_process.spawn; ability to set cwd...
2010-08-06 Ryan DahlRemove module.js - put code into src/node.js
2010-08-06 Tj HolowaychukAdded console.trace()
2010-08-06 Tj HolowaychukAdded console.{time,timeEnd}()
2010-08-06 Tj Holowaychukconsole formatter appends extra arguments
2010-08-05 cloudheadquerystring.parse: handle undefined value properly
2010-08-05 Felix GeisendörferSupport inspecting objects with console.log
2010-08-04 Ryan DahlUpdate AUTHORS
2010-08-04 Ryan DahlPrint warning when OpenSSL not found
2010-08-04 Nick StenningStandardise module load order for native and registered...
2010-08-04 Nick StenningDon't attempt to load a directory.
2010-08-04 Ryan Dahlbump version v0.1.103
2010-08-04 Ryan DahlUpgrade V8 to 2.3.5
2010-08-04 Ryan DahlFix toString('base64') bug
2010-08-04 Samuel ShullAdd node_version.h to install
2010-08-04 Ryan DahlRevert "Expose the V8 debug object process.debug"
2010-08-04 Ryan DahlAllow null context in Script
2010-08-04 isaacsSetBlocking should set blocking, not toggle it
2010-08-04 isaacsWhen the parent's stdio FDs are passed to a child,...
2010-08-03 Ryan DahlUpgrade V8 to 2.3.4
2010-08-02 Ben NoordhuisClient.onend: Anticipate that the HTTP parser object...
2010-08-02 Ryan DahlExpose the V8 debug object process.debug
2010-08-02 Mikeal RogersImplement keep-alive for http.Client
2010-08-02 BrianAllow signals to be used with process.on in addition...
2010-08-02 isaacsDon't let path.normalize get above the root.
2010-08-02 Danny Coatesremove node::CheckBreak in favor of using the v8 debugg...
2010-07-31 Ryan DahlUpgrade http-parser for clang compat
2010-07-30 Ryan Dahl[v8] Remove global.print from v8natives.js (fixes issue...
2010-07-30 Ryan DahlFix style
2010-07-30 Ben NoordhuisBuffer: graciously handle padding in base64-encoded...
2010-07-30 Ryan DahlFix email address in AUTHORS file
2010-07-29 Ryan DahlFix ending \0 in base64 decoding
2010-07-28 Ben NoordhuisBuffer: adjust buffer size so the base64-decoded input...
2010-07-28 Ryan DahlFix --debug-brk; hacky solution
2010-07-27 Ryan DahlAdd todos
2010-07-27 Ryan DahlClarify string encoding docs
2010-07-27 Ryan DahlGlobalize the Buffer object
2010-07-27 Ryan DahlOnly one line break before stacktrace
2010-07-27 Ryan DahlUse kqueue on recent macintosh builds
2010-07-27 Matt RanneyCheck for socket on Unix domain connect.
2010-07-26 Ryan DahlUpgrade http-parser
2010-07-26 Ryan DahlUpgrade V8 to 2.3.3
2010-07-26 Benjamin KramerConstify read-only global data
2010-07-26 Benjamin KramerAdd missing parentheses
2010-07-26 Benjamin KramerFix addrlen for unix_dgram sockets
2010-07-26 Ryan DahlAdd write() callback TODO item
2010-07-26 Chandra Sekar SSupport for HOME and END in REPL.
2010-07-26 Ryan DahlFix DNS example in docs
2010-07-26 Ryan Dahlbump version v0.1.102
2010-07-26 Ryan DahlAdd reference to base64 encoding
2010-07-26 Dmitry BaranovskiyAdded ability to pass offset to buffer write and toStri...
2010-07-26 Dmitry BaranovskiyFixed format, so it wouldn’t blow up if %d argument...
2010-07-23 Ryan DahlImplement buffer.write for base64
2010-07-23 Ryan DahlImplement buffer.toString('base64')
2010-07-23 Ryan DahlFix case in docs
2010-07-23 isaacsFix dirname so that dirname('/a/b/') -> '/a', like...
2010-07-23 Andrew NaylorBuffer for Cipher, Decipher, Hmac, Sign and Verify
2010-07-21 Ryan DahlRemove Werror from SConstruct
2010-07-21 Ryan DahlUpgrade V8 to 2.3.2
2010-07-21 Ryan DahlTODO items
2010-07-21 Chandra Sekar SSupport for reading byte ranges from files using fs...
2010-07-20 Peter GriessFix Buffer.toString() on 0-length slices.
2010-07-20 Sam ShullAdd parenthesis to NODE_VERSION_AT_LEAST
2010-07-20 Robert KeizerAdded process.binding('stdio').getRows()
2010-07-20 isaacsSupport including modules that don't have an extension.
2010-07-20 Ryan DahlSpecify env differently in execFile
2010-07-19 BrianConsistency changes in api docs
2010-07-19 isaacsCache modules based on filename rather than ID
2010-07-19 Peter GriessDocument setuid/setgid sync resolution capability.
2010-07-19 Micheil Smithquerystring: Removing typecasting of numeric strings...
2010-07-19 Jan Kassensquerystring.js: JSLint warnings fixed
2010-07-19 Jan Kassensquerystring doc fix
2010-07-19 Jan Kassensquerystring.stringify is now more solid
2010-07-19 Ryan DahlAdd todo item
2010-07-19 Ryan DahlFix for issue #214
2010-07-19 Benjamin Fritschadded test for Issue #214
2010-07-19 Ryan DahlFix style in readline
2010-07-19 Jérémy LalSupport DEL in the REPL.
2010-07-18 Ryan DahlApple's SUN_LEN is broken, override
2010-07-18 Ryan DahlSet SO_REUSEADDR on all sockets
2010-07-17 Ryan DahlUpgrade http-parser
2010-07-17 Ryan DahlFix solaris build
2010-07-17 Ryan Dahlbump version v0.1.101
2010-07-17 Ryan Dahlfs.writeSync should return bytes written
2010-07-16 Marco RogersFix console formatter to recognize json properly
2010-07-16 Ryan DahlUpgrade V8 to 2.3.0
2010-07-16 Сергей Крыжановскийadded env to child_process.exec
2010-07-15 Matt RanneyFix unix dgram socket address resolution on Linux.
2010-07-15 Ryan Dahlinstanceof Buffer to Buffer.isBuffer()
2010-07-15 Ryan DahlMore instanceof Array fixes
2010-07-15 Ryan DahlUpdate TODO
2010-07-15 Ryan DahlFix test-executable-path.js
2010-07-15 Ryan DahlRemove race conditions and simplify test-http-exceptions.js
2010-07-15 Ryan DahlAdjust tests for error reporting on JSON.parse(undefined)
2010-07-15 Ryan DahlUpdate tests to work with module contexts
2010-07-15 Ryan DahlFix reference to root global context
2010-07-15 Ryan DahlAdd TODO list
2010-07-15 Ryan DahlUse Array.isArray instead of instanceof
2010-07-15 Ryan DahlAdd 'root' global variable as reference to sandbox
next