platform/upstream/nodejs.git
2010-12-17 Ryan DahlBump version to v0.3.2 v0.3.2
2010-12-17 Ryan DahlRemove toJSON usage - it was removed from V8
2010-12-17 Ryan DahlUpgrade V8 to 3.0.3
2010-12-17 Brian WhiteFix compilation on OpenBSD and FreeBSD
2010-12-17 Ryan DahlRevert "Simplify next tick logic by looping around...
2010-12-17 Jorge Chamorro... Add failing test for GH-511
2010-12-17 Brian WhiteAdd os module to repl's built-in lib list
2010-12-16 Ryan DahlAdd oprofile patch to repo
2010-12-16 Ryan DahlAdd solaris patch file
2010-12-16 Ryan DahlPatch V8 to compile on solaris
2010-12-16 Ryan DahlAdd 5 sec timeout to test-tls-securepair-client
2010-12-16 Ryan DahlApply V8 r5951 to fix Mac build
2010-12-16 Ryan DahlUpgrade V8 to 3.0.2
2010-12-15 Ryan DahlAdd callback paramenter to socket.connect()
2010-12-15 Ryan DahlAdd callback to socket.write()
2010-12-15 Ryan Dahlbetter option parsing for socket.write()
2010-12-14 Ryan DahlPrint 'make clean' commands
2010-12-14 Ryan DahlMake oprofile work
2010-12-14 Ryan DahlUpgrade V8 to 3.0.1
2010-12-14 isaacslink windows/cygwin build to the wiki docs
2010-12-14 Felix GeisendörferPrefer require.cache over native module cache
2010-12-11 Ryan DahlTLS: server should die on junk
2010-12-11 Ryan DahlRandom doc fixes
2010-12-11 Ryan DahlAdd docs for tls.connect()
2010-12-11 Ryan DahlRename node::SecureStream to node::crypto::Connection
2010-12-11 Ryan DahlTLS: Simplify code from suck and blow
2010-12-11 Ryan DahlAdd CryptoStream.destroy()
2010-12-11 Ryan DahlFactor out CryptoStream.end; support data on end()
2010-12-11 Ryan DahlFix typo
2010-12-11 Brian WhiteAdd os module and getHostname
2010-12-11 Ryan DahlFactor out some _cycle functionality into Cleartext...
2010-12-11 Ryan DahlAdd receivedShutdown() binding
2010-12-11 Ryan DahlAdd EncryptedStream and CleartextStream classes
2010-12-11 Ryan DahlRename the securepair test to be prefixed with tls
2010-12-11 Ryan DahlStart a simple TLS client verification test
2010-12-10 Ryan DahlApply V8 r5951 to fix Mac build
2010-12-09 Ryan DahlAdd some verification code to tls.connect()
2010-12-09 Ryan DahlMove getPeerCertificate and getCipher to CryptoStream
2010-12-09 Ryan DahlInitial implementation of tls.connect()
2010-12-09 Ryan Dahlpair.cleartext, pair.encrypted now instances of tls...
2010-12-09 Ryan DahlRemove doc references to readyState
2010-12-08 Ryan DahlSimplify the net.Server example in docs
2010-12-08 Ryan DahlAdd tls.Server docs
2010-12-08 Ryan DahlAccept Buffers as well as strings for addCert, addKey
2010-12-08 Ryan DahlTLS: emit 'secureConnection' instead of two events
2010-12-08 Ryan Dahlremove old todo
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
next