2413 Commits (085f9d636b260724af2e80d6757e9d0f4bcd9193)

Author SHA1 Message Date
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
Ryan Dahl 6ede26cb9c Add socket.bufferSize 14 years ago
Ryan Dahl 192d2e0803 REPL: disable colors in windows for now 14 years ago
Ryan Dahl df5d5d6342 Fix option parsing in tls.connect() 14 years ago
Ryan Dahl cb06abe1e5 Helpful error when child_process.exec hit maxBuffer 14 years ago
Ryan Dahl 1f041fe73e debugger: prevent crash when backtrace doesn't come back 14 years ago
Ryan Dahl bfb6a67d60 Another fix for process.assert 14 years ago
Ryan Dahl f71e4d8b43 Fix process.assert problem 14 years ago
Ryan Dahl 97e13748fa Typos 14 years ago
isaacs 6cdeb3b3fd A module ID with a trailing slash must be a dir. 14 years ago