1938 Commits (c2f62d496a08e9d44bea4a459c2eab7457d724ee)

Author SHA1 Message Date
Ben Noordhuis daa6b95b08 test: move simple/test-crypto-dh to pummel/ 13 years ago
Ben Noordhuis 5e7cb68be9 test: remove simple/test-module-load-list 13 years ago
Erik Lundin 973bbecf1a typed arrays: prevent unaligned typed array views on top of buffers 13 years ago
Mikael Bourges-Sevenier 67fc1dafd0 typed arrays: add Uint8ClampedArray 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich a33d1c959a repl: add test case verifying the repl options usage 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Shigeki Ohtsu e7792e5d46 test: add test of tls.createServer(honorCipherOrder=true) 13 years ago
Shigeki Ohtsu 8727e5f2be test: add test of cleartextStream.getCipher() in tls 13 years ago
Igor Zinkovsky 0dcc43316f don't crash when queued write fails 13 years ago
Bryan Cantrill d1255914df sunos: fix EMFILE on process.memoryUsage() 13 years ago
Lal Jérémy ef046bf4f6 test: generate 1024-bit keys, pacify openssl 1.0.1 13 years ago
Nathan Rajlich feaa8a41c7 cmd: add a -i / --interactive flag to force the REPL 13 years ago
isaacs d2389f8fab debug repl tests: Add visibility, remove test that times out 13 years ago
Erik Lundin 4b1d492561 test: merge typed arrays tests 13 years ago
Erik Lundin f2ebf2469b test: fix simple/test-typed-arrays 13 years ago
Alex Kocharin 415bff26fe repl: fix space autocompletion bug 13 years ago
Felix Geisendörfer 18240193ba Expose http parse error codes 13 years ago
Andreas Madsen 94d337eb0f cluster: kill workers when master dies 13 years ago
Andreas Madsen d927fbc9ab cluster: add graceful disconnect support 13 years ago
Ben Noordhuis d8c4ecea0b test: fix race in simple/test-cluster-master-error 13 years ago
Your Name fb47a337ba test: changed instances of == to === 13 years ago
koichik 03077db45d test: HTTP responses with no content-length 13 years ago
Nathan Rajlich 11d8823791 process: add `process.config` 13 years ago
Charlie McConnell c7b8073afc child_process: Separate 'close' event from 'exit' 13 years ago
Nathan Rajlich 928ea564d1 events: don't delete the listeners array in removeListener() 13 years ago
Ben Noordhuis 761a82bc9a test: make .removeAllListeners() test more exhaustive 13 years ago
Ben Noordhuis 78dc13fbf9 events: don't delete the listeners array 13 years ago
Ben Noordhuis f9aa01de32 test: don't let debugger listen on common.PORT 13 years ago
isaacs 702b46c80d Fix invalid timer test 13 years ago
Ben Noordhuis 7fc835afe3 timers: handle negative or non-numeric timeout values 13 years ago
Maciej Małecki 9a35656210 test: test if forks are spawned with parent's `process.execArgv` 13 years ago
Maciej Małecki 0113f5a72d test: test `process.execArgv` 13 years ago
Shigeki Ohtsu d2fba2bf35 test: Fix path to require hello-world module 13 years ago
Łukasz Walukiewicz 677c2c112c Ignore an empty port component when parsing URLs. 13 years ago
isaacs a10cfba766 module: remove 'exited', replace 'children' array 13 years ago
ssuda 9b672bcaa2 tls: parsing multiple values of a key in ssl certificate 13 years ago
Ben Noordhuis 8c02f9b7c8 buffer: throw from constructor if length > kMaxLength 13 years ago
Ben Noordhuis 296b7a580b cluster: support passing of named pipes 13 years ago
Igor Zinkovsky 5ad0140f48 Emit end event only once 13 years ago
ssuda b72d43cbf9 dgram: fix when we call .close() inside 'listening' 13 years ago
Nathan Rajlich 07c886f944 process: add `process.hrtime()` 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
Igor Zinkovsky 9ea5a4c468 fix simple/test-process-argv-0 on windows 13 years ago
Shigeki Ohtsu 59c3923672 process: show detailed error message in process.dlopen() 13 years ago
Igor Zinkovsky e10bd5177f disable simple/test-signal-handler on Windows 13 years ago
Igor Zinkovsky 61be6844aa disable fs.watchFile tests on windows 13 years ago
ssuda 578ba76e6c util: fix util.format() formatting of %% 13 years ago
Jimb Esser 78db18739a tls: proxy set(Timeout|NoDelay|KeepAlive) methods 13 years ago
isaacs d8c5ba2185 Change test fixture from symlink to regular file 13 years ago