2734 Commits (e159073da592324d60aefc3226560b8a954e81bf)

Author SHA1 Message Date
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" 12 years ago
Trevor Norris b8ce1da74d buffer: propagate originating parent 12 years ago
Peter Rust 82ff891e22 http: use an unref'd timer to fix delay in exit 12 years ago
Timothy J Fontaine fe176929c2 timers: internal unref timers should use Timer.now 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 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 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 12 years ago
Brian White 95dcd11dde zlib: allow zero values for level and strategy 12 years ago
Brian White 9b09c9eedd zlib: allow changing of level and strategy 12 years ago
Brian White 086d4ccace zlib: allow custom flush type for flush() 12 years ago
Brian White 0004ffa5da zlib: remove unused parameter 12 years ago
Brian White c9644fbd7c zlib: allow zero values for level and strategy 12 years ago
Ben Noordhuis cf6acf2a1a buffer: add comment explaining buffer alignment 12 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
isaacs 5dd91b0147 url: Set href to null by default 12 years ago
isaacs 5dc51d4e21 url: Properly parse certain oddly formed urls 12 years ago
isaacs df6ffc018e stream: unshift('') is a noop 12 years ago
Ryunosuke SATO 7ce5a31061 events: define properties on prototype 12 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Brian White 6af8788f3e buffer: return `this` in fill() for chainability 12 years ago
Fedor Indutny 9ee86b718c tls: proper .destroySoon 12 years ago
Fedor Indutny 4f14221f03 tls: invoke write cb only after opposite read end 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
Fedor Indutny f7ff8b4454 tls: retry writing after hello parse error 12 years ago
Nathan Zadoks a40133d10c http: remove bodyHead from 'upgrade' events 12 years ago
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
Timothy J Fontaine f8193ab3c4 timers: use uv_now instead of Date.now 12 years ago
Ben Noordhuis fda2b319dc http: save roundtrips, convert buffers to strings 12 years ago
Timothy J Fontaine a846d9388c net: use timers._unrefActive for internal timeouts 12 years ago