4350 Commits (04da44afd0e93f73fb702e7ef7b77cdc943917a1)

Author SHA1 Message Date
Ryan Dahl 3ac6deefa8 Change GC idle notify so that it runs along side setInterval 15 years ago
Rhys Jones afce4c3ae8 Added default CAs, updated openssl verify behaviour, added crypto and https documentation 15 years ago
Ryan Dahl b6c5cf60b7 Ignore SIGPIPE 15 years ago
Peter Griess d9882395e2 Fix SEGV by setting msg_controllen earlier. 15 years ago
Rhys Jones 1a317135c5 Additional OpenSSL tests 15 years ago
Paulo Matias 430cfd1825 Read all records to always empty the OpenSSL reading buffer. 15 years ago
Paulo Matias 3fed1cf36f Make it possible to use client certificates to connect with a nodejs server, and make verifyPeer behaviour consistant. 15 years ago
Ryan Dahl ea37d98949 Implement writeSync for buffers 15 years ago
Ryan Dahl 3202bce288 Implement fs.readSync for buffers 15 years ago
Ryan Dahl d76091d7d1 Implement fs.read() for Buffers (again) 15 years ago
Ryan Dahl 7a9c81d2dc Fix memory leak with fs.writeSync 15 years ago
Ryan Dahl d13f518010 Revert changes to node_file.cc 15 years ago
Ryan Dahl 5457eae28c Fix memory leak in fs.writeSync() 15 years ago
Ryan Dahl 692f580a07 Implement fs.read() for buffers 15 years ago
kriskowal 8d1f1186ca Fixed/Completed buffer copy range checks. 15 years ago
Ryan Dahl 20372d2df3 Fix docs in node_file.cc 15 years ago
Herbert Vojčík 039d13b0c3 DRY binding('stdio') 15 years ago
Ryan Dahl 6d85802100 basicRequest -> module.requireNative 15 years ago
Ryan Dahl 3bb21b5191 Fix signo_string for linux and solaris 15 years ago
Herbert Vojčík 7a72885ede process.evalcx has a deprecation message. 15 years ago
Herbert Vojčík 7e4c1285dc Minor stylistic changes. 15 years ago
Herbert Vojčík 5d9753fccf Fix child_process.cc build failure for FreeBSD. 15 years ago
Felix Geisendörfer f8a3cf980f Properly handle child process exit codes 15 years ago
Ryan Dahl 9b2aac61b2 Resolve EWOULDBLOCK to string if different thatn EAGAIN 15 years ago
Tim Caswell 8f79169aef Remove node.* deprecation messages. 15 years ago
Ryan Dahl e7a1fa1293 fs.FileWriteStream -> fs.WriteStream, fs.FileReadStream -> fs.ReadStream 15 years ago
Ryan Dahl 5aea12b4c4 stdout should be writable only 15 years ago
Felix Geisendörfer c143cba590 Get rid of coupling for stdin 15 years ago
Felix Geisendörfer 76f98c27de Get rid of coupling for stdout 15 years ago
Ryan Dahl c6248efd73 Compile for beta versions of OpenSSL 1.0.0 15 years ago
Jérémy Lal 5caf53a053 Add support for MX queries in dns module, works with c-ares upstream patch. 15 years ago
Ryan Dahl 9926dacd14 Remove getaddrinfo from net2.cc 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Krishna Rajendran 7a34afba77 openssl 1.0.0 constification 15 years ago
Ryan Dahl c9e27b11c5 Unify ErrnoException creation 15 years ago
Ryan Dahl 6abdf051d3 Unhandled 'error' events kill program 15 years ago
Ryan Dahl 76d525b034 Remove assert for no-such-module 15 years ago
Ryan Dahl d70474dc10 SIGPIPE on stdout should kill the process by default 15 years ago
isaacs cfd459abde Move the module loading framework into lib/module.js. Minimal changes otherwise. 15 years ago
isaacs e0061a511d refactor path module to lib/path.js 15 years ago
isaacs 7ff53f4c6a Refactor events module to lib/events.js 15 years ago
Herbert Vojčík 4badb227cf Fix TCP_KEEPIDLE build failure in FreeBSD. 15 years ago
Julian Lamb 5f8f561d61 add setKeepAlive function, which enables and sets the TCP keep-alive timer 15 years ago
Michaeljohn Clement ac9d9f4e9f better function test in addEventListener 15 years ago
Ryan Dahl 4ff45c264c Remove old EvalCX 15 years ago
Herbert Vojcik c2a06725d6 Script class with eval-function-family in binding('evals') plus tests. 15 years ago
Rhys Jones e4a6b72ae3 Added test and started tidy-up of node_crypto.cc 15 years ago
Ryan Dahl 5281f29012 Use new method of getting chars written for UTF8 15 years ago
Ryan Dahl ac3bc2ed41 Simplify GC idle notification 15 years ago
Ryan Dahl 41ef1717e0 Upgrade V8 to 2.2.3.1 15 years ago