2805 Commits (d040f1d19d17e056223ab3de0e58ed470c8b9f52)
 

Author SHA1 Message Date
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 0df804b9e7 start debug agent on SIGUSR1 14 years ago
Ryan Dahl e3ce73a214 Add ability to ask question from readline 14 years ago
Tom Hughes 54b1f8028a Free (ref-counted) private key. 14 years ago
Brian White 8275d7cd34 Fix Cygwin compatibility in the os module 14 years ago
Kai Chen b2fd88ef7a correct some inline links in api document 14 years ago
Tom Hughes ae8262a176 cmake: Add toolchain file for cross-compiling. 14 years ago
Tom Hughes e03fae1447 cmake: Fix OpenSSL detection and node crypto compilation. 14 years ago
Daniel Gröber 1f7026e2a0 cmake: add -lutil 14 years ago
Brian White d75c338dd6 Add more functionality to the os module 14 years ago
Tom Hughes 0d58353d66 Don't access buffer data before initializing it. 14 years ago
Tom Hughes b38f4712c4 Fix memory leak in node_crypto.cc. 14 years ago
Tom Hughes 4b555091e4 Fix memory corruption with unnamed AF_UNIX sockets. 14 years ago
Ryan Dahl d02131d206 Add 'make test-valgrind' 14 years ago
Ryan Dahl 4227e9d79d process.kill coerces args to integers 14 years ago
Oleg Slobodskoi 23cf938e4f fix assert.throws 14 years ago
Ryan Dahl d793fcaabd Add toolchain=gcc to V8 build for Sun 14 years ago
Theo Schlossnagle b202483e47 The following error can be thrown from accept on ECONNABORT. Instead, it should be ignored. 14 years ago
Ryan Dahl 1a894b39b3 Upgrade V8 to 3.0.4 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 fca713eba4 Add doc for Buffer.isBuffer 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
Ryan Dahl a8f666ebb8 Now working on v0.3.3-pre 14 years ago
Ryan Dahl 4bb914bde9 Bump version to v0.3.2 14 years ago
Ryan Dahl d1f36accbf Remove toJSON usage - it was removed from V8 14 years ago
Ryan Dahl 7d425a0a16 Upgrade V8 to 3.0.3 14 years ago
Brian White 9eaf2329e7 Fix compilation on OpenBSD and FreeBSD 14 years ago
Ryan Dahl d0beac70f4 Revert "Simplify next tick logic by looping around ev_loop" 14 years ago
Jorge Chamorro Bieling e530507cb1 Add failing test for GH-511 14 years ago
Brian White 6d75c06e64 Add os module to repl's built-in lib list 14 years ago
Ryan Dahl 2dc17e93ee Add oprofile patch to repo 14 years ago
Ryan Dahl 02aae22397 Add solaris patch file 14 years ago
Ryan Dahl c9d3a81db0 Patch V8 to compile on solaris 14 years ago
Ryan Dahl 033ab7ebb6 Add 5 sec timeout to test-tls-securepair-client 14 years ago
Ryan Dahl c6406f9e57 Apply V8 r5951 to fix Mac build 14 years ago
Ryan Dahl ea700a8851 Upgrade V8 to 3.0.2 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 1dad95a3a9 Print 'make clean' commands 14 years ago
Ryan Dahl 7d73779446 Make oprofile work 14 years ago