2612 Commits (13ed817fec5792c7272d9a149ad45cfeddea5638)

Author SHA1 Message Date
Koichi Kobayashi 72ad2c94df https: fix default port 12 years ago
isaacs 32fdae2ca3 http: Fix overlooked agent.globalAgent export 12 years ago
Fedor Indutny ea7b817266 tls: fix handling of `SNICallback` server option 12 years ago
Trevor Norris da07709c74 smalloc: fix assertion fails/segfault 12 years ago
Trevor Norris 3158ffb6ef util: add isPrimitive check 12 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 12 years ago
Fedor Indutny dda22a520b tls_wrap: parse tls session ticket extension 12 years ago
Ben Noordhuis 2cd7adc7f4 util: don't throw on circular %j input to format() 12 years ago
Trevor Norris 7ca77eaf38 fs: write strings directly to disk 12 years ago
Ben Noordhuis dc9acd4fae assert: replace !!!value with just !value 12 years ago
Ben Noordhuis 6bd922fce8 dgram: report send errors to cb, don't pass bytes 12 years ago
Ben Noordhuis c13bfdc091 child_process: add 'shell' option to .exec() 12 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 12 years ago
Ben Noordhuis 2b569deed3 cluster: remove duplicate this.errno assignment 12 years ago
isaacs 993bb93e0a streams: Don't emit 'end' until read() past EOF 12 years ago
Fedor Indutny d62c2d975a tls: share tls tickets key between cluster workers 12 years ago
Fedor Indutny 509cfbc2b7 cluster: support setting data on shared server 12 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 12 years ago
Trevor Norris 8ce02cf0aa buffer: misc logic simplification 12 years ago
Trevor Norris d74932e518 buffer: revert length and parent check 12 years ago
Trevor Norris 35e0d60d0c buffer: slice on zero length buffer 12 years ago
isaacs 0f8de5e1f9 stream: Simplify flowing, passive data listening 12 years ago
Wyatt Preul 5fcd6e4038 util: removed duplicated isArray check 12 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 12 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 12 years ago
Trevor Norris 4a34c69cbf buffer: return offset for end of last write 12 years ago
Trevor Norris d817843d2e smalloc: create separate module 12 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 12 years ago
isaacs e48536f4cd tls: Trivial use_strict fix 12 years ago
Timothy J Fontaine c898704db1 lint: fix _http_client.js after v0.10 merge 12 years ago
Ben Noordhuis fa46483fe2 timers: setImmediate process full queue each turn 12 years ago
Timothy J Fontaine 91698f77e5 tls: only wait for finish if we haven't seen it 12 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 12 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" 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