2622 Commits (cec81593d7e42c83b9498be5835defb24d1743bd)

Author SHA1 Message Date
Trevor Norris cec81593d7 smalloc: allow different external array types 12 years ago
Trevor Norris cd00064566 smalloc: cleanup checks/conversions 12 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 12 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 12 years ago
isaacs 6942a95ae1 repl: Add 'smalloc' to list of known modules 12 years ago
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
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 12 years ago
Fedor Indutny dda22a520b tls_wrap: parse tls session ticket extension 12 years ago
Ben Noordhuis 3398cce193 http: improve chunked res.write(buf) performance 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