doc: show keylen in pbkdf2 as a byte length
[platform/upstream/nodejs.git] / test /
2015-10-29 Fedor Indutnyhttp: fix stalled pipeline bug
2015-10-29 Yuval Briktls: TLSSocket options default isServer false
2015-10-13 Ryan Grahamlib: fix undefined timeout regression
2015-10-13 Fedor Indutnybuffer: fix assertion error in WeakCallback
2015-10-12 Trevor Norrisnet: don't throw on bytesWritten access
2015-10-12 Rod Vaggsrc: add process.release.lts property
2015-10-12 Brian Whitestream: avoid pause with unpipe in buffered write
2015-10-10 Trevor Norrisbuffer: don't abort on prototype getters
2015-10-10 Ben Noordhuisassert: support arrow functions in .throws()
2015-10-10 Rich Trotttest: remove common.inspect()
2015-10-10 Rich Trotttest: test `util` rather than `common`
2015-10-10 Rich Trotttest: refresh temp directory when using pipe
2015-10-08 Junliang Yantest: Fix test-fs-read-stream-fd-leak race cond
2015-10-08 Trevor Norrisjs_stream: prevent abort if isalive doesn't exist
2015-10-08 Junliang Yantest: fix losing original env vars issue
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Trevor Norrisasync_wrap: correctly pass parent to init callback
2015-10-08 Rich Trotttest: remove deprecated error logging
2015-10-08 Rich Trotttest: linting for buffer-free-callback test
2015-10-08 Fedor Indutnybuffer: FreeCallback should be tied to ArrayBuffer
2015-10-08 Rich Trotttest: make common.js mandatory via linting rule
2015-10-08 Rich Trotttest: load common.js in all tests
2015-10-08 Trevor Norrisbuffer: only check if instance is Uint8Array
2015-10-08 Evan Lucastest: speed up stringbytes-external test
2015-10-08 Roman Reisstest: use normalize() for unicode paths
2015-10-08 Rich Trottlib: remove redundant code, add tests in timers.js
2015-10-08 Evan Lucasutil: correctly inspect Map/Set Iterators
2015-10-08 Evan Lucasutil: fix check for Array constructor
2015-10-08 Jeremy Whitlocksrc: fix --abort-on-uncaught-exception
2015-10-08 Justin Chasemodule: use UNC paths when loading native addons
2015-10-08 Roman Reisstest: remove arguments.callee usage
2015-10-08 Dave Eddynode: add -c|--check CLI arg to syntax check script
2015-10-08 charlierudolphfs: include filename in watch errors
2015-10-08 Evan Lucassrc: add process.versions.icu
2015-10-05 Fedor Indutnyhttp: fix out-of-order 'finish' bug in pipelining
2015-10-02 Rich Trotttest: load common.js to test for global leaks
2015-10-02 Sakthipriyan Vairamanitest: fix invalid variable name
2015-10-02 Trevor Norrisasync_wrap: update providers and add test
2015-09-30 Rich Trotttest: change calls to deprecated util.print()
2015-09-30 Rich Trotttest: replace deprecated util.debug() calls
2015-09-30 Johanncrypto: add more keylen sanity checks in pbkdf2
2015-09-25 Fedor Indutnychild_process: `null` channel handle on close
2015-09-22 Salman Aljammazrepl: don't use tty control codes when $TERM is set...
2015-09-22 Sakthipriyan Vairamanirepl: backslash bug fix
2015-09-22 Sakthipriyan Vairamanitest: test sync version of mkdir & rmdir
2015-09-22 Matt Loringtools: single, cross-platform tick processor
2015-09-20 Sakthipriyan Vairamanitest: use tmpDir instead of fixtures in readdir
2015-09-20 Fedor Indutnyhttp_parser: do not dealloc during kOnExecute
2015-09-20 Ben Noordhuishttp: guard against response splitting in trailers
2015-09-20 Ben Noordhuistest: test more http response splitting scenarios
2015-09-20 Alexis Campaillatest: add test-spawn-cmd-named-pipe
2015-09-20 Matt Harrisonreadline: fix tab completion bug
2015-09-20 Trevor Norrisbuffer: don't set zero fill for zero-length buffer
2015-09-20 Evan Lucassrc: honor --abort_on_uncaught_exception flag
2015-09-20 Michael Dawsontest: make cluster tests more time tolerant
2015-09-20 Imran Iqbaltest: update cwd-enoent tests for AIX
2015-09-17 Sakthipriyan Vairamanitest: use tmp directory in chdir test
2015-09-16 Trevor Norristest: fix Buffer OOM error message
2015-09-16 Sam Robertstimer: ref/unref return self
2015-09-16 Karl Skomskisrc: use subarray() in Buffer#slice() for speedup
2015-09-15 Michael Dawsonbuild: Updates to enable AIX support
2015-09-15 Sakthipriyan Vairamanitest: fix default value for additional param
2015-09-15 Yazhong Liufs: consider NaN/Infinity in toUnixTimestamp
2015-09-15 Fedor Indutnyhttp_server: fix resume after socket close
2015-09-15 Matt Loringtools: fix flakiness in test-tick-processor
2015-09-15 Rich Trotttest: remove disabled test
2015-09-15 Rich Trotttest: split up internet dns tests
2015-09-15 Rich Trotttest: increase dgram timeout for armv6
2015-09-11 Rich Trotttest: remove valid hostname check in test-dns.js
2015-09-11 Rich Trotttest: expect error for test_lookup_ipv6_hint on FreeBSD
2015-09-08 Fedor Indutnycluster: allow shared reused dgram sockets
2015-09-08 Evan Lucaschild_process: use stdio.fd even if it is 0
2015-09-06 Karl Skomskisrc: use standard conform snprintf on windows
2015-09-06 Karl Skomskisrc: fix buffer overflow for long exception lines
2015-09-06 Sakthipriyan Vairamanidoc,test: enable recursive file watching in Windows
2015-09-06 Michaël Zassobuffer: SlowBuffer only accept valid numeric values
2015-09-06 Rod Vaggtest: fix use of `common` before required
2015-09-06 Michaël Zassosrc: replace usage of v8::Handle with v8::Local
2015-09-06 Ali Ijaz Sheikhtest: fix test-repl-tab-complete.js for V8 4.5
2015-09-06 Jeremiah Senkpielevents,lib: don't require EE#listenerCount()
2015-09-06 Karl Skomskibuild: add --enable-asan with builtin leakcheck
2015-09-06 James M Snellchild_process: check execFile and fork args
2015-09-06 Rich Trotttest: refactor to eliminate flaky test
2015-09-06 Alexis Campaillatest: mark eval_messages as flaky
2015-09-06 Ben Noordhuischild_process: add callback parameter to .send()
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-09-03 João Reistest: mark test-vm-syntax-error-stderr as flaky
2015-09-03 João Reistest: mark test-repl-persistent-history as flaky
2015-09-03 Jeremiah Senkpieltimers: minor _unrefActive fixes and improvements
2015-09-03 Julien Gillitimers: don't mutate unref list while iterating it
2015-09-03 Julien Gillitimers: Avoid linear scan in _unrefActive.
2015-09-02 Karl Skomskisrc: only memcmp if length > 0 in Buffer::Compare
2015-09-02 Trevor Norristest: improve performance of stringbytes test
2015-09-02 Rich Trotttest: unmark test-process-argv-0.js as flaky
2015-08-29 Roman Reisstest: lint and refactor to avoid autocrlf issue
2015-08-27 Sakthipriyan Vairamanitest: use tmpDir instead of fixturesDir
2015-08-27 Ben NoordhuisRevert "lib,src: add unix socket getsockname/getpeername"
2015-08-27 Ben Noordhuislib: add net.Socket#localFamily property
2015-08-27 Ben Noordhuislib,src: add unix socket getsockname/getpeername
2015-08-27 Sakthipriyan Vairamanitest: handling failure cases properly
next