1238 Commits (59fa16f648aea51c880fac46abb1817e61d0675e)

Author SHA1 Message Date
Mikeal Rogers 7c87e092fb Sockets should never be attached to a ClientRequest before nextTick(). 13 years ago
Peter Lyons a4eee3d28f http: remove 'headers sent?' check in OutgoingMessage.getHeader() 13 years ago
Ryan Dahl 16b3f2c3ff Fix dns_uv.lookup order 13 years ago
Nathan Rajlich 0c91a835ff util: isRegExp() should not call toString() on its argument 13 years ago
Ryan Dahl 2876141c42 dns_uv: add localhost hack for windows 13 years ago
Ben Noordhuis bba432f00e dgram: add socket.fd compatibility hack to dgram_uv.js 13 years ago
Ben Noordhuis cbd4033619 dgram: integrate libuv UDP support 13 years ago
Nathan Rajlich 8ec31a3362 Use Object.getPrototypeOf() on the object in the REPL tab-completion. 13 years ago
Ryan Dahl 827b9c5f1f net: fix throw error 13 years ago
Ryan Dahl ea156359e9 net_legacy: Fix throw typo 13 years ago
koichik 485d5b5dff dns: Force the DNS module to invoke callbacks asynchronously. 13 years ago
Ryan Dahl e3413f08fd net_uv: throw when people construct net.Socket(fd) 13 years ago
Ryan Dahl c4454d2efc net_uv: Don't error on ECONNRESET 13 years ago
Ryan Dahl cf2e68d960 net_uv: handle read errors 13 years ago
Mikeal Rogers 103990b640 Fixes #1531 13 years ago
Ben Noordhuis 8e8f36f958 Fix #1546 some more. Remove expensive debug call. 13 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 13 years ago
koichik 4cf931db17 http: improve compatibility of legacy API 13 years ago
Mikeal Rogers 584ae7b084 Remove http.cat. fixes #1447 13 years ago
Nathan Rajlich 54b409d650 util: isRegExp() should not call toString() on its argument 13 years ago
Thomas Shinnick a5d90c435c path.js: correct three harmless .length typos 13 years ago
Glen Low 04122ad2d3 crypto: PBKDF2 function from OpenSSL 13 years ago
Brian White b7c23ac3f5 Incorporate endianness into buffer.read* function names instead of passing in a boolean flag 13 years ago
Ben Noordhuis 4e204f37fd net: defer DNS lookup error events to next tick 13 years ago
Ben Noordhuis fa378ee4d8 net: defer DNS lookup error events to next tick 13 years ago
Ryan Dahl 3a219de586 net_uv: resume on closed net.Socket shouldn't crash 13 years ago
isaacs ac4791393e Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 13 years ago
isaacs 3210809d0a Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 13 years ago
Ben Noordhuis eb09b0644b http: destroy socket on error 13 years ago
Ryan Dahl 3d4ae3ab4d net_uv: pipes don't have getsockname 13 years ago
Ben Noordhuis 79f064f565 net: properly export remoteAddress to user land 13 years ago
Ben Noordhuis 460614125b tcp: propagate libuv tcp accept() errors to net_uv.js 13 years ago
Ryan Dahl 72c412767d net_uv: Handle failed shutdown req 13 years ago
Ryan Dahl 4f03f1bead net_uv: fix test/simple/test-pipe-file-to-http.js 13 years ago
Fedor Indutny 942f8b5afb Add NPN and SNI documentation. 13 years ago
Ryan Dahl 0696e78d64 Improve assert error messages 13 years ago
Ryan Dahl 2689d262ec Make buffer.INSPECT_MAX_BYTES public for mscdex 13 years ago
Ryan Dahl 7332c4022f Truncate Buffer.inspect at 50 bytes 13 years ago
Ryan Dahl 2126989a32 Fix test-http-upgrade-server and test-http-parser 13 years ago
Robert Mustacchi 0df08c6a0c Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points. 13 years ago
Ben Noordhuis f69822c70e http2: reword confusing comment 13 years ago
koichik d439c092c2 Improve util.format() compatibility with browser. 13 years ago
Mikeal Rogers 24a1f6ecc5 Fixes https host header default port handling. 13 years ago
Bert Belder 567470b136 Child processes: support windowsVerbatimArguments option 13 years ago
Ben Noordhuis 5a49522ba7 child process: don't send signal if process is already terminated 13 years ago
Ben Noordhuis b8c8e9c113 net_uv: add listenFD shim that throws when called 13 years ago
Ben Noordhuis 2bbb468428 child process: bind to libuv's kill process API 13 years ago
Ben Noordhuis ac722bbed6 module: strip byte order marker when loading *.js and *.json files 13 years ago
Ryan Dahl 2908f323e1 win: fix test-child-process-exec-cwd 13 years ago
Ryan Dahl e3ac47771c child_process_uv: fix test-child-process-stdin and -ipc 13 years ago