1786 Commits (7d0252eae2ff0a6d711535af4712d0d67ba34106)
 

Author SHA1 Message Date
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 b5bdf9434b Add another http upgrade test 15 years ago
Ryan Dahl f0fec7352a Don't emit error twice from http.Client 15 years ago
Michaeljohn Clement fd3e1ca3e2 documentation typos and tweaks 15 years ago
Ryan Dahl 48d58f92f1 Add symbols to release build 15 years ago
Ryan Dahl d13f518010 Revert changes to node_file.cc 15 years ago
Ryan Dahl 99984772df Allow different ports for http_simple.js 15 years ago
Ryan Dahl 5457eae28c Fix memory leak in fs.writeSync() 15 years ago
Ryan Dahl 61364f9443 GnuTLS -> OpenSSL on website 15 years ago
dpb587 a1f23c1aa1 Fix a couple mistypes in API doc 15 years ago
Micheil Smith 3db613e31a Documenting http.Server#event:upgrade 15 years ago
Micheil Smith aee226b243 Fixing the 1 byte off error in http.Server's upgradeHead 15 years ago
Ryan Dahl 67fb0ece6b Fix deprecation message 15 years ago
Micheil Smith d6110fbd11 Making requestListener for the construction of a http.Server optional, as it is for net.Server 15 years ago
Micheil Smith f990f24ad3 Implementing the event emit for Upgrade requests, with tests. 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
Ryan Dahl 285c5ed36f Fix some styling in the docs 15 years ago
Ryan Dahl 5b2801e3ea Add http server 'request' event to docs 15 years ago
Ryan Dahl 3b323027be http server emits 'clientError' 15 years ago
Ryan Dahl 557ba6bd97 bump version 15 years ago
Ryan Dahl 301b44d45d Chunk strings together on Stream buffer 15 years ago
Ryan Dahl c75e4cb48a fix typos 15 years ago
Ryan Dahl f919216446 Upgrade http-parser, fixes issue 77 15 years ago
Thomas Lee a63ce5cd72 Allow callers to disable PHP/Rails style parameter mungeing in querystring.stringify 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
Ryan Dahl 3b75f5070d Upgrade V8 to 2.2.6 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 203561208e Remove coupling dep 15 years ago
Felix Geisendörfer c143cba590 Get rid of coupling for stdin 15 years ago
Felix Geisendörfer f2212fa59d Support for FileReadStream.setEncoding 15 years ago