1831 Commits (ffc8110659854179cd002d8859668deb59c19a30)

Author SHA1 Message Date
Igor Zinkovsky 8fe5712477 fs watcher binding 14 years ago
Ben Noordhuis 93aad55342 crypto: fix delete of potentially uninitialized pointer 14 years ago
Ben Noordhuis fdb0eb5825 crypto: fix read of potentially uninitialized variable 14 years ago
Ben Noordhuis 3a9b08f156 crypto: look up SSL errors with ERR_print_errors() 14 years ago
Ben Noordhuis 9ef962f9ee crypto: fix error message buffer overrun 14 years ago
Ben Noordhuis 320cf729db crypto: fix delete of potentially uninitialized pointer 14 years ago
Ben Noordhuis b185751c3f crypto: fix read of potentially uninitialized variable 14 years ago
Ryan Dahl cfe0f4226b Now working on v0.4.13 14 years ago
Ryan Dahl 771ba34ca7 Bump version to v0.4.12 14 years ago
Ryan Dahl 6312e889b1 Drain OpenSSL error queue? Addresses #1719 14 years ago
koichik 3e853e627e buffer: write() should always set _charsWritten. 14 years ago
koichik 96ede8cc9b buffer: Avoid overrun with 'binary' encoding. 14 years ago
isaacs ef27d56cc1 Fixes #1610 Remove DigiNotar CA from trusted list 14 years ago
Ryan Dahl ce9caa237f Fix #1563. overflow in ChildProcess custom_fd. 14 years ago
Ryan Dahl dc578724b1 Now working on v0.4.12 14 years ago
Ryan Dahl a745d19ce7 Bump version to v0.4.11 14 years ago
Ryan Dahl ae0dd0d89c Remove extra method declaration 14 years ago
Ryan Dahl c1ae6ea2f2 Add TTYWrap 14 years ago
Ben Noordhuis 44bebc0d52 crypto: look up SSL errors with ERR_print_errors() 14 years ago
Ryan Dahl 12798c620d dns callbacks should go through MakeCallback 14 years ago
isaacs d104bfd5a6 zlib: Fix test so that it's not trivially passing, then pass it. 14 years ago
isaacs 5b8e1dabbc Initial pass at zlib bindings 14 years ago
Ryan Dahl dcd911e24b Now working on v0.5.8 14 years ago
Ryan Dahl 558241166c Bump version to v0.5.7 14 years ago
Ben Noordhuis 0ad28fdd37 crypto: fix error message buffer overrun 14 years ago
Ryan Dahl b281171030 Support legacy API: process.stdout.fd 14 years ago
Jeroen Janssen 3e667804eb Fix options_file_memory_leak 14 years ago
Ben Noordhuis f8b90946ae node: disable uv backend if NODE_USE_UV=0 14 years ago
Igor Zinkovsky 6cb15403d3 remove SetCloseOnExec 14 years ago
Ryan Dahl a6ef3eb271 Upgrade libuv to 4197fc7 14 years ago
Ryan Dahl cb6b9eb19e Fix windows build 14 years ago
Ryan Dahl 0928f0f290 Fix test-module-load-list 14 years ago
Ryan Dahl 0aad61e802 Use net_uv instead of net_legacy for stdio 14 years ago
Ryan Dahl caaa59c559 Wrap uv_pipe_open, implement net.Stream(fd); 14 years ago
Ben Noordhuis 0d80040adf uv: upgrade to 9bd8bd7 14 years ago
Fedor Indutny b942c6339a Remove obsolete 'using v8::Null' 14 years ago
Fedor Indutny 8c2c7bb8a9 vm context with accessors 14 years ago
Bert Belder 0be4812c35 Now working on v0.5.7 14 years ago
Bert Belder b49bec5580 Bump version to 0.5.6 14 years ago
Bert Belder f810998871 net_uv: use sufficient buffer to read sock/peername 14 years ago
Ryan Dahl 26834b0524 Revert "vm context with accessors" 14 years ago
Igor Zinkovsky 65e6ba9cce Enable link, symlink, and readlink on windows 14 years ago
Fedor Indutny 4527de8cba vm context with accessors 14 years ago
Ben Noordhuis 638773628c tls: new[] instead of malloc() in Connection::GetSession() 14 years ago
Sean Cunningham eb99083d0b tls: add client-side session resumption support 14 years ago
Ben Noordhuis 56efe9cbc5 file: translate libuv error codes to errno names 14 years ago
Ben Noordhuis 2d9ab49239 file: fix errno propagation in sync fs calls 14 years ago
Peter Bright de978991d8 windows: it's rude to clobber quick edit mode 14 years ago
Ryan Dahl 061811f328 ObjectWraps should be MarkIndependent 14 years ago
isaacs ef523e5719 fix test-fs-realpath 14 years ago