platform/upstream/nodejs.git
2010-12-08 Ryan Dahltest-tls-server-verify: add ca2 test case
2010-12-08 Ryan DahlTLS: emit 'end' on both streams
2010-12-08 Ryan DahlTLS: don't use events when control hasn't been inverted
2010-12-08 Ryan DahlSome TLS clean ups
2010-12-08 Ryan DahlAdd 'make test' to test/fixtures/keys/Makefile
2010-12-08 Ryan Dahlclients without certs are unauthed.
2010-12-08 Ryan DahlFix CNs for agent keys; can't be the same as CA's CN
2010-12-07 Ryan DahlUpgrade V8 to 3.0.0
2010-12-07 Ryan DahlAdd broken, but detailed TLS verify test
2010-12-07 Ryan DahlPretty error message messes up if readFileSync in main...
2010-12-06 Ryan DahlMove securepair stuff into tls.js
2010-12-06 Ryan DahlServer must not request cert.
2010-12-05 Oleg EfimovGJSLint all tests, only 3 long lines left in test-url.js
2010-12-05 Oleg EfimovGJSLint all simple tests exclude http-*, url, path
2010-12-05 isaacstest-fs-realpath: Put junk in tmp, not fixtures.
2010-12-05 isaacstest-fs-realpath: move absDir fetching to separate...
2010-12-05 isaacstest-fs-realpath: lint
2010-12-05 Oleg EfimovGJSLint continue
2010-12-05 Oleg EfimovSmall site fix for image borders and nodejs-dev maillis...
2010-12-05 Ryan DahlCheck for global leaks in all tests
2010-12-05 Ryan DahlFix global leaks
2010-12-04 Ryan DahlFix global leaks
2010-12-04 Ryan DahlFix global leaks in test-buffer.js
2010-12-04 Ryan Dahlfix global leak
2010-12-04 Anders ConbereReworks the two functions traverser and findModulePath...
2010-12-04 Devin TorresUse more color in the repl, loosely inspired by TextMat...
2010-12-04 Anders Conbereadding module tests for .js and bare files
2010-12-03 Sean BraithwaiteCheck buffer length using string length
2010-12-03 Ryan Dahlimplement openpty for sun
2010-12-03 Brian WhiteMake sure REPL doesn't get borked when invalid REPL...
2010-12-03 Brian WhiteFix tty changes for OSX
2010-12-03 Ryan DahlIntroduce require('tty')
2010-12-03 Oleg EfimovGJSLint part of tests
2010-12-03 Ryan DahlFix indention in 'make test-message'
2010-12-03 Ryan DahlAdd configure flag for oprofile
2010-12-03 Ryan Dahlfix global leak
2010-12-03 Ryan Dahltest-securepair-client: handle broken stdout packets
2010-12-02 Ryan Dahlprint warning on process.ENV
2010-12-02 Ryan Dahllint util.js and src/node.js
2010-12-02 isaacslint url.js
2010-12-02 Oleg Slobodskoidocs for assert.throws
2010-12-02 Tom Hughescmake: solaris fixes.
2010-12-02 Tom Hughescmake: Add valgrind support.
2010-12-02 Tom Hughescmake: Add coverage support.
2010-12-02 Micheil SmithCleanup Makefile for JSLint, CPPLint
2010-12-02 Ryan Dahllint
2010-12-02 Ryan Dahlmore lint
2010-12-02 Brian WhiteFix executable path on FreeBSD.
2010-12-02 Ryan Dahlmore lint
2010-12-02 Ryan Dahlmore lint
2010-12-02 Ryan DahlImport cpplint.py
2010-12-02 Ryan Dahllint child_process.js
2010-12-02 Ryan Dahllint
2010-12-02 Ryan DahlImport Google's closure_linter
2010-12-01 Ryan Dahlstyle
2010-12-01 Ryan DahlRequire without .js in test-repl
2010-12-01 Ryan DahlNew TLS server API
2010-12-01 Ryan DahlStop watcher before calling .set() in Stream.prototype...
2010-12-01 Ryan DahlRemove should_verify from C++ - to handle in JS land
2010-12-01 Ryan Dahladd todo
2010-12-01 Ryan DahlRemove useless shouldVerify assignments
2010-12-01 Ryan DahlBetter array check in Cert Authority list
2010-12-01 Ryan Dahladd shouldVerifyPeer param to SecurePairs
2010-12-01 Ryan DahlRemove unnecessary call to X509_STORE_free
2010-12-01 Ryan DahlRename VerifyPeerError to VerifyError
2010-12-01 Ryan Dahlfix typo
2010-12-01 Ryan DahlAdd promotejs
2010-12-01 Michael Wfixed timers, whoops.
2010-12-01 Ryan DahlImplement SecureContext destructor
2010-12-01 Ryan DahlBetter verify info
2010-12-01 Ryan DahlMove root certs out of JavaScript
2010-12-01 Ryan Dahlstyle
2010-11-30 Ryan DahlFix test-child-process-cwd.js on Joyent servers
2010-11-30 Ryan DahlUpgrade V8 to 2.5.9.1
2010-11-30 Ryan DahlRevert "Default to TLSv1"
2010-11-30 Ryan DahlLazy load console object
2010-11-30 Ryan DahlFix comment
2010-11-30 Ryan DahlRemove assert in verify_peer; add comments
2010-11-30 Bert Belderwin: Duplicate platform_cygwin.cc into platform_win32.cc
2010-11-30 Bert Belderwin: C-ares build config for win32
2010-11-30 Bert Belderwin: Waf doesn't detect sys/select.h on mingw, but...
2010-11-30 Bert Belderwin: Make libev use send instead of write for sockets
2010-11-30 Bert Belderwin: Export eio__pread and eio__pwrite so node_file...
2010-11-30 Bert Belderwin: Fix wscript for libeio on windows
2010-11-30 Bert Belderwin: Make libeio build on windows
2010-11-30 Bert Belderwin: Define __POSIX__ constant when the platform is...
2010-11-30 Bert Belderwin: Symlink to jsmin.py doesn't work on windows
2010-11-30 Ryan Dahlbuffer.copy targetStart defaults to 0
2010-11-30 Ryan DahlDocument defaults for buffer.copy()
2010-11-30 Ryan DahlPut tools/ into PYTHON_PATH
2010-11-30 Michael WFixed: clearTimeouts calling multiple times
2010-11-30 Travis SwicegoodSimplify execution from "big if statement"
2010-11-30 Travis SwicegoodRemove cruft that dealt with env parameter
2010-11-30 Ryan DahlAdd test to show ECONNREFUSED works
2010-11-30 Jeremy MartinFix number of args emitted by EventEmitter during ...
2010-11-30 Oleg Slobodskoiassert.throws can now accept as RegExp
2010-11-30 Travis Swicegoodfix a typo in comment
2010-11-30 Evan LarkinFix variable leak.
2010-11-30 Ryan DahlDon't call exit() from the signal handler
2010-11-30 Ryan DahlStyle
next