build: simplify execution of built binary
[platform/upstream/nodejs.git] / test /
2015-04-03 Julien Gillitimers: don't close interval timers when unrefd
2015-04-03 Ali Ijaz Sheikhsrc: setup cluster workers before preloading
2015-04-01 Ben Noordhuisdeps: check in gtest, add util unit test
2015-03-29 Ben Noordhuistest: fix race in parallel/test-vm-debug-context
2015-03-27 Petka Antonovtimers: make Timer.close idempotent
2015-03-27 Jackson Tiandebugger: don't spawn child process in remote mode
2015-03-27 Roman Reisstest: reduce sequential/test-fs-watch flakiness
2015-03-26 Roman Reisstimers: assure setTimeout callback only runs once
2015-03-25 Vladimir Kurchatkiniojs: introduce internal modules
2015-03-23 Ben Noordhuissrc: make accessors immune to context confusion
2015-03-23 Connor Peetutil: Check input to util.inherits
2015-03-22 Ben Noordhuistest: move sequential/test-signal-unregister
2015-03-22 Ben Noordhuistest: fix timing issue in signal test
2015-03-22 Ben Noordhuisvm: fix crash on fatal error in debug context
2015-03-22 Brendan Ashworthtest: fix crypto-binary-default bad crypto check
2015-03-20 Ben Noordhuistest: add setTimeout/setInterval multi-arg tests
2015-03-20 Fedor Indutnysrc: reset signal handler to SIG_DFL on FreeBSD
2015-03-20 Michaël Zassomodule: allow require('.')
2015-03-20 Jeremiah Senkpielquerystring: parse numbers correctly
2015-03-20 cjihrigpath: reduce type checking on some methods
2015-03-19 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-19 Rod Vaggtest: cache lazy properties, fix style nits
2015-03-19 Fedor Indutnytest: double timeout in tls-wrap-timeout.js
2015-03-19 Ben Noordhuislib: don't error in repl when cwd doesn't exist
2015-03-19 Ben Noordhuissrc: don't error at startup when cwd doesn't exist
2015-03-18 Johan Bergströmtest: Introduce knowledge of FreeBSD jails
2015-03-16 Yosuke Furukawahttp: add flushHeaders and deprecate flush
2015-03-16 James Hartignet: use cached peername to resolve remote fields
2015-03-16 cjihrigpath: add type checking for path inputs
2015-03-13 Chris Dickinsonsrc: revert -r/--require flags
2015-03-13 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-13 Jeremiah Senkpieltest: fix test-http-content-length
2015-03-13 Shigeki Ohtsucrypto: add deprecated ValiCert CA for cross cert
2015-03-13 Shigeki Ohtsutest: fix ext commands to be double quoted
2015-03-12 Santiago Gimenotest: add test for reading a large file through a pipe
2015-03-12 Santiago Gimenotest: fix readfile-zero-byte-liar test
2015-03-11 skenqbxhttps: don't overwrite servername option
2015-03-10 Ben Noordhuislib: allow server.listen({ port: "1234" })
2015-03-09 Trevor Norrisbuffer: Don't assign .parent if none exists
2015-03-09 Fedor Indutnyhttp_client: ensure empty socket on error
2015-03-08 Jeremiah Senkpielfs: fix .write() not coercing non-string values
2015-03-05 Johan Bergströmbuild: remove mdb from io.js
2015-03-05 Christian Tellneshttp: send Content-Length when possible
2015-03-05 Ben Noordhuissrc: fix ucs-2 buffer encoding regression
2015-03-05 Ben Noordhuistest: simplify parallel/test-stringbytes-external
2015-03-05 Ben Noordhuistest: don't spawn child processes in domain test
2015-03-05 Fedor Indutnytty: do not add `shutdown` method to handle
2015-03-05 cjihrignet: allow port 0 in connect()
2015-03-05 Bert Belderwin,test: fix test-stdin-from-file
2015-03-05 Jonathan Ongfs: remove unnecessary usage of .hasOwnProperty()
2015-03-05 Ken Perkinstest: adds a test for undefined value in setHeader
2015-03-05 Johan Bergströmbuild: remove tools/wrk from the tree
2015-03-05 Johan Bergströmtest: split parts out of host-headers test into its...
2015-03-05 Johan Bergströmtest: refactor all tests that depends on crypto
2015-03-05 Johan Bergströmtest: check for openssl cli and provide path if it...
2015-03-05 Johan Bergströmtest: remove unused https imports
2015-03-05 Johan Bergströmtest: introduce a helper that checks if crypto is available
2015-03-05 Johan Bergströmtest: don't assume process.versions.openssl always...
2015-03-04 Trevor Norrisbuffer: add indexOf() method
2015-03-04 Christian Tellnesurl: throw for invalid values to url.format
2015-03-04 Vladimir Kurchatkinsmalloc: export constants from C++
2015-03-03 Fedor Indutnytls: accept empty `net.Socket`s
2015-03-03 Fedor Indutnytest: fix racey-ness in tls-inception
2015-03-03 Trevor Norrisnode: improve performance of nextTick
2015-03-03 Johan Bergströmtest: fix test-fs-access when uid is 0
2015-03-03 Michael Dawsontest: make destroyed-socket-write2.js more robust
2015-03-03 Julien Gillitests: fix race in test-http-curl-chunk-problem
2015-02-28 Christian Tellneshttp: don't confuse automatic headers for others
2015-02-26 Evan Lucassrc: fix intermittent SIGSEGV in resolveTxt
2015-02-25 Chris Dickinsonsrc: fix domains + --abort-on-uncaught-exception
2015-02-25 Evan Lucashttp: emit abort event from ClientRequest
2015-02-25 Ben Noordhuistest: fix infinite spawn cycle in stdio test
2015-02-25 Petka Antonovnode: implement unhandled rejection tracking
2015-02-24 Fedor Indutnystreams: introduce StreamWrap and JSStream
2015-02-24 cjihrigutil: handle symbols properly in format()
2015-02-23 Brendan Ashworthtest: common.js -> common
2015-02-22 Fedor Indutnystream_base: introduce StreamBase
2015-02-21 cjihrigfs: add type checking to makeCallback()
2015-02-21 Bruno Jouhierfs: properly handle fd passed to truncate()
2015-02-21 cjihrignet: make Server.prototype.unref() persistent
2015-02-20 Trevor Norrissmalloc: extend user API
2015-02-19 Fedor Indutnynet: unref timer in parent sockets
2015-02-19 cjihrigfs: ensure nullCheck() callback is a function
2015-02-18 Ben Noordhuissrc: ensure that file descriptors 0-2 are valid
2015-02-16 Roman Reisstls: more secure defaults
2015-02-16 Rod Vaggtest: remove flaky test functionality
2015-02-15 Roman Reisstest: fix parallel/test-tls-getcipher
2015-02-14 cjihrigtest: verify fields in spawn{Sync} errors
2015-02-13 Amir Sabouryurl: reslove urls with . and ..
2015-02-13 Jan Schärtest: Timeout#unref() does not return instance
2015-02-13 cjihrignet: throw on invalid socket timeouts
2015-02-13 Brendan Ashworthtest: distribute crypto tests into separate files
2015-02-09 Glen Keanetracing: add lttng support for tracing on linux
2015-02-09 Brian Whiteevents: optimize various functions
2015-02-09 Shigeki Ohtsutest: fix test failure with shared openssl
2015-02-09 Vladimir Kurchatkinassert: introduce `deepStrictEqual`
2015-02-07 Vladimir Kurchatkinutil: simplify `isPrimitive`
2015-02-06 Roman Reissdns: allow dns.lookup() to return all addresses
2015-02-06 Vladimir Kurchatkinbuffer: don't compare same buffers
2015-02-06 Vladimir Kurchatkinassert: don't compare object `prototype` property
next