1253 Commits (bd69afbc830786566be6b341c8bee2d739aaa10a)

Author SHA1 Message Date
Fedor Indutny bd69afbc83 [debugger] readline => repl 13 years ago
Fedor Indutny 4527de8cba vm context with accessors 13 years ago
Ben Noordhuis bb3a1d5b67 http: set .code='ECONNRESET' on socket hang up errors 13 years ago
koichik 6139459d45 util: Fix inspection for sparse array 13 years ago
koichik 98b64422bb util: Divide inspect() into some subroutines 13 years ago
koichik 526c54c979 buffer: write() should always set _charsWritten. 13 years ago
Sean Cunningham eb99083d0b tls: add client-side session resumption support 13 years ago
Maciej Małecki d0552949b9 url: add plus sign to protocol pattern 13 years ago
Bert Belder 8153a21613 Improve path parsing on windows 13 years ago
Bert Belder b5d58f11cb dgram-uv: black hole incoming messages after closing 13 years ago
Bert Belder e20d0c1cd0 net-uv: correctly set socket.remoteAddress and -port 13 years ago
koichik fdbfc9ceb7 net: Socket write encoding case sensitivity 13 years ago
Nathan Rajlich 44574bc39b util: improve util.isDate() function 13 years ago
Nathan Rajlich cf24f561a3 repl: don't eval twice when an Error is thrown 13 years ago
Maciej Małecki 8d70cc607c Show warning when using lib/sys.js 13 years ago
koichik 6f60683802 tls: x509 certificate subject parsing fail 13 years ago
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