platform/upstream/nodejs.git
2010-12-30 Ryan Dahldebugger: don't display node's internal scripts
2010-12-30 Ryan DahlWrap up debugger in one class
2010-12-30 Ryan Dahldebugger: style
2010-12-30 Ryan Dahldebugger: Print error if executing command that require...
2010-12-30 Ryan Dahlstart debug agent on SIGUSR1
2010-12-30 Ryan Dahldebugger: clean up
2010-12-30 Ryan DahlDebugger: better maintance of script list
2010-12-30 Ryan Dahldebugger: Work towards interactive restart
2010-12-30 Ryan Dahldebugger: Clean up child
2010-12-30 Ryan DahlRather have the debugger be parent process
2010-12-30 Ryan Dahladd 'info breakpoints'
2010-12-30 Ryan Dahlhighlight current script
2010-12-30 Ryan Dahldebugger: 'scripts' command was conflicting with 's'
2010-12-30 Ryan DahlStart on frame zero - don't do extra break
2010-12-30 Ryan Dahldebugger: Clean up a few commands
2010-12-30 Ryan DahlDisable OPOST
2010-12-30 Ryan DahlDebugger: Fix some output
2010-12-30 Ryan DahlAdd better breakpoint text
2010-12-30 Ryan DahlFork out to debugger on debugger statements
2010-12-30 Ryan DahlDebugger client emits ready after recving initial res
2010-12-30 Ryan DahlAdd more debugger tests
2010-12-30 Ryan Dahlkeep track of current frame. eval works for global...
2010-12-30 Ryan DahlFix test-debugger-client
2010-12-30 Ryan DahlAdd beginning of build-in debugger
2010-12-30 Ryan Dahlstart debug agent on SIGUSR1
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
next