951 Commits (2680522d3a71fb5f12aa052555f3d04806338821)

Author SHA1 Message Date
Felix Geisendörfer f423ec90fc In addition to 'aborted' emit 'close' from incoming requests 14 years ago
Ryan Dahl 5287703cce Pragma HTTP header comma separation 14 years ago
Ryan Dahl 340291c085 Add extra debug print statement to tls.js 14 years ago
Ryan Dahl ab144f4843 Add TODO item 14 years ago
Ryan Dahl c2a62951f6 TLS sockets should not be writable after 'end' 14 years ago
isaacs 8b9dbdad27 Closes GH-687 Don't read fs read stream if not open 14 years ago
isaacs f8defa3e09 package.json main as indexed subdir 14 years ago
Ryan Dahl aac5cbe025 HTTP Agent sockets should not reconnect on error 14 years ago
Ryan Dahl 9b0c7618c5 HTTP Agent should not die on evil server 14 years ago
Ryan Dahl 19b4c27ebf TLS: Make _cycle reentrant. 14 years ago
Ryan Dahl c365f56061 https was missing 'end' event sometimes 14 years ago
Felix Geisendörfer e56ee67e13 Refactor fs.open parameter handling 14 years ago
Felix Geisendörfer 29b0dc4ec8 Fix: fs.open callback did not fire 14 years ago
Ryan Dahl 77ae87d367 default to port 80 for http.request 14 years ago
Richard Rodger b11d78b386 Fix for DNS fail in HTTP request 14 years ago
isaacs f07041e6cd Make the repl respect node_modules folders. 14 years ago
Tj Holowaychuk fe838611f6 Fixed field merging with progressive fields on writeHead() 14 years ago
Tim Caswell b09c5889be Add support for mutable/implicit headers for http. 14 years ago
Theo Schlossnagle 01a864a29d TLS: CRL support 14 years ago
Mikeal Rogers 634e7236f7 Add 'pipe' event 14 years ago
Ryan Dahl e9257b859d New DTrace probes from CA team 14 years ago
isaacs 46513483cd node_modules module lookup, +docs and test. 14 years ago
Ryan Dahl dafd6d9137 TLS: Don't give up if you can't write 0 bytes 14 years ago
Ryan Dahl a48a075535 better debug messages in net and tls 14 years ago
Bert Belder 8d70294c31 Fix fs.realpathSync on windows 14 years ago
isaacs 9bed5dcb2c Support caching for realpath, use in module load 14 years ago
Ryan Dahl 9de5043b50 tls: only emit data after 'secure' event 14 years ago
Bert Belder 38d8cd60ea Don't make unnecessary getcwd calls from path.resolve 14 years ago
Ryan Dahl 448e0f4394 tls fixes 14 years ago
Bert Belder 61af4207da Fix dns on windows 14 years ago
isaacs 2e6a263e29 Closes GH-609 Support array-ish args to Buffer ctor 14 years ago
isaacs 5f2e90934e Support octal strings for modes 14 years ago
Konstantin Käfer 9e101f2b01 UCS-2 support 14 years ago
Russell Haering e6ede31554 http: fix buffer writes to outgoing messages 14 years ago
isaacs da2f4b2dc4 support for package.json 14 years ago
Mikeal Rogers 2b03ba5917 http: agent takes options instead of host, port pair 14 years ago
Ryan Dahl 4733d0b1f0 http: handle aborts 14 years ago
Ryan Dahl 1a7830a92a Fix debug flag in timers.js 14 years ago
isaacs 2f1f22ab26 module: define functions only once. 14 years ago
Ryan Dahl f6e5b8986f Clean up 14 years ago
Ryan Dahl 97f7c06451 TLS: fix throttling 14 years ago
Ryan Dahl 3e58696c07 TLS: Simplify error handling 14 years ago
Ryan Dahl 41b4ec7952 TLS: flush buffer before destroy 14 years ago
Ryan Dahl e6f14d6df5 (suck, blow) -> (pull, push) 14 years ago
isaacs f86ec1366f Closes GH-619 Make require.main be the main module 14 years ago
Ryan Dahl 2ff593ad23 TLS: better error reporting at binding layer 14 years ago
Joe Walnes df6e497793 dgram: setMulticastTTL, setMulticastLoopback and addMembership. 14 years ago
Ryan Dahl 3e5b568504 TLS: Add _pendingBytes() 14 years ago
Ryan Dahl 45b30a879b tls: superficial clean up 14 years ago
Ryan Dahl 9f3a20c76d net: Add hook for when writeQueue changes 14 years ago