win/msi: make npm a feature separate from the runtime
[platform/upstream/nodejs.git] / test /
2013-03-07 Andreas Madsenchild_process: support sending dgram socket
2013-03-06 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-06 isaacshttp: More useful setTimeout API on server
2013-03-06 isaacsstream: Raise readable high water mark in powers of 2
2013-03-06 isaacsstream: Allow strings in Readable.push/unshift
2013-03-06 isaacsstream: Remove bufferSize option
2013-03-06 isaacsstream: Remove pipeOpts.chunkSize
2013-03-06 isaacsstream: Increase highWaterMark on large reads
2013-03-06 isaacstest: Pass cli flags in pummel/test-regress-GH-892
2013-03-06 Eugene Girshovhttp: fix multiple timeout events
2013-03-06 Ben Noordhuisnet: use close callback, not process.nextTick
2013-03-06 Pavel LangDNS: Support NAPTR queries
2013-03-05 isaacsstream: Use class for write buffer entries
2013-03-05 isaacsstream: _write takes an encoding argument
2013-03-05 isaacsstream: Remove output function from _transform
2013-03-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-05 Ben Noordhuiscluster: propagate bind errors
2013-03-04 Trevor Norrisevents: remove type check for event type
2013-03-04 isaacsstream: Don't require read(0) to emit 'readable' event
2013-03-04 Xidorn Quandns: fix ReferenceError in resolve() error path
2013-03-04 isaacscluster: Rename destroy() to kill(signal=SIGTERM)
2013-03-04 isaacsstream: Writable.end(chunk) after end is an error
2013-03-03 Dave Olszewskimake repl compatible with domains
2013-03-03 Ben NoordhuisRevert "stream: Writable.end(chunk) after end is an...
2013-03-03 isaacsstream: Writable.end(chunk) after end is an error
2013-03-02 isaacsevents: Handle emit('error') before ctor
2013-03-02 isaacsevents: Handle emit before constructor call
2013-03-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 Ben Noordhuistest: make simple/test-dgram-pingpong respect PORT
2013-03-02 isaacsnet: Provide better error when writing after FIN
2013-03-02 Timothy J Fontainetest: optionally set common.PORT via env variable
2013-03-02 Ben Noordhuistest: unlink temp file at test start
2013-03-02 Trevor Norrisevents: _events to object and undefined not null
2013-03-02 Ben Noordhuiscrypto: don't assert when calling Cipher#final() twice
2013-03-01 isaacsfs: Support mode/flag options to read/append/writeFile
2013-03-01 isaacstest: Put fs write test files in tmp
2013-03-01 isaacsstream: There is no _read cb, there is only push
2013-03-01 Ben Noordhuisnet: omit superfluous 'connect' event
2013-02-28 Ben Noordhuistest: disable simple/test-process-getgroups on os x
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Ben Noordhuislib, src: remove errno global
2013-02-28 Scott Blomquisttest: add cleanup to long path test
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Trevor Norrisprocess: separate nextTick domain logic
2013-02-28 isaacscore: Remove the nextTick for running the main file
2013-02-27 isaacscore: Mark exit() calls with status codes
2013-02-27 isaacsstream: Writables are not pipe()able
2013-02-27 isaacstest: Use common.PORT in simple/test-http-timeout
2013-02-27 isaacstest: Move test-net-connect-timeout to test/internet
2013-02-27 isaacstest: Use common.PORT to determine debugger port
2013-02-27 isaacstest: Fix debugger repl tests
2013-02-27 isaacstest: catch break in simple/test-debugger-client
2013-02-26 Ben Noordhuistest: merge environment, don't overwrite
2013-02-26 Timothy J Fontainetest: optionally set common.PORT via env variable
2013-02-25 Ben Noordhuissrc, test: downgrade to v8 3.14 api
2013-02-25 isaacsstream: Do not switch to objectMode implicitly
2013-02-25 Ben Noordhuiscrypto: fix base64 padding regression
2013-02-24 Ben Noordhuistest: re-enable simple/test-setproctitle on darwin
2013-02-22 isaacsstreams: Pre-emptively buffer readables up to the highW...
2013-02-22 isaacshttp: Handle hangup writes more gently
2013-02-21 isaacsstream: Return false from push() more properly
2013-02-21 isaacsstream: remove lowWaterMark feature
2013-02-21 isaacspath: Throw TypeError on non-string args to path.resolve
2013-02-21 Nathan Rajlichtest: modify async native test.js to test for #4820
2013-02-21 Nathan Rajlichtest: add an "async-hello-world" native addon test
2013-02-21 Arianit Ukapath: join throws TypeError on non-string args
2013-02-21 Fedor Indutnytls: _handle.readStart/readStop for CryptoStream
2013-02-20 isaacspath: Do not coerce paths to strings on Windows
2013-02-19 isaacstest: Fix regression in tls test
2013-02-19 isaacstest: Fix tls tests which fail sporadically
2013-02-18 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-02-16 isaacstest: Bump up debugger timeouts
2013-02-16 Trevor Norrisprocess: streamlining tick callback logic
2013-02-16 isaacsRevert "Move MakeCallback to JS"
2013-02-15 isaacshttp: Do not let Agent hand out destroyed sockets
2013-02-15 isaacshttp: Raise hangup error on destroyed socket write
2013-02-13 Ben Noordhuisbuffer: accept negative indices in Buffer#slice()
2013-02-13 isaacsnet: Respect the 'readable' flag on sockets
2013-02-12 Fedor Indutnytest: fix tests after ECONNRESET patch
2013-02-12 Victor CostanFix crypto.hmac behavior with empty keys.
2013-02-12 isaacstls: Cycle data when underlying socket drains
2013-02-11 Ben Noordhuiscrypto: improve cipher/decipher error messages
2013-02-11 isaacstest: update http tests for ECONNRESET change
2013-02-11 Ben Noordhuisnet: don't suppress ECONNRESET
2013-02-11 Ben Noordhuisfs: fix immediate WriteStream#end()
2013-02-11 Ben Noordhuistyped arrays: make call-as-function work for ctors
2013-02-11 Ben Noordhuistest: fix common.mustCall
2013-02-10 Ben Noordhuistyped arrays: copy Buffer in typed array constructor
2013-02-10 Ben Noordhuistyped arrays: make DataView throw on non-ArrayBuffer
2013-02-10 Ben Noordhuisbuffer: fix Buffer::HasInstance() check
2013-02-10 Ben NoordhuisRevert "typed arrays: only share ArrayBuffer backing...
2013-02-10 Ben NoordhuisRevert "typed arrays: copy non-ArrayBuffer in DataView...
2013-02-08 Ben Noordhuistest: disable simple/test-dgram-send-error
2013-02-07 isaacsstream: Writable should ignore encoding for buffers
2013-02-07 Bert Belderhttp: protect against response splitting attacks
2013-02-07 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-02-06 Ben Noordhuistyped arrays: copy non-ArrayBuffer in DataView ctor
2013-02-06 Fedor Indutnystreams: both `finish` and `close` should unpipe
2013-02-06 Ben Noordhuistest: add cluster EADDRINUSE test
2013-02-06 Ben Noordhuistyped arrays: only share ArrayBuffer backing store
next