doc: update AUTHORS list
[platform/upstream/nodejs.git] / test /
2015-01-13 Fedor Indutnytest: disable fs-readfile-error on FreeBSD
2015-01-13 Fedor Indutnytest: fix setproctitle on FreeBSD
2015-01-13 Fedor Indutnytest: loosen timeout in spawnsync-test for FreeBSD
2015-01-13 Sam Robertstest: use assert.throw to test exceptions
2015-01-13 Timothy J Fontainetest: check for multi-localhost support
2015-01-13 Bert Belderhttp: optimize on_headers_complete
2015-01-13 Ben Noordhuisbuild,src: remove sslv3 support
2015-01-13 Ben Noordhuistest: fix message tests regression
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-12 Ben Noordhuistest: fix `make test-addons` target
2015-01-12 cjihrigassert: throw when block is not a function
2015-01-12 Fedor Indutnytest: fix crypto-stream after openssl update
2015-01-12 Ben Noordhuistest: move sequential/test-debug-port-cluster
2015-01-12 Ben Noordhuistest: move sequential/test-debug-signal-cluster
2015-01-12 Ben Noordhuislib: make --debug-port work with cluster
2015-01-12 Ben Noordhuistest: delete sequential/test-debug-cluster
2015-01-12 Ben NoordhuisRevert "url: support `path` for url.format"
2015-01-12 Evan Lucasurl: fix parsing of ssh urls
2015-01-10 Ben Noordhuistest: fix bad assumption in pummel/test-vm-memleak
2015-01-10 Ben NoordhuisRevert "dgram: implicit binds should be exclusive"
2015-01-10 Sam Robertsdgram: implicit binds should be exclusive
2015-01-10 Sam Robertscluster: cluster.disconnect() should check status
2015-01-10 Sam Robertscluster: don't assume all workers bind same ports
2015-01-09 Ben Noordhuissrc: disable harmony object literals
2015-01-09 Ben Noordhuissrc: disable harmony classes
2015-01-09 Chris Dickinsonsrc: zlib: revert concatenated-stream changes
2015-01-09 Caitlin Pottercore: throw TypeError if chdir() args are wrong
2015-01-08 Ben Noordhuisbuild: rename binary from node to iojs
2015-01-08 Colin Ihrigwin,test: fix test-process-active-wraps.js
2015-01-08 Evan Lucasdgram: make error messages more informative
2015-01-08 Ben Noordhuistest: move broadcast/multicast test to internet/
2015-01-08 Ben NoordhuisRevert "test: don't assume broadcast traffic is unfiltered"
2015-01-08 Vladimir Kurchatkinutil: show symbol properties
2015-01-07 Ben Noordhuistest: fix parallel/test-repl with new v8
2015-01-07 Ben Noordhuistest: fix parallel/test-repl-harmony with new v8
2015-01-06 Ben Noordhuistest: don't assume broadcast traffic is unfiltered
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2015-01-04 cjihrignet: make connect() input validation synchronous
2015-01-03 Steven R. Loomisbuild: i18n: add icu config options
2014-12-30 Aleksey Smolenchuklib: introduce process module
2014-12-30 Sam Robertsdoc: add tls server.close() callback docs
2014-12-30 Sam Robertsdgram: close() should accept a callback
2014-12-30 Sam Robertsdgram: make 'close' event async
2014-12-29 Brendan Ashworthdgram: changes Socket.close() to return itself
2014-12-29 Brendan Ashworthdgram: change Socket.bind() to return itself
2014-12-22 teppeisassert: fix deepEqual regression
2014-12-19 cjihrigfs: deprecate exists() and existsSync()
2014-12-18 Ben Noordhuislib,src: remove post-gc event infrastructure
2014-12-18 Chris Dickinsonstream: switch _writableState.buffer to queue
2014-12-18 Ben Noordhuislib: fix guard expression in timer.unref()
2014-12-17 Fedor Indutnytest: run tests in parallel, common improvements
2014-12-17 Fedor Indutnytest: split test in parallel/sequential
2014-12-16 Luis Reiszlib: support concatenated gzip files
2014-12-15 cjihrigfs: add access() and accessSync()
2014-12-14 Ben Noordhuislib: reintroduce v8 module
2014-12-11 cjihrigtest: add test for spawnSync() env option
2014-12-12 micnicdomain: forward args to .run(fn)
2014-12-11 Evan Lucasmodule: fix regression in require ../
2014-12-10 Fedor Indutnycrypto: separate altname extensions with ", "
2014-12-10 Alexis Campaillatest: mark more tests as flaky
2014-12-09 Bert Beldertest: fix test-fs-symlink-dir-junction-relative
2014-12-09 cjihrigtest: add test for spawnSync() env option
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Bert Beldersrc: remove the tracing module entirely
2014-12-09 Trevor Norrissrc: all wraps now use actual FunctionTemplate
2014-12-09 Trevor Norrissrc: remove Async Listener
2014-12-09 Bert Beldertest: mark test-net-GH-5504 as flaky on linux
2014-12-09 Jonathan Johnsonurl: change hostname regex to negate invalid chars
2014-12-09 Vladimir Kurchatkinsmalloc: don't allow to dispose typed arrays
2014-12-09 Bert Beldertest-require-resolve: use case insensitive compare
2014-12-09 Bert Beldertest: make fs-symlink-dir-junction-relative pass on...
2014-12-09 Vincent Weeversfs: resolve junction targets relative to their parent
2014-12-08 Nikolai VavilovRevert "path: resolve normalize drive letter to lower...
2014-12-06 Robert Kowalskimodule: test for directories, fix require with ..
2014-12-06 Evan Lucasnet: give better error messages
2014-12-06 cjihrigdebugger: use requireRepl() to load debugger repl
2014-12-06 Ben Noordhuistest: move simple/test-abort-fatal-error to pummel
2014-12-05 Christian Tellnesevents: implement EventEmitter#getMaxListeners()
2014-12-05 Trevor Norrissrc: all wrap's now use actual FunctionTemplate
2014-12-05 Trevor Norrissrc: remove Async Listener
2014-12-04 Alexis Campaillatest: mark current flaky tests as flaky
2014-12-03 Jonathan Johnsonurl: change hostname regex to negate invalid chars
2014-12-02 Yazhong Liuurl: support `path` for url.format
2014-12-02 Yazhong Liuurl: support `path` for url.format
2014-11-29 Rod Vaggtest: extend timeouts in child/exec tests
2014-11-29 Rod Vaggtest: bump --stack-size to stop child fails on ARM
2014-11-29 Rod Vaggtest: don't remove empty.txt on win32
2014-11-28 Fedor Indutnytest: another fix for test-crypto-stream
2014-11-28 Fedor Indutnytest: fix test-crypto-stream
2014-11-27 James Cowgilltest: fix floating point NaN tests on mips
2014-11-26 Vladimir Kurchatkinsmalloc: don't allow to dispose typed arrays
2014-11-26 Fedor Indutnycrypto: proper fix for d7e700's cause
2014-11-25 Calvin Metcalfcrypto: allow creation of GCM ciphers with createCipher
2014-11-25 Fedor Indutnycrypto: throw if the key doesn't match cert
2014-11-23 Rod Vaggtest: named pipe is invalid when appending .txt
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-21 Rory Bradfordpath: added parse() and format() functions
2014-11-21 Timothy J Fontainepath: allow calling platform specific methods
2014-11-20 Fedor Indutnytls: do not hang without `newSession` handler
2014-11-20 Ben Noordhuislib: add setFlagsFromString() to tracing module
next