2381 Commits (39aa894035f9e3b58e04ce1a2b598e496e1f6bd6)

Author SHA1 Message Date
Ben Noordhuis f548433195 test: use common.PORT in simple/test-net-GH-5504 12 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 12 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 12 years ago
Trevor Norris cec81593d7 smalloc: allow different external array types 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 f4b1e00071 test: Move test-http-default-port from disabled to simple 12 years ago
Koichi Kobayashi 72ad2c94df https: fix default port 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 76ada45342 test: add mac to test-os 12 years ago
Ben Noordhuis 9e1eb361e8 test: future-proof simple/test-event-emitter-memory-leak 12 years ago
Ben Noordhuis 98db7babcc test: fix pummel/test-net-connect-memleak 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 6327d67be3 crypto: fix assert() on malformed hex input 12 years ago
Ben Noordhuis 2cd7adc7f4 util: don't throw on circular %j input to format() 12 years ago
Ben Noordhuis 6bd922fce8 dgram: report send errors to cb, don't pass bytes 12 years ago
Fedor Indutny 38176d3a1a test: loosen timeout in https-no-reader 12 years ago
Ben Noordhuis e5233939be test: cluster: add 'bind to privileged port' tests 12 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 12 years ago
isaacs 993bb93e0a streams: Don't emit 'end' until read() past EOF 12 years ago
Ben Noordhuis e4363145ba test: fix simple/test-setproctitle 12 years ago
Fedor Indutny d62c2d975a tls: share tls tickets key between cluster workers 12 years ago
David Björklund d904c231b6 crypto: Add test for sha.write(''); sha.end() 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
Ben Noordhuis 14f45ba739 test: move two tests from simple/ to internet/ 12 years ago
Ben Noordhuis e1fe8d4ec0 test: fix up tests after internal api change 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
Timothy J Fontaine f88b8dad84 test: regression test for #5798 setImmediate 12 years ago
Ben Noordhuis 8a65df9baa test: fix up indentation, replace tabs with spaces 12 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 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
Trevor Norris b8ce1da74d buffer: propagate originating parent 12 years ago
Ben Noordhuis 7684e0b554 test: fix up weakref.cc after v8 api change 12 years ago
Ben Noordhuis 0693d22f86 src: enable native v8 typed arrays 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
Timothy J Fontaine 4c38742dd8 test: fix tls-hello-parser-failure on smartos 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 12 years ago
Timothy J Fontaine 6f8ddf3759 test: fix tls-hello-parser-failure on smartos 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
Miroslav Bajtos c16963b977 src: break on uncaught exception 12 years ago
Ben Noordhuis b255f4c10a child_process: emit 'disconnect' asynchronously 12 years ago