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 @ f230a1cf

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

Latest revisions

# Date Author Comment
f230a1cf 11/10/2013 08:40 PM Ben Noordhuis

v8: upgrade to 3.22.24

This commit removes the simple/test-event-emitter-memory-leak test for
being unreliable with the new garbage collector: the memory pressure
exerted by the test case is too low for the garbage collector to kick
in. It can be made to work again by limiting the heap size with the...

ea8feced 11/07/2013 11:24 AM isaacs

http: force socket encoding to be null

Otherwise the string triggers an assertion error in node_http_parser.c,
line 370:

assert(Buffer::HasInstance(args[0]) == true);

because the first argument is not a Buffer object.

1ce5db4d 11/07/2013 02:42 AM fengmk2

http: cleanup freeSockets when socket destroyed

If the socket was destroyed, we need to remove it from the agent's
`freeSockets` list, otherwise dead socket could be reused by new
request.

a6ddfe20 11/05/2013 09:14 AM Fedor Indutny

tls: more accurate wrapping of connecting socket

When socket, passed in `tls.connect()` `options` argument is not yet
connected to the server, `_handle` gets assigned to a `net.Socket`,
instead of `TLSSocket`.

When socket is connecting to the remote server (i.e. not yet connected,...

515607a7 11/05/2013 02:27 AM Ben Noordhuis

fs: make fs.watch() non-recursive by default

Fixes a behavioral regression introduced in commit 691b9eb.

9bc53d88 11/04/2013 12:39 PM Nathan Rajlich

http: make DELETE requests set `req.method`

Fixes #6461.

d2a60020 11/01/2013 07:36 PM Trevor Norris

test: fix async listener test for windows

005cc05a 10/31/2013 08:10 PM Jacob Groundwater

test: add additional async listener tests

bc39bdd9 10/31/2013 07:34 PM Trevor Norris

domain: use AsyncListener API

The domain module has been switched over to use the domain module API as
much as currently possible. There are still some hooks in the
EventEmitter, but hopefully we can remove those in the future.

66d908f0 10/31/2013 07:34 PM Trevor Norris

crypto: convert RandomBytesRequest to a class

Since RandomBytesRequest makes a call to MakeCallback, needed it to be
a class so AsyncWrap could handle any async listeners.

Also added a simple test for an issue had during implementation where
the memory was being released and returned.

View revisions

Also available in: Atom