platform/upstream/nodejs.git
2011-01-02 Ryan DahlAllow for evaling statements in REPL too
2011-01-02 Ryan DahlImprove how REPL commands are evaled
2011-01-02 Ryan DahlFix solaris build
2011-01-02 Ryan DahlRevert "Add optional filters to stream.pipe()"
2011-01-02 Ryan DahlMake syntax error display optional
2011-01-01 Ryan DahlLint node_script.cc
2010-12-31 Ryan DahlUpdate links for v0.2.6 on website
2010-12-31 Sami Samhuriuse util.inspect to format objects and arrays printed...
2010-12-31 Daniel CEventEmitter.prototype.once should "return this;"
2010-12-30 Ryan DahlAdd ability to ask question from readline
2010-12-25 Tom HughesFree (ref-counted) private key.
2010-12-23 Brian WhiteFix Cygwin compatibility in the os module
2010-12-23 Kai Chencorrect some inline links in api document
2010-12-23 Tom Hughescmake: Add toolchain file for cross-compiling.
2010-12-23 Tom Hughescmake: Fix OpenSSL detection and node crypto compilation.
2010-12-23 Daniel Gröbercmake: add -lutil
2010-12-22 Brian WhiteAdd more functionality to the os module
2010-12-22 Tom HughesDon't access buffer data before initializing it.
2010-12-22 Tom HughesFix memory leak in node_crypto.cc.
2010-12-22 Tom HughesFix memory corruption with unnamed AF_UNIX sockets.
2010-12-22 Ryan DahlAdd 'make test-valgrind'
2010-12-21 Ryan Dahlprocess.kill coerces args to integers
2010-12-21 Oleg Slobodskoifix assert.throws
2010-12-21 Ryan DahlAdd toolchain=gcc to V8 build for Sun
2010-12-21 Theo SchlossnagleThe following error can be thrown from accept on ECONNA...
2010-12-21 Ryan DahlUpgrade V8 to 3.0.4
2010-12-20 Jeremy Martinurl.parse(url, true) defaults query field to {}
2010-12-20 Ryan DahlAdd callback to CryptoStream.write
2010-12-19 Ryan DahlAdd doc for Buffer.isBuffer
2010-12-19 Ryan Dahlcleartext.socket always exists
2010-12-18 Ryan DahlTLS: check we're not disconnected before Cleartext...
2010-12-18 Ryan DahlParse issuer and subject from CryptoStream.getPeerCerti...
2010-12-17 Ryan DahlAdd optional filters to stream.pipe()
2010-12-17 Ryan DahlNow working on v0.3.3-pre
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
next