1154 Commits (20ced0ea1e8c440c2dbd13f1aa67cc35f317a85c)

Author SHA1 Message Date
Ryan Dahl 109f845e49 debugger: style 14 years ago
Ryan Dahl 9244a64b59 debugger: Print error if executing command that requires being connected 14 years ago
Ryan Dahl 481329ee7c debugger: clean up 14 years ago
Ryan Dahl f484cbf4c7 Debugger: better maintance of script list 14 years ago
Ryan Dahl bb400d5697 debugger: Work towards interactive restart 14 years ago
Ryan Dahl e33d0de129 debugger: Clean up child 14 years ago
Ryan Dahl 90e55c3357 Rather have the debugger be parent process 14 years ago
Ryan Dahl 50c1c1e12d add 'info breakpoints' 14 years ago
Ryan Dahl 74cc021ec2 highlight current script 14 years ago
Ryan Dahl 080daf9ddd debugger: 'scripts' command was conflicting with 's' 14 years ago
Ryan Dahl 0adc6b29bd Start on frame zero - don't do extra break 14 years ago
Ryan Dahl 0c928b124c debugger: Clean up a few commands 14 years ago
Ryan Dahl 8874c51d04 Disable OPOST 14 years ago
Ryan Dahl 3be4f097a3 Debugger: Fix some output 14 years ago
Ryan Dahl b5aed43f04 Add better breakpoint text 14 years ago
Ryan Dahl 0dcbe3f74a Fork out to debugger on debugger statements 14 years ago
Ryan Dahl 4e81cf7def Debugger client emits ready after recving initial res 14 years ago
Ryan Dahl a8417c128e Add more debugger tests 14 years ago
Ryan Dahl 8e96b8ab9b keep track of current frame. eval works for global scope 14 years ago
Ryan Dahl 797aa97e19 Fix test-debugger-client 14 years ago
Ryan Dahl 8d82ec2130 Add beginning of build-in debugger 14 years ago
Ryan Dahl e3ce73a214 Add ability to ask question from readline 14 years ago
Brian White d75c338dd6 Add more functionality to the os module 14 years ago
Oleg Slobodskoi 23cf938e4f fix assert.throws 14 years ago
Bert Belder 9be07f7fe1 _Partial_ fix for backslash path separator support in path.js 14 years ago
Jeremy Martin 6f726cf8c7 url.parse(url, true) defaults query field to {} 14 years ago
Ryan Dahl 8db0bbe0dc Add callback to CryptoStream.write 14 years ago
Ryan Dahl 41d73e02a2 cleartext.socket always exists 14 years ago
Ryan Dahl bb27885251 TLS: check we're not disconnected before Cleartext blow 14 years ago
Ryan Dahl 3cf2cbf904 Parse issuer and subject from CryptoStream.getPeerCertificate 14 years ago
Ryan Dahl 24aded078f Add optional filters to stream.pipe() 14 years ago
Brian White 6d75c06e64 Add os module to repl's built-in lib list 14 years ago
Ryan Dahl 632da2a393 Add callback paramenter to socket.connect() 14 years ago
Ryan Dahl c4161f32f5 Add callback to socket.write() 14 years ago
Ryan Dahl c970968ee6 better option parsing for socket.write() 14 years ago
Ryan Dahl a59483bd1d TLS: server should die on junk 14 years ago
Ryan Dahl e3d1808ef0 Rename node::SecureStream to node::crypto::Connection 14 years ago
Ryan Dahl 6636bfaa0a TLS: Simplify code from suck and blow 14 years ago
Ryan Dahl 66767edf12 Add CryptoStream.destroy() 14 years ago
Ryan Dahl 953561ab06 Factor out CryptoStream.end; support data on end() 14 years ago
Brian White f1762ff815 Add os module and getHostname 14 years ago
Ryan Dahl dc65cbd2e9 Factor out some _cycle functionality into Cleartext and EncrypteStreams 14 years ago
Ryan Dahl 70baeba8a9 Add receivedShutdown() binding 14 years ago
Ryan Dahl d4f1ab00d2 Add EncryptedStream and CleartextStream classes 14 years ago
Ryan Dahl c444293be9 Start a simple TLS client verification test 14 years ago
Ryan Dahl 5138992f3c Add some verification code to tls.connect() 14 years ago
Ryan Dahl a473b8dafb Move getPeerCertificate and getCipher to CryptoStream 14 years ago
Ryan Dahl 2ca63c8f79 Initial implementation of tls.connect() 14 years ago
Ryan Dahl 137c361517 pair.cleartext, pair.encrypted now instances of tls.CryptoStream 14 years ago
Ryan Dahl 0ea0b921b7 TLS: emit 'secureConnection' instead of two events 14 years ago