6092 Commits (605927fbd9c2fbcd7d88a8f8159a9ca78417a6d0)
 

Author SHA1 Message Date
Andreas Madsen feff9bbb67 docs: remove setSecure() from net module docs 13 years ago
Tomasz Buchert c6a04ce78f crypto: add function getDiffieHellman() 13 years ago
Nathan Rajlich 19133cac02 build: better host_arch() definition in configure 13 years ago
Maciej Małecki da908364a8 tls http https: don't pollute user's `options` object 13 years ago
Maciej Małecki c6c6f98f1c util: add `util._extend` for extending objects 13 years ago
Andreas Madsen 3f4062309e core: ignore too many arguments, don't assert 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
Fedor Indutny 0cebfc8ddb tests: kill process group on failure 13 years ago
Ben Noordhuis de5e3f6a6f http: support PURGE request method 13 years ago
Ben Noordhuis f0c5165f81 http_parser: upgrade to 62110ef 13 years ago
Maciej Małecki b0c1541227 startup: use `path.resolve` instead of `path.join(cwd, ...)` 13 years ago
Maciej Małecki 1109c8fc4e startup: move `EventEmitter` closer to the lookup 13 years ago
Maciej Małecki c3a9733ac1 startup: use `.hasOwnProperty` instead of `in` 13 years ago
Brandon Benvie b72277183f repl: add automatic loading of built-in libs 13 years ago
Luke Gallagher 8d3c46daa8 util: fix typo in lib/util.js 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
Nathan Rajlich 028043dd02 build: map i686 to ia32 13 years ago
Nathan Rajlich 546870edd8 build: use proper `-arch` for target_arch on OS X 13 years ago
Nathan Rajlich af4a96ce6e build: test `uname -m` first, then `uname -p` 13 years ago
Ben Noordhuis 4af673e161 gyp: update to r1214 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 96338432e2 jslint src/ and lib/ on 'make test' 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Ben Noordhuis 96a137a18a docs: update man page 13 years ago
isaacs 31721da4b1 Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 13 years ago
Paul Vorbach c1f474010e docs: fix quotation style in the webserver example 13 years ago
Nathan Rajlich 0787287021 build: remove 'config.mk' during `make distclean` 13 years ago
Dave Pacheco 7864bb9eb8 build: disable -fomit-frame-pointer on solaris 13 years ago
Ben Noordhuis 23c4278e06 docs: fix tls markdown 13 years ago
isaacs dfed2cef75 Merge branch 'v0.6.11-release' into v0.6 13 years ago
isaacs f73f07e126 Now working on 0.6.12 13 years ago
isaacs 1eb1fe3225 2012.02.17 Version 0.6.11 (stable) 13 years ago
isaacs a2851b6234 Revert "cluster: propagate bind errors" 13 years ago
isaacs 4672872ddd Fix #2770 Compile the OS X pkg as ia32 13 years ago
Maciej Małecki 977e211421 debugger: rename `process.debug_port` to `process.debugPort` 13 years ago
Fedor Indutny ae5e23310e repl: remove double calls where possible 13 years ago
Shannen Saez 9764bea97d docs: remove unused javascript includes 13 years ago
Shannen Saez 4ed7b035bd docs: add lang="en" and remove redundant types 13 years ago
Nathan Rajlich a118f21728 repl: make tab completion work on non-objects 13 years ago
isaacs 7a1a62ec6e Upgrade uv to 86ebe48660e 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
Bert Belder 8f2694bb53 Make win32 ansi api usage explicit 13 years ago
Bert Belder d52f5020ce Windows: another attempt to support unicode argv 13 years ago
Bert Belder 9364699be1 Revert "Windows: support non-ansi command line arguments" 13 years ago
Ben Noordhuis 3415427dbf tls: mitigate session renegotiation attacks 13 years ago