aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Fixed use of unalloc'd memoryGravatar David Garcia Quintas2016-11-03
|
* Merge pull request #8602 from vjpai/turn_it_to_11Gravatar Vijay Pai2016-11-02
|\ | | | | Stop supporting non-C++11 conformant compilers - DO NOT MERGE INTO V1.0.X
* \ Merge pull request #8598 from ctiller/rst_streamGravatar Muxi Yan2016-11-02
|\ \ | | | | | | Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
| | * Make new file compliant with new standardsGravatar Vijay Pai2016-11-02
| | |
| | * Merge branch 'master' into turn_it_to_11Gravatar Vijay Pai2016-11-02
| | |\ | |_|/ |/| |
* | | Merge pull request #8523 from markdroth/lb_policy_name_channel_argGravatar Mark D. Roth2016-11-02
|\ \ \ | | | | | | | | Allow setting LB policy name via the C++ API
* \ \ \ Merge pull request #8568 from dgquintas/grpclb_leaks_fixGravatar David G. Quintas2016-11-02
|\ \ \ \ | | | | | | | | | | gRPC LB fixes from end two end testing
| | | | * Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
| | | | |
| | | | * Regenerate all projectsGravatar Vijay Pai2016-11-01
| | | | |
* | | | | Merge pull request #8548 from dgquintas/lb-tokens-lengthGravatar David G. Quintas2016-11-02
|\ \ \ \ \ | | | | | | | | | | | | Made LB token dynamic size <= 50 bytes
| | | | | * clang-formatGravatar Vijay Pai2016-11-01
| | | | | |
| | | | | * Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | | | | |
| | * | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fixGravatar David Garcia Quintas2016-11-01
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * Ensure something executes the new rst_stream codeGravatar Craig Tiller2016-11-01
| | | | |/ | | | |/|
| | * | | PR commentsGravatar David Garcia Quintas2016-10-31
| | | | |
* | | | | Don't use the stack so muchGravatar Masood Malekghassemi2016-10-31
| |_|/ / |/| | | | | | | | | | | Because internally we like to keep our thread stacks tiny.
* | | | Merge pull request #8380 from y-zeng/reflection_headerGravatar Yuchen Zeng2016-10-31
|\ \ \ \ | | | | | | | | | | Remove generated pb files
| | | | * Fix memory leak.Gravatar Mark D. Roth2016-10-31
| | | | |
| | | | * Fix portability problems.Gravatar Mark D. Roth2016-10-31
| | | | |
| | | | * clang-formatGravatar Mark D. Roth2016-10-31
| | | | |
| | | | * Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_argGravatar Mark D. Roth2016-10-31
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-28
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #8552 from ncteisen/cpp_unimplemented_serviceGravatar Noah Eisen2016-10-28
| |\ \ \ \ | | | | | | | | | | | | Implemenet New Interop Test: Cpp Unimplemented Service
| | * | | | Fix clang formatGravatar Noah Eisen2016-10-28
| | | | | |
| | * | | | Use default Empty ctor instead of Empty::default_instanceGravatar Noah Eisen2016-10-28
| | | | | |
| * | | | | More Windows FixesGravatar Craig Tiller2016-10-28
| | | | | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2016-10-27
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | cpp_unimplemented_service
| | | | | * | Made LB token dynamic size <= 50 bytesGravatar David Garcia Quintas2016-10-28
| | | | |/ / | | | |/| |
| | * | | | Add unimplemented_service test case for cpp interop clientGravatar Noah Eisen2016-10-27
| | | | | |
| * | | | | Handle failed calls in sync clientGravatar Craig Tiller2016-10-27
| | | | | |
* | | | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-27
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Mark disappearing_server as flaky: this was always so, but is more ↵Gravatar Craig Tiller2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | pronounced now - and will be fixed with retries
| | * | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-27
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #8520 from murgatroid99/udp_server_test_fixGravatar Craig Tiller2016-10-27
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix issue with pointers in udp_server_test
| | | * | | | Update commentGravatar Craig Tiller2016-10-27
| | | | | | |
| | | | | | * Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_argGravatar Mark D. Roth2016-10-27
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | Review feedbackGravatar Craig Tiller2016-10-26
| | | | | | |
| | | * | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * Add test for setting LB policy via C++ API.Gravatar Mark D. Roth2016-10-26
| | | | | | |
| | * | | | | Fix issue with pointers in udp_server_testGravatar murgatroid992016-10-26
| | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into circular_dependency_fixGravatar Mark D. Roth2016-10-26
| |\| | | |
| * | | | | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-26
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
| |\ \ \ \ \ | | | | | | | | | | | | | | Introduce a grpc-exp ALPN protocol identifier.
| | | | * | | Review feedbackGravatar Craig Tiller2016-10-25
| | | | | | |
* | | | | | | Use nullptr instead of NULL. Move test to grpc namespace so that when using ↵Gravatar Sree Kuchibhotla2016-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h
| * | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
* | | | | | | make gcc4.4 happyGravatar Sree Kuchibhotla2016-10-25
| | | | | | |
* | | | | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-25
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | modify stress_test command line options