Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - About

Console View

Legend:   Passed Failed Failed Again Running Exception Offline No data

feff9bbb67c5...
Andreas Madsen
docs: remove setSecure() from net module docs

socket.setSecure() was removed in v0.3 and there are no deprecated warning in
code it should be removed from the documentation in 0.7
f116e17a2300...
Ben Noordhuis
test: update HTTP basic auth test

Verify that URL-encoded entities are properly encoded into the Authorization
header.
f0c5165f81e1...
Ben Noordhuis
http_parser: upgrade to 62110ef
de5e3f6a6f5e...
Ben Noordhuis
http: support PURGE request method
da908364a8ec...
Maciej Małecki
tls http https: don't pollute user's `options` object
c6c6f98f1c33...
Maciej Małecki
util: add `util._extend` for extending objects

There were 2 duplicates with such functionality in `cluster` and
`child_process` modules which were replaced by this function.
c6a04ce78f9f...
Tomasz Buchert
crypto: add function getDiffieHellman()

Returns a well known, predefined RFC group.
c6019b8b4e43...
Fedor Indutny
docs: remove server.pause

This functionality was removed when libuv landed in node. It is useless
and can be easily implemented in user-land.
bae4018b3015...
isaacs
Run jslint after tests, not before
b9127eb0a5d6...
Ben Noordhuis
buffer: support decoding of URL-safe base64
b0c15412270f...
Maciej Małecki
startup: use `path.resolve` instead of `path.join(cwd, ...)`
86f4846c2166...
Ben Noordhuis
url: decode url entities in auth section

Fixes #2736.
7f94b5ccca36...
Cam Pedersen
docs: remove duplicate socket.write
634b4de2c835...
isaacs
Pause process.stdin in stdin getter

Otherwise, it'll be ref'ed, and keep the process hanging.
5e3ca981556c...
Brian White
Make QueryString.parse() even faster
3f4062309e6b...
Andreas Madsen
core: ignore too many arguments, don't assert
3d1b67064085...
T.C. Hollingsworth
build: support shared V8 properly

-don't pull in bundled v8 as a dependency when node_shared_v8==true
-use node_shared_v8_includes for v8.h and v8-debug.h
3817b12fec5c...
isaacs
Add Håvard Stranden to AUTHORS file
35c1f682c10e...
Igor Zinkovsky
update libuv to c0e7044862
27d8b059fa21...
isaacs
Pause process.stdin in stdin getter

Otherwise, it'll be ref'ed, and keep the process hanging.
21374c3903ca...
Myles Byrne
build: remove unused makefile target
19133cac029c...
Nathan Rajlich
build: better host_arch() definition in configure

On one of my OS X Lion machines, it always reports i386, even though 64-bit
is supported. This lookup better matches how WAF determines the host arch,
which was correctly getting 64-bit even on this screwy machine.
186960fefb5f...
isaacs
Add Håvard Stranden to AUTHORS file
0cebfc8ddb50...
Fedor Indutny
tests: kill process group on failure

Test suite is often leaving `stray` processes on failure. They are
harmless, but may cause future test runs fail because those `stray`
processes are occupying `common.PORT` or due to some other reasons.

Killing whole process group on test suite failure should help in such
cases.
080ffb8b2c59...
Fedor Indutny
docs: remove server.pause

This functionality was removed when libuv landed in node. It is useless
and can be easily implemented in user-land.