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

Console View

Legend:   Passed Failed Failed Again Running Exception Offline No data

fb7348ae060b...
ssuda
crypto: add PKCS12/PFX support

Fixes #2845.
faa4d9ff5f7f...
isaacs
Re-apply http fixes from v0.6 branch properly
f8519e10b823...
isaacs
test: stack overflow output
f19f980724fa...
isaacs
Now working on 0.6.19
ea4b1c1c0c2b...
isaacs
Upgrade libuv to bc4126b
dfcdd5b8aada...
Kevin Bowman
fs: add sync open flags 'rs' and 'rs+'
d91004a73d7a...
Bert Belder
Windows: make path.normalize convert all slashes to backslashes

Closes #3066
d8351a2ef457...
Bert Belder
Automatically close FSWatcher on error

Closes #3250
bd907174e808...
Ben Noordhuis
node: delete NODE_CHANNEL_FD from env

Prevents accidental inheritance by child processes. If the child process is a
node process, it would try to set up a channel with the parent and consequently
never quit because the channel kept the event loop alive.

Fixes #3240.
a98e84551620...
isaacs
Break up huge function in ClientRequest.onSocket

Conflicts:

lib/http.js
a475e62a3e6b...
Bert Belder
Windows: add test for path.normalize with UNC paths
9b42d7daaf26...
Ben Noordhuis
test: add https + .pfx client/server test
9611354f08d2...
isaacs
lint
9239088e873b...
isaacs
500 is a magic number for the GC for some reason
8068f9bf3883...
isaacs
Escape leading # signs in 'make email.md'
643f00d3f98d...
isaacs
Merge branch 'master' into v0.6-merge

Conflicts:
src/node.cc
5f9ffa17b171...
koichik
fs: fix ReadStream.pause() emits duplicate data event

Fixes #3258.
5164ae38380d...
isaacs
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge

Conflicts:
ChangeLog
deps/uv/include/uv-private/uv-unix.h
deps/uv/src/unix/core.c
deps/uv/src/unix/sunos.c
deps/v8/src/runtime.cc
doc/api/crypto.markdown
lib/http.js
src/node_version.h
test/gc/test-http-client-timeout.js
wscript
4bc1d395de6a...
isaacs
2012.05.15 Version 0.6.18 (stable)

* windows: skip GetFileAttributes call when opening a file (Bert Belder)

* crypto: add PKCS12/PFX support (Sambasiva Suda)

* #3240: child_process: delete NODE_CHANNEL_FD from env in spawn (Ben Noordhuis)

* windows: add test for path.normalize with UNC paths (Bert Belder)

* windows: make path.normalize convert all slashes to backslashes (Bert Belder)

* fs: Automatically close FSWatcher on error (Bert Belder)

* #3258: fs.ReadStream.pause() emits duplicate data event (koichik)

* pipe_wrap: don't assert() on pipe accept errors (Ben Noordhuis)

* Better exception output for module load and process.nextTick (Felix Geisendörfer)

* zlib: fix error reporting (Ben Noordhuis)

* http: Don't destroy on timeout (isaacs)

* #3231: http: Don't try to emit error on a null'ed req object (isaacs)

* #3236: http: Refactor ClientRequest.onSocket (isaacs)
4099d1eebae4...
Adam Malcontenti-Wilson
http: make http.get() accept a URL

http.get() now accepts either a URL (as a string) or an options object.
2498d15dde59...
isaacs
Merge branch 'v0.6.18-release' into v0.6
1665b4a2a3bb...
isaacs
lint
14a5b45c06c3...
isaacs
Guard against emitting 'end' twice on http responses
05b81f333c85...
Ben Noordhuis
doc: clarify stream 'close' event
01103d077bce...
isaacs
Guard against emitting 'end' twice on http responses

Conflicts:

lib/http.js