build: simplify execution of built binary
[platform/upstream/nodejs.git] / test /
2015-06-14 Rich Trotttest: only refresh tmpDir for tests that need it
2015-06-14 Rich Trotttest: remove test repetition
2015-06-13 Rich Trotttest: add test for failed save in REPL
2015-06-12 Jeremiah SenkpielRevert "readline: allow tabs in input"
2015-06-12 Vladimir Kurchatkinnode: mark promises as handled as soon as possible
2015-06-12 Sam Robertstest: fix cluster-worker-wait-server-close races
2015-06-12 Rich Trotttest: create temp dir in common.js
2015-06-11 Roman Reisstools: enable/add additional eslint rules
2015-06-11 Roman Reisstest: fix undeclared variable access
2015-06-09 Oleg Elifantievcluster: wait on servers closing before disconnect
2015-06-09 Rich Trotttest: remove TODO comment
2015-06-08 Brian Whitecrypto: add getCurves() to get supported ECs
2015-06-06 Rich Trottreadline: allow tabs in input
2015-06-06 cjihrigos: add homedir()
2015-06-05 Jackson Tiandebugger: improve ESRCH error message
2015-06-05 Yosuke Furukawafs: Add string encoding option for Stream method
2015-06-04 Fedor Indutnytls: prevent use-after-free
2015-06-04 Fedor Indutnytls: emit errors on close whilst async action
2015-06-04 Rich Trotttest: remove TODO
2015-06-03 Santiago Gimenotest: fix broken FreeBSD test
2015-06-03 Evan Lucastest: fix test-sync-io-option
2015-06-03 Shigeki Ohtsutest: add -no_rand_screen for tls-server-verify
2015-06-03 Shigeki Ohtsutest: kill child in tls-server-verify for speed up
2015-06-03 João Reistest: improve console output of tls-server-verify
2015-06-03 João Reistest: run tls-server-verify servers in parallel
2015-06-03 João Reistest: running tls-server-verify clients in parallel
2015-06-03 Rod Vaggtest: remove hardwired references to 'iojs'
2015-06-03 Rich Trotttest: more test coverage for maxConnections
2015-06-02 Yosuke Furukawafs: set encoding on fs.createWriteStream
2015-06-02 Santiago Gimenotest: fix test-child-process-stdout-flush-exit
2015-06-02 Yosuke Furukawatest: loosen condition to detect infinite loop
2015-06-01 Ben Noordhuistest: remove smalloc add-on test
2015-06-01 Rich Trotttest: remove unneeded comment task
2015-06-01 Evan LucasRevert "src: add getopt option parser"
2015-06-01 Evan Lucassrc: add getopt option parser
2015-05-30 Rich Trotttest: check error type from net.Server.listen()
2015-05-30 Ali Ijaz Sheikhsrc: fix module search path for preload modules
2015-05-29 Vladimir Kurchatkinhttp: flush stored header
2015-05-28 Ben Noordhuistest: add heap profiler add-on regression test
2015-05-28 Evan Lucaschild_process: expose ChildProcess constructor
2015-05-26 Ben Noordhuistest: remove stray copyright notices
2015-05-26 Ben Noordhuistest: fix deprecation warning in addons test
2015-05-26 Ben Noordhuissrc: fix deferred events not working with -e
2015-05-23 Roman Reissnet: return this from setNoDelay and setKeepAlive
2015-05-23 Roman Reissnet,dgram: return this from ref and unref methods
2015-05-22 Brendan Ashworthbuffer: optimize Buffer.byteLength
2015-05-22 Malte-Thorben Brunstls: emit errors happening before handshake finish
2015-05-22 Fedor Indutnytls: use `.destroy(err)` instead of destroy+emit
2015-05-20 Shigeki Ohtsutls: make server not use DHE in less than 1024bits
2015-05-20 Michaël Zassotest: fix jslint error
2015-05-20 Santiago Gimenotest: fix test-sync-io-option
2015-05-19 Roman Reisstest: enable linting for tests
2015-05-19 Evan Lucasnet: persist net.Socket options before connect
2015-05-18 Trevor Norriscore: implement runtime flag to trace sync io
2015-05-18 Frederic Hembergerdoc: update links from iojs/io.js to nodejs/io.js
2015-05-17 Yazhong Liurepl: support non-array `.scope`, document it
2015-05-16 Shigeki Ohtsutls_wrap: fix error cb when fatal TLS Alert recvd
2015-05-16 Evan Lucashttp,net,tls: return this from setTimeout methods
2015-05-15 Yosuke Furukawasrc: fix preload when used with prior flags
2015-05-14 Yosuke Furukawatest: fix infinite loop detection
2015-05-13 cjihrigos: refine tmpdir() trailing slash stripping
2015-05-12 Evan Lucasevents: provide better error message for unhandled...
2015-05-10 Yosuke Furukawadgram: call send callback asynchronously
2015-05-10 Alex Kocharinreadline: turn emitKeys into a streaming parser
2015-05-08 Oleg Elifantievcluster: disconnect event not emitted correctly
2015-05-08 Roman Klaukesrc: add type check to v8.setFlagsFromString()
2015-05-06 Shigeki Ohtsujs_stream: fix buffer index in DoWrite
2015-05-04 Rod VaggRevert "url: significantly improve the performance...
2015-05-04 Rod VaggRevert "url: fix treatment of some values as non-empty"
2015-05-03 Petka Antonovurl: fix treatment of some values as non-empty
2015-05-02 Petka Antonovurl: significantly improve the performance of the url...
2015-05-02 Brian Whitenode: improve nextTick performance
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-05-01 Fedor Indutnytls: use `SSL_set_cert_cb` for async SNI/OCSP
2015-05-01 Chris Dickinsonrepl: add mode detection, cli persistent history
2015-04-29 Rod Vaggtest: extend timeouts for ARMv6
2015-04-28 Julian Duquefs: validate fd on fs.write
2015-04-28 Ben Noordhuisdeps: upgrade v8 to 4.2.77.13
2015-04-28 Christian Tellnesos: remove trailing slash from os.tmpdir()
2015-04-28 Evan Lucastest: fix test-net-dns-custom-lookup test assertion
2015-04-26 Christopher Monsantoutil: add Map and Set inspection support
2015-04-24 Fedor Indutnydeps: update http_parser to 2.5.0
2015-04-24 Trevor Norrisbuffer: fix copy() segfault with zero arguments
2015-04-24 Evan Lucasnet: add lookup option to Socket.prototype.connect
2015-04-24 Evan Lucasnet: cleanup connect logic
2015-04-23 Chris Yipmodule: remove '' from Module.globalPaths
2015-04-23 Guilherme Souzatls_wrap: use localhost if options.host is empty
2015-04-21 Chris DickinsonMerge v1.8.1.
2015-04-18 Brendan Ashworthtest: add test for 06cfff9 regression
2015-04-17 fengmk2http: logically respect maxSockets
2015-04-16 Roman Reissmodule: handle NODE_PATH in require('.')
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
2015-04-14 Shigeki Ohtsutest: fix error message check for openssl-1.0.2a
2015-04-11 Ben Noordhuissrc: disable fast math on arm
2015-04-10 Alex Kocharinreadline: fix calling constructor without new
2015-04-09 Roman Reisstest: increase timeouts on ARM
2015-04-07 Jackson Tianzlib: make constants keep readonly
2015-04-04 Jeffrey Jagodaurl: fix resolving from non-file to file URLs.
2015-04-04 Shigeki Ohtsubenchmark: add rsa/aes-gcm performance test
2015-04-03 Fedor Indutnytest: add test for a unref'ed timer leak
next