4608 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Jérémy Lal 4e40e8804b System EV compatibility fix : use EV_DEFAULT_UC 15 years ago
Ben Noordhuis c6c77d535f Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases, updated documentation. 15 years ago
Ryan Dahl c90e44e582 Just add an extra include for strings.h - don't try to be cute 15 years ago
Ryan Dahl 8e5b91c79b Revert "Check for strings.h" 15 years ago
Ryan Dahl 032f651824 Check for strings.h 15 years ago
Ryan Dahl b78508266b Change string.h to strings.h compile on solaris 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
rentzsch a5b132ad63 fs.Stats.size V8::Integer => V8::Number. 15 years ago
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