aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Expand)AuthorAge
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-14
|\
| * Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
* | Clean up code after merge with masterGravatar murgatroid992016-10-10
* | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-07
|\|
* | UV tests pass on linuxGravatar murgatroid992016-10-07
| * Update tests.Gravatar Mark D. Roth2016-10-06
| * Merge remote-tracking branch 'upstream/master' into max_message_size_fixGravatar Mark D. Roth2016-10-04
| |\
| | * clang-formatGravatar Mark D. Roth2016-10-04
| * | Fix handling of max receive message size on client side.Gravatar Mark D. Roth2016-10-04
| | * Merge remote-tracking branch 'upstream/master' into fake_resolverGravatar Mark D. Roth2016-10-04
| | |\ | | |/ | |/|
| | * Code cleanup.Gravatar Mark D. Roth2016-10-03
| | * Add fake resolver for tests.Gravatar Mark D. Roth2016-10-03
| * | Merge pull request #8205 from ctiller/crashyGravatar Craig Tiller2016-10-03
| |\ \ | | |/ | |/|
* | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\| |
* | | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| * | Merge pull request #7833 from sreecha/fix_channel_from_fd_apiGravatar Nicolas Noble2016-09-29
| |\ \
* | | | Clang formatGravatar murgatroid992016-09-26
* | | | Updated changes for Windows, removed unistd.h from test filesGravatar Michael Lumish2016-09-26
| | | * FixesGravatar Craig Tiller2016-09-26
| | | * Cleanup test, check fail fast or notGravatar Craig Tiller2016-09-26
| | | * Merge github.com:grpc/grpc into crashyGravatar Craig Tiller2016-09-26
| | | |\ | | |_|/ | |/| |
| | | * Add connection refused testGravatar Vincent van Dam2016-09-25
* | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-23
|\| | |
* | | | Remove sockaddr type structs and socklen_t from internal core APIs, update PO...Gravatar murgatroid992016-09-23
| * | | Merge pull request #7611 from markdroth/http_connectGravatar Mark D. Roth2016-09-23
| |\ \ \ | | |_|/ | |/| |
| * | | Merge pull request #8099 from dgquintas/census_md_rename_sep_16Gravatar David G. Quintas2016-09-21
| |\ \ \
| | | * \ Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Fix portability problem.Gravatar Mark D. Roth2016-09-16
* | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
|\ \ \ \ \
| | | | * | Fix tsan failure in no_logging test.Gravatar Mark D. Roth2016-09-16
| | * | | | Code review changes.Gravatar Mark D. Roth2016-09-15
| | | * | | Renamed grpc-census-bin to grpc-stats-binGravatar David Garcia Quintas2016-09-14
| | |/ / / | |/| | |
| | | * | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-13
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | | | |\
| | | * | | Fix bug from previous commit.Gravatar Mark D. Roth2016-09-08
| | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #7864 from ctiller/bigger_framesGravatar Craig Tiller2016-09-07
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #7987 from ctiller/fuzz-failsGravatar Craig Tiller2016-09-07
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-07
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | * | | Fix test broken by merge.Gravatar Mark D. Roth2016-09-07
| | | | | | * | Fix HTTP proxy code to avoid having multiple outstanding writes.Gravatar Mark D. Roth2016-09-06
| * | | | | | | Merge pull request #7953 from makdharma/grpc_caching_testGravatar Nicolas Noble2016-09-06
| |\ \ \ \ \ \ \
| | | | | | | * | Use http_proxy environment variable instead of URI query param.Gravatar Mark D. Roth2016-09-06
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-06
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | | * | | | | | Fix fuzzing detected failureGravatar Craig Tiller2016-09-05
| | |/ / / / / / | |/| | | | | |
| | * | | | | | Fixed compile error introduced after mergeGravatar Makarand Dharmapurikar2016-09-02
| | | * | | | | Merge github.com:grpc/grpc into bigger_framesGravatar Craig Tiller2016-09-02
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |