cloudflared-mirror/h2mux
Michael Borkenstein b89cc22896 AUTH-2369: RDP Bastion prototype 2020-05-19 21:10:50 -05:00
..
sample TUN-2779: update sample HTML pages 2020-03-03 19:35:41 +00:00
activestreammap.go TUN-2631: only notify that activeStreamMap is closed if ignoreNewStreams=true 2019-12-11 17:05:28 -06:00
activestreammap_test.go TUN-2631: only notify that activeStreamMap is closed if ignoreNewStreams=true 2019-12-11 17:05:28 -06:00
booleanfuse.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
bytes_counter.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
bytes_counter_test.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
error.go TUN-2162: Decomplect OpenStream to allow finer-grained timeouts 2019-09-05 15:23:41 +00:00
h2_compressor_brotli.go TUN-813: Clean up cloudflared dependencies 2018-07-24 18:07:02 -05:00
h2_compressor_none.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
h2_dictionaries.go bug(cloudflared): nil pointer deference on h2DictWriter Close() (#154) 2019-12-03 16:29:40 +04:00
h2mux.go TUN-2955: Fix connection and goroutine leaks when tunnel conection is terminated on error. Only unregister tunnels that had connected successfully. Close edge connection used to unregister the tunnel. Use buffered channels for error channels where receiver may quit early on context cancellation. 2020-05-06 03:13:24 +00:00
h2mux_test.go TUN-2608: h2mux.Muxer.Shutdown always returns a non-nil channel 2019-12-04 17:21:30 +00:00
header.go AUTH-2369: RDP Bastion prototype 2020-05-19 21:10:50 -05:00
header_test.go TUN-2767: Test for large headers 2020-02-27 22:15:04 +00:00
idletimer.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
idletimer_test.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
muxedstream.go TUN-2608: h2mux.Muxer.Shutdown always returns a non-nil channel 2019-12-04 17:21:30 +00:00
muxedstream_test.go TUN-1893: Proxy requests to the origin based on tunnel hostname 2019-06-13 14:46:22 -05:00
muxmetrics.go TUN-2506: Expose active streams metrics 2019-11-07 14:09:31 -06:00
muxmetrics_test.go TUN-1358: Close readyList after Muxer.Serve() has stopped running 2019-01-22 15:54:29 -06:00
muxreader.go TUN-2651: Fix panic in h2mux reader when a stream error is encountered 2020-01-31 09:59:10 -06:00
muxreader_test.go TUN-2506: Expose active streams metrics 2019-11-07 14:09:31 -06:00
muxwriter.go TUN-2796: Implement HTTP2 CONTINUATION headers correctly 2020-03-24 13:46:17 +00:00
muxwriter_test.go TUN-2796: Implement HTTP2 CONTINUATION headers correctly 2020-03-24 13:46:17 +00:00
readylist.go TUN-1358: Close readyList after Muxer.Serve() has stopped running 2019-01-22 15:54:29 -06:00
readylist_test.go TUN-1358: Close readyList after Muxer.Serve() has stopped running 2019-01-22 15:54:29 -06:00
rtt.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
shared_buffer.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
shared_buffer_test.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
signal.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
streamerrormap.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00