1815 Commits (67f7fe5e5c210f42fd3c27809a97245b4eb242f9)
 

Author SHA1 Message Date
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
Felix Geisendörfer 76f98c27de Get rid of coupling for stdout 15 years ago
Ryan Dahl f618551694 Remove callback argument to FileWriteStream.prototype.write 15 years ago
Matt Ranney d1b352e4b3 Shorten some long lines. 15 years ago
Ryan Dahl 24931f8405 Upgrade V8 to 2.2.5 15 years ago
Matt Ranney 2374e557e3 More Buffer descriptions and examples. 15 years ago
Ryan Dahl e235aae018 Fix bug in socket write optimization 15 years ago
Ryan Dahl c7b3c1ecbc Add more asserts to test-http-big-proxy-responses 15 years ago
Ryan Dahl c6248efd73 Compile for beta versions of OpenSSL 1.0.0 15 years ago
Jérémy Lal 0802326fc9 test-dns so that NXDOMAIN does not rise errors 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
Jérémy Lal 14d1ab5a3e Apply unreleased upstream patch to support parse_mx_reply. 15 years ago
Jonas Pfenniger df07a713bd New test-case: signal unregistration 15 years ago
Ryan Dahl cee9080381 Fix typos 15 years ago
Jérémy Lal 610faf713d Drop UDNS from node.uselib. Add CARES for --system. 15 years ago
Ryan Dahl 9926dacd14 Remove getaddrinfo from net2.cc 15 years ago
Ryan Dahl 3d6ebbd296 Don't look for GnuTLS in wscript 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Ryan Dahl caa828a242 bump version 15 years ago
Ryan Dahl bb4ae1769b Link to old versions 15 years ago
mape b299b4b7a1 Update API doc 15 years ago
Ryan Dahl 16f02403f8 Catch errors from stream events in net.js 15 years ago