1074 Commits (1cdadb1e3b6108bb636213debacf2f93166fbf83)

Author SHA1 Message Date
Ł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 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
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
ssuda 578ba76e6c util: fix util.format() formatting of %% 13 years ago
Jimb Esser 78db18739a tls: proxy set(Timeout|NoDelay|KeepAlive) methods 13 years ago
Igor Zinkovsky 67b10f816c fix test-net-pipe-connect-errors for windows 13 years ago
Vincent Ollivier 8cdbf014bd test: fix typo in test-child-process-stdout-flush 13 years ago
Ben Noordhuis ebb79cdaba Revert "test-fs-watch: Add faster failure, and link to #2813" 13 years ago
koichik cd5d2473a4 net: fix race write() before and after connect() 13 years ago
koichik 63431796f4 net: fix race write() before and after connect() 13 years ago
isaacs 29463cb60c Update argv0 test to verify correct behavior 13 years ago
AJ ONeal 493a6bb19a [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings 13 years ago
AJ ONeal 7f58d207f3 [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings 13 years ago
Roly Fentanes db8940dae2 `newListener` emits correct fn when using `once` 13 years ago
Maciej Małecki b73ec84ce1 test: test for `process.argv[0]` correctness 13 years ago
isaacs 9a6f936c8a test-fs-watch: Add faster failure, and link to #2813 13 years ago
Ben Noordhuis defa637378 dgram: fix out-of-bound memory read 13 years ago
isaacs 634b4de2c8 Pause process.stdin in stdin getter 13 years ago
isaacs 27d8b059fa Pause process.stdin in stdin getter 13 years ago
Ben Noordhuis b9127eb0a5 buffer: support decoding of URL-safe base64 13 years ago
Tomasz Buchert c6a04ce78f crypto: add function getDiffieHellman() 13 years ago
Ben Noordhuis f116e17a23 test: update HTTP basic auth test 13 years ago
Ben Noordhuis 86f4846c21 url: decode url entities in auth section 13 years ago
Ben Noordhuis de5e3f6a6f http: support PURGE request method 13 years ago
Brandon Benvie b72277183f repl: add automatic loading of built-in libs 13 years ago
Ben Noordhuis 999757983c test: don't let debugger listen on common.PORT 13 years ago
Ben Noordhuis 7f4aba91d3 test: include common.js in all tests 13 years ago
koichik 7ae0d473a6 test: fix test-tls-over-http-tunnel with v0.7 13 years ago
Mikeal Rogers d530ee62cd Issue #2762. Add callback to close function. 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
isaacs a2851b6234 Revert "cluster: propagate bind errors" 13 years ago
Fedor Indutny ae5e23310e repl: remove double calls where possible 13 years ago
Nathan Rajlich a118f21728 repl: make tab completion work on non-objects 13 years ago
Ben Noordhuis 30e462e919 cluster: propagate bind errors 13 years ago
einaros 83fd1c1de5 Add WebSocket RFC6455 multiheader fields to the http parser. 13 years ago
Ben Noordhuis 2c07712860 http: allow multiple WWW-Authenticate headers 13 years ago
Mark Nottingham 1e425e3fa7 Generate Date headers on responses when not already present. 13 years ago
Ben Noordhuis 6141386f7e http: allow multiple WWW-Authenticate headers 13 years ago
Igor Zinkovsky 14b20ffc30 add tls-over-http-tunnel test 13 years ago
koichik b19b8836c3 tls: Allow establishing secure connection on the existing socket 13 years ago
Seth Fitzsimmons 1ce14eca44 dgram: handle close of dgram socket before DNS lookup completes 13 years ago
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 13 years ago
koichik 2f759a7090 test: fix timing sensitivity in test-net-write-slow 13 years ago