2764 Commits (7e831bfba15bd0a834ac2561c7e28f7281f9e8b9)
 

Author SHA1 Message Date
Ryan Dahl 7e831bfba1 Disable TLS tests when node doesn't have OpenSSL. 14 years ago
Ryan Dahl cd1ec27268 Add openssl version to process.versions 14 years ago
Ryan Dahl 1345103c3a Fix typos 14 years ago
Ryan Dahl 2e3e95ee89 add process.stdin 14 years ago
Ryan Dahl c82fe30ca1 repl.js style 14 years ago
Ryan Dahl 29626d8731 Syntax error hack for modules. 14 years ago
Ryan Dahl 8b352bdc5d Add '{a:1}' to REPL tests 14 years ago
Ryan Dahl 00974df3e5 Allow for evaling statements in REPL too 14 years ago
Ryan Dahl b45698e676 Improve how REPL commands are evaled 14 years ago
Ryan Dahl ce5ddacaf4 Fix solaris build 14 years ago
Ryan Dahl 8f5f213a6f Revert "Add optional filters to stream.pipe()" 14 years ago
Ryan Dahl 1c7cd4aac3 Make syntax error display optional 14 years ago
Ryan Dahl 40f29dd48a Lint node_script.cc 14 years ago
Ryan Dahl 5b81897cf6 Update links for v0.2.6 on website 14 years ago
Sami Samhuri e5a47c8ce1 use util.inspect to format objects and arrays printed to the console 14 years ago
Daniel C ca8cc71bd0 EventEmitter.prototype.once should "return this;" 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