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
Revert "Fix memory leak in fs.writeSync()"
This reverts commit 5457eae28c .
Revert "Implement fs.read() for buffers"
This reverts commit 692f580a07 .
|
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
(And fix up some style issues)
|
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
http://github.com/ry/node/issues#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
The child process 'exit' was returning the status of the process, rather than
the exit code. This patch properly deconstructs the status into the exit code
and the term signal a process may have received.
See:
http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Watcher_Specific_Functions_and_Data_-5
and waitpid(2)
|
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.
Updated Script examples for New Script methods.
|
15 years ago |
Ryan Dahl
|
e235aae018
|
Fix bug in socket write optimization
Thanks to tlb@tlb.org for finding it!
|
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 |