1349 Commits (7cc17a0cea1d25188c103745a7d0c24375e3a609)

Author SHA1 Message Date
Bert Belder b5d58f11cb dgram-uv: black hole incoming messages after closing 14 years ago
Bert Belder e20d0c1cd0 net-uv: correctly set socket.remoteAddress and -port 14 years ago
koichik fdbfc9ceb7 net: Socket write encoding case sensitivity 14 years ago
Nathan Rajlich 44574bc39b util: improve util.isDate() function 14 years ago
Nathan Rajlich cf24f561a3 repl: don't eval twice when an Error is thrown 14 years ago
Maciej Małecki 8d70cc607c Show warning when using lib/sys.js 14 years ago
koichik 6f60683802 tls: x509 certificate subject parsing fail 14 years ago
Mikeal Rogers 7c87e092fb Sockets should never be attached to a ClientRequest before nextTick(). 14 years ago
Peter Lyons a4eee3d28f http: remove 'headers sent?' check in OutgoingMessage.getHeader() 14 years ago
Ryan Dahl 16b3f2c3ff Fix dns_uv.lookup order 14 years ago
Nathan Rajlich 0c91a835ff util: isRegExp() should not call toString() on its argument 14 years ago
Ryan Dahl 2876141c42 dns_uv: add localhost hack for windows 14 years ago
Ben Noordhuis bba432f00e dgram: add socket.fd compatibility hack to dgram_uv.js 14 years ago
Ben Noordhuis cbd4033619 dgram: integrate libuv UDP support 14 years ago
Nathan Rajlich 8ec31a3362 Use Object.getPrototypeOf() on the object in the REPL tab-completion. 14 years ago
Ryan Dahl 827b9c5f1f net: fix throw error 14 years ago
Ryan Dahl ea156359e9 net_legacy: Fix throw typo 14 years ago
koichik 485d5b5dff dns: Force the DNS module to invoke callbacks asynchronously. 14 years ago
Ryan Dahl e3413f08fd net_uv: throw when people construct net.Socket(fd) 14 years ago
Ryan Dahl c4454d2efc net_uv: Don't error on ECONNRESET 14 years ago
Ryan Dahl cf2e68d960 net_uv: handle read errors 14 years ago
Mikeal Rogers 103990b640 Fixes #1531 14 years ago
Ben Noordhuis 8e8f36f958 Fix #1546 some more. Remove expensive debug call. 14 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 14 years ago
koichik 4cf931db17 http: improve compatibility of legacy API 14 years ago
Mikeal Rogers 584ae7b084 Remove http.cat. fixes #1447 14 years ago
Nathan Rajlich 54b409d650 util: isRegExp() should not call toString() on its argument 14 years ago
Thomas Shinnick a5d90c435c path.js: correct three harmless .length typos 14 years ago
Glen Low 04122ad2d3 crypto: PBKDF2 function from OpenSSL 14 years ago
Brian White b7c23ac3f5 Incorporate endianness into buffer.read* function names instead of passing in a boolean flag 14 years ago
Ben Noordhuis 4e204f37fd net: defer DNS lookup error events to next tick 14 years ago
Ben Noordhuis fa378ee4d8 net: defer DNS lookup error events to next tick 14 years ago
Ryan Dahl 3a219de586 net_uv: resume on closed net.Socket shouldn't crash 14 years ago
isaacs ac4791393e Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 14 years ago
isaacs 3210809d0a Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 14 years ago
Ben Noordhuis eb09b0644b http: destroy socket on error 14 years ago
Ryan Dahl 3d4ae3ab4d net_uv: pipes don't have getsockname 14 years ago
Ben Noordhuis 79f064f565 net: properly export remoteAddress to user land 14 years ago
Ben Noordhuis 460614125b tcp: propagate libuv tcp accept() errors to net_uv.js 14 years ago
Ryan Dahl 72c412767d net_uv: Handle failed shutdown req 14 years ago
Ryan Dahl 4f03f1bead net_uv: fix test/simple/test-pipe-file-to-http.js 14 years ago
Fedor Indutny 942f8b5afb Add NPN and SNI documentation. 14 years ago
Ryan Dahl 0696e78d64 Improve assert error messages 14 years ago
Ryan Dahl 2689d262ec Make buffer.INSPECT_MAX_BYTES public for mscdex 14 years ago
Ryan Dahl 7332c4022f Truncate Buffer.inspect at 50 bytes 14 years ago
Ryan Dahl 2126989a32 Fix test-http-upgrade-server and test-http-parser 14 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. 14 years ago
Ben Noordhuis f69822c70e http2: reword confusing comment 14 years ago
koichik d439c092c2 Improve util.format() compatibility with browser. 14 years ago
Mikeal Rogers 24a1f6ecc5 Fixes https host header default port handling. 14 years ago