aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/http_proxy.c
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\
| * Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| |\
* | | Bulk update #includesGravatar Craig Tiller2016-10-26
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/ /
| * Compile and link core tests with libuvGravatar murgatroid992016-10-03
| * Clang formatGravatar murgatroid992016-09-26
* | Tests compileGravatar Craig Tiller2016-09-23
| * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-23
|/
* Fix bug from previous commit.Gravatar Mark D. Roth2016-09-08
* Fix HTTP proxy code to avoid having multiple outstanding writes.Gravatar Mark D. Roth2016-09-06
* Use http_proxy environment variable instead of URI query param.Gravatar Mark D. Roth2016-09-06
* Fix tsan failures.Gravatar Mark D. Roth2016-08-18
* Fix test to shutdown the proxy from the main thread instead ofGravatar Mark D. Roth2016-08-15
* clang-formatGravatar Mark D. Roth2016-08-04
* Clean up test HTTP proxy code.Gravatar Mark D. Roth2016-08-04
* Plumbed read_buffer through and fixed leftover bytes problem.Gravatar Mark D. Roth2016-08-04
* Trying to debug proxy tests. Not working yet.Gravatar Mark D. Roth2016-08-02
* Clean up test. Still debugging things.Gravatar Mark D. Roth2016-07-29
* Fix use-after-free and memory leak problems.Gravatar Mark D. Roth2016-07-29
* Work on debugging the HTTP proxy implementation.Gravatar Mark D. Roth2016-07-29
* Made significant progress on the test, but not working yet.Gravatar Mark D. Roth2016-07-27