2864 Commits (9bd934cb961655cbedcdc26f2aa2b0c764227320)

Author SHA1 Message Date
Trevor Norris d74932e518 buffer: revert length and parent check 11 years ago
Trevor Norris 35e0d60d0c buffer: slice on zero length buffer 11 years ago
isaacs 0f8de5e1f9 stream: Simplify flowing, passive data listening 11 years ago
Wyatt Preul 5fcd6e4038 util: removed duplicated isArray check 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Trevor Norris 4a34c69cbf buffer: return offset for end of last write 11 years ago
Trevor Norris d817843d2e smalloc: create separate module 11 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 11 years ago
isaacs e48536f4cd tls: Trivial use_strict fix 11 years ago
Timothy J Fontaine c898704db1 lint: fix _http_client.js after v0.10 merge 11 years ago
Ben Noordhuis fa46483fe2 timers: setImmediate process full queue each turn 11 years ago
Timothy J Fontaine 91698f77e5 tls: only wait for finish if we haven't seen it 11 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 11 years ago
isaacs 831de7cbb9 http: Use OOP for OutgoingMessage._finish 12 years ago
isaacs 49519f1217 http: Reuse more http/https Agent code 12 years ago
isaacs 40e92650bb http: Add agent.get/request methods 12 years ago
isaacs 9fc9b87472 http: Proper KeepAlive behavior 12 years ago
isaacs 6176e49181 http: style 12 years ago
Nathan Rajlich 48e159faf2 crypto: throw a helpful error message for "tls" and "crypto" 11 years ago
Trevor Norris b8ce1da74d buffer: propagate originating parent 11 years ago
Peter Rust 82ff891e22 http: use an unref'd timer to fix delay in exit 11 years ago
Timothy J Fontaine fe176929c2 timers: internal unref timers should use Timer.now 11 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Jeff Barczewski 26ca7d73ca stream: objectMode transform should allow falsey values 12 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Fedor Indutny 07fbb43d78 tls: export TLSSocket 11 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 11 years ago
Brian White 95dcd11dde zlib: allow zero values for level and strategy 11 years ago
Brian White 9b09c9eedd zlib: allow changing of level and strategy 11 years ago
Brian White 086d4ccace zlib: allow custom flush type for flush() 11 years ago
Brian White 0004ffa5da zlib: remove unused parameter 11 years ago
Brian White c9644fbd7c zlib: allow zero values for level and strategy 11 years ago
Ben Noordhuis cf6acf2a1a buffer: add comment explaining buffer alignment 11 years ago
Ben Noordhuis b255f4c10a child_process: emit 'disconnect' asynchronously 12 years ago
Mathias Bynens 24ba9fdec8 punycode: update to v1.2.3 12 years ago
Trevor Norris f489649159 buffer: deprecate legacy code 12 years ago
Trevor Norris fb40da822f buffer: expose class methods alloc and dispose 12 years ago
Trevor Norris 456942a920 buffer: reimplement Buffer pools 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Krzysztof Chrapka ffcd8b94c2 readline: strip ctrl chars for prompt width calc 12 years ago
Yuan Chuan 18574bfaf1 readline: make `ctrl + L` clear the screen 12 years ago
Fedor Indutny 212e9cd8c9 tls: session API returns 12 years ago
isaacs 3c7945bda1 net: Do not destroy socket mid-write 12 years ago
Fedor Indutny dc50f27d52 tls: share socket._hadError with http_client 12 years ago
Fedor Indutny af80e7bc6e tls: introduce TLSSocket based on tls_wrap binding 12 years ago
isaacs e8500274e0 Revert "http: remove bodyHead from 'upgrade' events" 12 years ago
Ben Noordhuis 82b3524bce crypto: fix utf8/utf-8 encoding check 12 years ago
isaacs e0519ace31 net: Destroy when not readable and not writable 12 years ago
Ben Noordhuis 414a909d01 url: remove unused global variable 12 years ago