platform/upstream/nodejs.git
2010-08-18 Ryan DahlFix process.platform
2010-08-18 Herbert VojčíkTests for behaviour of 'global'.
2010-08-18 Herbert VojčíkFix sys.inspect for regex in different context.
2010-08-18 Herbert VojčíkFix registerExtension for NODE_MODULE_CONTEXTS
2010-08-17 Ryan DahlAdd process.versions
2010-08-17 Ryan DahlAdd Paul Querna's io benchmarks
2010-08-17 Herbert VojčíkMore changes to tests so they really work under context...
2010-08-17 Herbert VojčíkTypo in comment.
2010-08-17 Ryan DahlUpgrade V8 to 2.3.8
2010-08-17 Ryan DahlAdd TODO
2010-08-17 Ryan DahlSimplify loading events.js
2010-08-17 Herbert VojčíkFix of 'sys.common.debug' calls in tests.
2010-08-17 Marco Rogersdetect 0 length fs writes with tests
2010-08-16 Herbert VojčíkGet away uint/int comparision warning.
2010-08-15 Ryan DahlAdd --without-snapshot configure option
2010-08-15 Ryan DahlImplement net.Server.maxConnections
2010-08-15 Illarionov... Fix OpenSSL 100% CPU usage on error
2010-08-15 Herbert VojčíkRefactor of resolveModulePath to make it clearer.
2010-08-15 Herbert VojčíkClean up findModulePath
2010-08-15 Herbert VojčíkUsing Array.isArray for Array testing in findModulePath.
2010-08-14 Ryan DahlRemove TODO item
2010-08-14 Vanilla HsuAdd freebsd's process.title support.
2010-08-13 Ryan Dahlbump version v0.1.104
2010-08-13 Ryan DahlFix tests
2010-08-13 Ryan DahlRemove platform specific asserts
2010-08-13 Ryan DahlRevert "Upgrade V8 to 2.3.7"
2010-08-13 Bert BelderOne more test with a race condition fixed
2010-08-13 Bert BelderImplement process.title for cygwin
2010-08-12 Rasmus Anderssonadded dns.getHostByAddr() -- resolve an external IP...
2010-08-12 Rasmus Anderssonadded read and write support for process.title Darwin
2010-08-12 Ryan DahlUpgrade V8 to 2.3.7
2010-08-12 Ryan DahlDon't throw on HEAD requests
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
next