The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test @ 33a5c8a8

Name Size
  addons
  disabled
  fixtures
  gc
  internet
  message
  pummel
  simple
common.js 4.45 KB

Latest revisions

# Date Author Comment
33a5c8a8 09/27/2012 04:28 PM thewilli

http: handle multiple Proxy-Authenticate values

Just as the 'WWW-Authenticate' HTTP header the 'Proxy-Authenticate' header might
be received several times as well. Currently only one value is preserved. This
change allows to receive multiple values concatenated by space and comma.

b5db5fc9 09/25/2012 07:57 PM Bert Belder

test: pick another CNAME record to test dns queries

Google.com no longer has a CNAME record.

ea2ceb73 09/25/2012 02:15 PM isaacs

test: Fix premature close in test-http-client-timeout-agent

0f2ed2bc 09/24/2012 02:48 PM Nathan Rajlich

http: make the client "res" object gets the same domain as "req"

Fixes #4046.

4a267074 09/21/2012 10:49 PM Nathan Rajlich

repl: make invalid RegExps throw in the REPL

Fixes #2746.

04005716 09/21/2012 12:22 PM isaacs

domain: Properly exit() on domain disposal

This addresses #4034. There are two problems happening:

1. The domain is not exited automatically when calling dispose() on it.
Then, since the domain is disposed, attempting to exit it again will do
nothing.
...

39a0836d 09/17/2012 11:52 AM Ben Noordhuis

fs: fix watchFile() missing deletion events

Make sure the deletion event gets reported in the following scenario:

1. Watch a file.
2. The initial stat() goes okay.
3. Something deletes the watched file.
4. The second stat() fails with ENOENT.

The second stat() translates into the first 'change' event but a logic error...

07804c7c 09/13/2012 08:37 PM Ben Noordhuis

fs: don't segfault on deeply recursive stat()

Check that the calls to Integer::New() and Date::New() succeed and bail out if
they don't.

V8 returns an empty handle on stack overflow. Trying to set the empty handle as
a property on an object results in a NULL pointer dereference in release builds...

451ff154 09/12/2012 12:50 PM Frédéric Germain

http: Remove timeout handler when data arrives

1c2982b9 09/11/2012 01:57 PM isaacs

Update doc and test for sunos/solaris switch

View revisions

Also available in: Atom