Ryan Dahl
77ae87d367
default to port 80 for http.request
14 years ago
Ryan Dahl
0474ce6790
Revert "buffer.toString() shouldn't include null values"
This reverts commit 909a5b39d2
.
Will fix inside V8's String::New instead.
14 years ago
Ryan Dahl
ad7c2a8938
escape chars on man page
14 years ago
Ryan Dahl
daeb5c9e8f
fix doc
thanks Toshihiro
14 years ago
Ryan Dahl
bd094103d7
Add script for running V8 benchmarks
14 years ago
Richard Rodger
b11d78b386
Fix for DNS fail in HTTP request
Closes GH-653.
14 years ago
Ryan Dahl
909a5b39d2
buffer.toString() shouldn't include null values
14 years ago
Ryan Dahl
f11e730444
Working on v0.5.0
14 years ago
isaacs
f07041e6cd
Make the repl respect node_modules folders.
This is important so that in the future, this will work:
$ cd ~/dev/js/some-project
$ npm install redis
$ node
> require.resolve('redis')
'/Users/isaacs/dev/js/some-project/node_modules/redis/index.js'
14 years ago
Tj Holowaychuk
fe838611f6
Fixed field merging with progressive fields on writeHead()
14 years ago
Ryan Dahl
c6712ced20
Add newline to platform-cygwin.cc
14 years ago
Ryan Dahl
5ceefec820
Add http client to v0.4 announcement
14 years ago
Ryan Dahl
485ce139fd
Now working on v0.4.1
14 years ago
Ryan Dahl
eb155ea6f6
Bump version to v0.4.0
14 years ago
Tim Caswell
b09c5889be
Add support for mutable/implicit headers for http.
This works for both ServerResponse and ClientRequest.
Adds three new methods as a couple properties to to OutgoingMessage objects.
Tests by Charlie Robbins.
Change-Id: Ib6f3829798e8f11dd2b6136e61df254f1564807e
14 years ago
Theo Schlossnagle
01a864a29d
TLS: CRL support
Needs more tests.
14 years ago
Mikeal Rogers
634e7236f7
Add 'pipe' event
14 years ago
Bert Belder
583f2e5999
Follow-up fix for v8 cygwin build
14 years ago
Bert Belder
fd013d17a2
V8 cygwin support
14 years ago
Ryan Dahl
67e352e4b1
fix verifier.verify() docs
Thanks Sitelier. Closes GH-651.
14 years ago
Ryan Dahl
e9257b859d
New DTrace probes from CA team
14 years ago
Ryan Dahl
778fb859c6
New keys, agent1-cert.pem was expired
14 years ago
Ryan Dahl
8cd07bb273
TLS: handle cert chains
14 years ago
Ryan Dahl
43bc1d7ec8
Edit module docs
14 years ago
isaacs
ff39d413a3
Document module loading
14 years ago
Bert Belder
35e32225d1
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
isaacs
81b4d45354
Better assert in the node_modules tests
14 years ago
isaacs
46513483cd
node_modules module lookup, +docs and test.
14 years ago
Ryan Dahl
dafd6d9137
TLS: Don't give up if you can't write 0 bytes
14 years ago
Ryan Dahl
a0702b54d1
Upgrade V8 to 3.1.2
14 years ago
Ryan Dahl
a48a075535
better debug messages in net and tls
14 years ago
Ryan Dahl
56ab929c55
Remove unused parameter from crypto::Handle*Error
14 years ago
Bert Belder
8d70294c31
Fix fs.realpathSync on windows
14 years ago
Bert Belder
36846f9b6b
Windows: child process fixes
14 years ago
Ryan Dahl
519dc2c114
tls: split bio errors from ssl errors
14 years ago
isaacs
9bed5dcb2c
Support caching for realpath, use in module load
This adds support for a cache object to be passed to the
fs.realpath and fs.realpathSync functions. The Module loader keeps an
object around which caches the resulting realpaths that it looks up in
the process of loading modules.
This means that (at least as a result of loading modules) the same files
and folders are never lstat()ed more than once. To reset the cache, set
require("module")._realpathCache to an empty object. To disable the
caching behavior, set it to null.
14 years ago
Ryan Dahl
9de5043b50
tls: only emit data after 'secure' event
14 years ago
Bert Belder
38d8cd60ea
Don't make unnecessary getcwd calls from path.resolve
14 years ago
Ryan Dahl
6b50a9f5f4
(won't) fix test-next-tick-ordering
14 years ago
Ryan Dahl
448e0f4394
tls fixes
14 years ago
Bert Belder
61af4207da
Fix dns on windows
14 years ago
Ryan Dahl
3ec030535c
stderr should be EventEmitter even if it doesn't emit anything
14 years ago
isaacs
2e6a263e29
Closes GH-609 Support array-ish args to Buffer ctor
Any array-ish thing (whether a Buffer, an Array, or just an object with
a numeric "length") is interpreted as a list of bytes.
14 years ago
isaacs
5f2e90934e
Support octal strings for modes
This allows the various fs utilities and process.umask to be used in
ECMAScript 5 Strict Mode, where the octal literal format is verboten,
without requiring users to litter their code with a bunch of parseInt
calls.
14 years ago
Ryan Dahl
57fa247f53
Closes GH-645. Document tty.getWindowSize
14 years ago
Konstantin Käfer
9e101f2b01
UCS-2 support
Closes GH-644.
14 years ago
Ryan Dahl
bf8f4aa966
Impove fs.WatchFile doc
14 years ago
Russell Haering
e6ede31554
http: fix buffer writes to outgoing messages
14 years ago
Daniel Gröber
71a8a3b78c
cmake fixes
Closes GH-640.
14 years ago
Ryan Dahl
a98d0717e8
Remove incorrect doc about node_modules
14 years ago