aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
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 pull request #7590 from vjpai/affinity_optionalGravatar Vijay Pai2016-08-02
| |\ \ \ \ | | | | | | | | | | | | Don't assert if we're not able to set CPU affinity
* | | | | | 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
| |\ \ \ \ \
| * | | | | | moar clang-formatGravatar 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
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | | * | | Don't assert if we're not able to set affinity for some reasonGravatar Vijay Pai2016-07-30
| | | |/ / / | | |/| | |
| * | | | | Addressed the rest of the PR commentsGravatar David Garcia Quintas2016-07-29
| | | | | |
| | * | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
* | | | | | | 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 #7380 from nicolasnoble/no-c++11-threadsGravatar Vijay Pai2016-07-27
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
| | * | \ \ \ \ 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 pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | V1.0.x merge into master
| * \ \ \ \ \ \ \ \ Merge pull request #7020 from rjshade/assert_not_expectGravatar kpayson642016-07-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ASSERT vector size before directly accessing first element
| * \ \ \ \ \ \ \ \ \ Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
* | | | | | | | | | | | 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 pull request #7488 from ghemawat/slice_user_dataGravatar kpayson642016-07-21
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add gpr_slice_new_with_user_data.
| | | | | | | | | | | * merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #7269 from y-zeng/cli_callGravatar kpayson642016-07-21
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support server reflection in CLI
| | | | | * | | | | | | Merge pull request #7400 from yang-g/ga_branch2Gravatar Nicolas Noble2016-07-21
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Cherrypick #7319 into v1.0.x
| | | | | | | | | | | * | 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.
| * | | | | | | | | | | Addressed review commentsGravatar Yuchen Zeng2016-07-20
| | | | | | | | | | | |
| | * | | | | | | | | | Add comments for GRPC_NO_GENERATED_CODEGravatar Yuchen Zeng2016-07-19
| | | | | | | | | | | |
| | * | | | | | | | | | Revert unnecessary deletionsGravatar Yuchen Zeng2016-07-19
| | | | | | | | | | | |
| | | | * | | | | | | | Merge pull request #7407 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Benchmark fixes
| | | | * | | | | | | | 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
| | | | | | | | | | |
| | * | | | | | | | | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| |/ / / / / / / / / |/| | | | | | | | |