doc: fix bad merge on modules.markdown
[platform/upstream/nodejs.git] / test /
2015-08-25 Rich Trotttest: speed up test-child-process-spawnsync.js
2015-08-25 Rich Trotttest: make spawnSync() test robust
2015-08-25 Ben Noordhuisbuild: make ci test addons in test/addons
2015-08-24 Rich Trotttest: refactor test-https-simple.js
2015-08-24 Bradley Meckmodule: fix module preloading when cwd is ENOENT
2015-08-24 João Reistest: remove test-timers-first-fire
2015-08-23 cjihrignode: rename from io.js to node
2015-08-23 Rich Trotttest: use reserved IP in test-net-connect-timeout
2015-08-23 James M Snelltls: add --tls-cipher-list command line switch
2015-08-23 Brendan Ashworthtest: add spaces after keywords
2015-08-22 James M Snellrepl: filter integer keys from repl tab complete list
2015-08-21 Mike Atkinstls: handle empty cert in checkServerIndentity
2015-08-20 Michaël Zassotest: remove unreachable code
2015-08-20 Michaël Zassotest: disallow unreachable code
2015-08-20 Todd Kennedyrepl: dont throw ENOENT on NODE_REPL_HISTORY_FILE
2015-08-20 Brendan Ashworthtest: reduce timeouts in test-net-keepalive
2015-08-20 Brendan Ashworthtest: improve test-net-server-pause-on-connect
2015-08-20 Brendan Ashworthtest: improve test-net-pingpong
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-08-18 Ben Noordhuistest: drop Isolate::GetCurrent() from addon tests
2015-08-18 Ben Noordhuistest: lint addon tests
2015-08-18 Rich Trotttest: refactor test-fs-watchfile.js
2015-08-18 P.S.V.Rcrypto: check for OpenSSL errors when signing
2015-08-18 Matt Loringtools: run the tick processor without building v8
2015-08-17 muddletoestest: correct spelling of 'childProcess'
2015-08-17 Ben Noordhuissrc: don't use fopen() in require() fast path
2015-08-11 Chad Johnstoncrypto: show exponent in decimal and hex
2015-08-11 Roman Klaukesrc: add total_available_size to v8 statistics
2015-08-09 Rich Trotttest: clarify dropMembership() call
2015-08-09 Nathan Woltmanpath: remove dead code in favor of unit tests
2015-08-08 Christopher Monsantoutil: display constructor when inspecting objects
2015-08-07 Fedor Indutnytls: fix check for reused session
2015-08-07 Sam Robertstest: make listen-fd-cluster/server more robust
2015-08-06 Ryan Grahamnet: ensure Socket reported address is current
2015-08-06 Gireesh Punathiltest: address timing issues in simple http tests
2015-08-04 Jeremiah Senkpieltest: add tests for persistent repl history
2015-08-04 Brendan Ashworthhttp: fix agent.getName() and add tests
2015-08-04 Rich Trottreadline: allow tabs in input
2015-08-04 Trevor Norrisbuffer: fix missing null/undefined check
2015-08-04 Fedor Indutnynode: do not override `message`/`stack` of error
2015-08-04 Ben Noordhuistest: remove two obsolete pummel tests
2015-08-04 Ben Noordhuistest: don't use arguments.callee
2015-08-04 Ben Noordhuisdeps: update v8 to 4.4.63.9
2015-08-04 Trevor Norrisbuffer: allow ArrayBuffer as Buffer argument
2015-08-04 Trevor Norrisbuffer: fix usage of kMaxLength
2015-08-04 cjihrigcluster: do not unconditionally set --debug-port
2015-08-04 Sakthipriyan Vairamanibuffer: fix case of one buffer passed to concat
2015-08-04 Matteo Collinadgram: make send cb act as "error" event handler
2015-08-04 Chris Dickinsondgram: make send cb act as "error" event handler
2015-08-04 Domenic Denicolavm: fix symbol access
2015-08-04 Domenic Denicolavm: fix property descriptors of sandbox properties
2015-08-04 Trevor Norriscrypto: remove kMaxLength on randomBytes()
2015-08-04 Trevor Norrisbuffer: implement Uint8Array backed Buffer
2015-08-04 Chris Dickinsontest: remove obsolete harmony flags
2015-08-04 Sakthipriyan Vairamanidoc,test: documents behaviour of non-existent file
2015-08-04 Sakthipriyan Vairamanirepl: don't clobber RegExp.$ properties
2015-08-03 Sakthipriyan Vairamanitest: change the hostname to an invalid name
2015-08-03 Sakthipriyan Vairamanitest: fix messages and use return to skip tests
2015-07-30 Sakthipriyan Vairamanitest: use common.isWindows consistently
2015-07-30 Ben Noordhuiscluster: add handle ref/unref stubs in rr mode
2015-07-29 Ben Noordhuistest: fix fs.readFile('/dev/stdin') tests
2015-07-28 Rich Trotttest: do not use public IPs for timeout testing
2015-07-27 Ben Noordhuistimers: improve Timer.now() performance
2015-07-27 Evan Lucasnet: don't throw on immediately destroyed socket
2015-07-27 Fedor Indutnyhttps: reuse TLS sessions in Agent
2015-07-27 Sakthipriyan Vairamanitest: skip IPv6 part before testing it
2015-07-25 Ben Noordhuistest: fix valgrind uninitialized memory warning
2015-07-24 Sakthipriyan Vairamanirepl: better empty line handling
2015-07-24 Sakthipriyan Vairamanirepl: improving line continuation handling
2015-07-24 Sakthipriyan Vairamanirepl: preventing REPL crash with inherited properties
2015-07-24 Sakthipriyan Vairamanirepl: fixing `undefined` in invalid REPL keyword error
2015-07-23 Sam Robertscluster: emit 'message' event on cluster master
2015-07-23 Fedor Indutnytls: add `getTicketKeys()`/`setTicketKeys()`
2015-07-22 Fedor Indutnycrypto: fix legacy SNICallback
2015-07-22 Shigeki Ohtsutest: add -no_rand_screen to s_client opts on Win
2015-07-20 Sakthipriyan Vairamanitest: changing process.exit to return while skipping...
2015-07-20 Sakthipriyan Vairamanitest: formatting skip messages for TAP parsing
2015-07-18 Sakthipriyan Vairamanilib,test: add freelist deprecation and test
2015-07-16 João Reistest: fix test-debug-port-from-cmdline
2015-07-14 Sakthipriyan Vairamanidoc,test: empty strings in path module
2015-07-11 Roman Reisstest: properly clean up temp directory
2015-07-11 Alex Kocharinreadline: fix freeze if `keypress` event throws
2015-07-10 Brendan Ashworthdoc: document fs.watchFile behaviour on ENOENT
2015-07-10 Brendan Ashworthfs: fix error on bad listener type
2015-07-10 Sakthipriyan Vairamanirepl: Prevent crash when tab-completed with Proxy
2015-07-10 Evan Lucastest: add test for dgram.setTTL
2015-07-08 Johan Bergströmtest: add missing crypto checks
2015-07-07 Sakthipriyan Vairamanitest: refactor test-repl-tab-complete
2015-07-04 Fedor IndutnyRevert "test: add test for missing `close`/`finish...
2015-07-04 Nathan Woltmanpath: refactor for performance and consistency
2015-07-04 Mark Plomertest: add test for missing `close`/`finish` event
2015-07-03 Sakthipriyan Vairamaniutil: prepend '(node) ' to deprecation messages
2015-07-01 Fedor Indutny_stream_wrap: prevent use after free in TLS
2015-06-29 Roman Reisstools: re-enable comma-spacing linter rule
2015-06-27 Shigeki Ohtsucrypto: fix VerifyCallback in case of verify error
2015-06-25 Trevor Norrisbuffer: prevent abort on bad proto
2015-06-25 Rich Trotttest: purge stale disabled tests
2015-06-25 Rich Trotttest: do not swallow OpenSSL support error
2015-06-25 cjihrigtest: fix test-repl-tab-complete.js
2015-06-25 Julien Gillirepl: make 'Unexpected token' errors recoverable
next