platform/upstream/nodejs.git
2010-08-12 Trent Mickrepl completion: multi-column display of completions
2010-08-12 Rasmus AnderssonAdded support for multiple listeners to DNS multicast...
2010-08-12 Bert BelderFix http and net tests failing due to race condition
2010-08-11 Trent MickFirst pass at tab-completion in the REPL
2010-08-11 Ryan DahlImplement process.title for linux
2010-08-11 Ryan DahlStub out process.title
2010-08-11 Fedor IndutnyCygwin: process.execPath fix
2010-08-11 Ryan DahlRemove -Werror from v8 SConstruct
2010-08-11 Rasmus Andersson[dgram] only look up hostname for the requested address...
2010-08-11 Ryan DahlFix race conditions in tests
2010-08-10 Ryan DahlClose fd on readFile(emptyfile)
2010-08-10 Ryan DahlUpgrade V8 to 2.3.6
2010-08-10 Ryan Dahluppercase request methods
2010-08-09 Bert BelderIf no options are given to child_process.spawn, env...
2010-08-09 Ryan DahlUnset CLOEXEC on spawn's customFds
2010-08-09 Rasmus Anderssonignore test/fixtures/hello.txt created by some test(s)
2010-08-09 BrianMisc. corrections and consistency changes to documentation.
2010-08-08 Ryan DahlAdd TODO list items
2010-08-08 Ryan DahlRemove completed TODO task
2010-08-08 Ryan DahlExport Interface from readline.js
2010-08-06 Trent Mickspelling correction
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.
next