aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
|\
| * Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
| |\ | | | | | | Add Census resource API and implementation.
| * \ Merge pull request #7024 from markdroth/filter_call_init_failureGravatar kpayson642016-08-02
| |\ \ | | | | | | | | Extend filter API to allow call initialization to return an error.
| * \ \ Merge pull request #7601 from dgquintas/census_stuffGravatar kpayson642016-08-02
| |\ \ \ | | | | | | | | | | Changed census static metadata keys for tracing and tag propagation
| | | * | Fix destroy_call_elem API in test.Gravatar Mark D. Roth2016-08-02
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
|\| | | |
| | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Trying to debug proxy tests. Not working yet.Gravatar Mark D. Roth2016-08-02
| | | | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
| |\ \ \ \
| | | * | | Changed census static metadata keys for tracing and tag propagationGravatar David Garcia Quintas2016-08-01
| | |/ / /
| | * | | clang-formatGravatar David Garcia Quintas2016-08-01
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
| | |\ \ \
| * | \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Addressed the rest of the PR commentsGravatar David Garcia Quintas2016-07-29
| | | | | |
* | | | | | 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
| | | | | |
| | * | | | Merge pull request #7459 from nicolasnoble/udp_test_bitrotGravatar Vijay Pai2016-07-27
| | |\ \ \ \ | | | | | | | | | | | | | | Fixing udp test bitrotting.
| | | | | * | Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| | | | | | |
* | | | | | | Made significant progress on the test, but not working yet.Gravatar Mark D. Roth2016-07-27
| | | | | | |
| | | | * | | removed some bits from invalid LR designGravatar David Garcia Quintas2016-07-26
| | | | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-07-26
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | | | | * Fix memory overwrite in proto decding; fix test for windowsGravatar Alistair Veitch2016-07-26
| | | | | | |
* | | | | | | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\ \ \ \ \ \ \
* | | | | | | | Basic proof-of-concept test. Needs more work to run stand-alone.Gravatar Mark D. Roth2016-07-25
| | | | | | | |
* | | | | | | | Use URI query string instead of channel arg to indicate use of proxy.Gravatar Mark D. Roth2016-07-25
| | | | | | | |
| | * | | | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| |/| | | | | |
| | | | | | | * merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | * | clang-formatGravatar Mark D. Roth2016-07-21
| | | | | | | |
| * | | | | | | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed.
| * | | | | | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll()
| | | | | * | Add test filter right before connected channel filter.Gravatar Mark D. Roth2016-07-19
| | | | | | |
| | | * | | | Fixing udp test bitrotting.Gravatar Nicolas "Pixel" Noble2016-07-19
| |_|/ / / / |/| | | | |
| | | | * | s/MAX_INT/INT_MAX/Gravatar Mark D. Roth2016-07-18
| | | | | |
| | | | * | Change priority for adding the filter in the filter_call_init_fails test.Gravatar Mark D. Roth2016-07-15
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-15
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-07-14
| | |\ \ \ \
| | | | * | | Simplified LR filterGravatar David Garcia Quintas2016-07-13
| | | | | | |
| * | | | | | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msgGravatar kpayson642016-07-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unnecessary "Failed parsing HTTP2" detail
* | \ \ \ \ \ \ Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-13
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #7248 from yang-g/server_testGravatar kpayson642016-07-12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Initialize variable.
| | | * | | | | | Use test roots.pem in testGravatar yang-g2016-07-13
| | | | | | | | |
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
| | | | | | | |\ \ | | | | |_|_|_|/ / | | | |/| | | | |
* | | | | | | | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-12
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into server_testGravatar yang-g2016-07-12
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into sequential_conGravatar yang-g2016-07-12
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | | * | | fixed leaks in testGravatar David Garcia Quintas2016-07-12
| | | | | | | | |
| | | | | | * | | discount grpc framing bytesGravatar David Garcia Quintas2016-07-11
| | | | | | | | |
| | | | | | * | | fixed failures in h2_proxyGravatar David Garcia Quintas2016-07-11
| | | | | | | | |
| | | | | | * | | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16Gravatar David Garcia Quintas2016-07-11
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |