1254 Commits (f81099887154642430a576c3bcd7f658325cacb2)

Author SHA1 Message Date
Ryan Dahl 26834b0524 Revert "vm context with accessors" 14 years ago
Igor Zinkovsky 65e6ba9cce Enable link, symlink, and readlink on windows 14 years ago
Fedor Indutny 4527de8cba vm context with accessors 14 years ago
Ben Noordhuis bb3a1d5b67 http: set .code='ECONNRESET' on socket hang up errors 14 years ago
koichik 6139459d45 util: Fix inspection for sparse array 14 years ago
koichik 98b64422bb util: Divide inspect() into some subroutines 14 years ago
koichik 526c54c979 buffer: write() should always set _charsWritten. 14 years ago
Sean Cunningham eb99083d0b tls: add client-side session resumption support 14 years ago
Maciej Małecki d0552949b9 url: add plus sign to protocol pattern 14 years ago
Bert Belder 8153a21613 Improve path parsing on windows 14 years ago
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