Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\ | |||
| * | Merge branch 'master' into gpr_review_host_port | Vijay Pai | 2018-02-07 |
| |\ | |||
| | * | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* | Muxi Yan | 2018-02-06 |
| | | | |||
* | | | Privatize useful.h and avl.h | Vijay Pai | 2018-02-02 |
| |/ |/| | |||
| * | Privatize host_port.h; was not used in any wrapped language implementation | Vijay Pai | 2018-01-25 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\ | | | | | | | fix-stream-compression-config-interface | ||
| * | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | | |||
| * | When seeing an error in interop test, also log the debug error string. | yang-g | 2017-12-19 |
| | | |||
* | | More message compression level clean-up | Muxi Yan | 2017-12-11 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-06 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Merge commit 'b0bad8f' into fix-stream-compression-config-interface | Muxi Yan | 2017-12-06 |
|\ \ | |||
* \ \ | Merge commit 'b0bad8f^' into fix-stream-compression-config-interface | Muxi Yan | 2017-12-06 |
|\ \ \ | |||
* | | | | clang-format | Muxi Yan | 2017-12-06 |
| | | | | |||
| | | * | Merge pull request #13329 from dwittmer/dwittmer_runserver | Yang Gao | 2017-12-04 |
| | | |\ | | | | | | | | | | | Add support to RunServer for notifying clients via condition variable that the interop server has started. | ||
| | | | * | Fix formatting - missed moving ‘*’ next to type. | Dan Wittmer | 2017-11-17 |
| | | | | | |||
| | | | * | Fix formatting of RunServer params. | Dan Wittmer | 2017-11-17 |
| | | | | | |||
| | | * | | Remove all extern C | ncteisen | 2017-11-17 |
| | |/ / | |||
| | | * | Add ServerStartedCondition to hold the mutex, condition variable and ↵ | Dan Wittmer | 2017-11-16 |
| | | | | | | | | | | | | | | | | condition. Changes allow callers to correctly handle spurious wakeups. | ||
| | | * | s//used | Dan Wittmer | 2017-11-16 |
| | | | | |||
| | * | | Enable clang-tidy as a sanity check, fix up all known failures | Craig Tiller | 2017-11-10 |
| |/ / | |||
| | * | Change adds a version of grpc::testing::interop::RunServer that allows ↵ | Dan Wittmer | 2017-11-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | clients to pass in optional condition_variable which will be notified when the server has started and port to use, avoiding the need for callers to work with command line options. Above is used to support clients running the server in a separate thread in the same process as the tests are run to support local only tests. Existing grpc::testing::interop::RunServer calls into new version passing in FLAGS_port and null condition variable. | ||
| * | | Merge master | Yash Tibrewal | 2017-11-06 |
| |\ \ | |||
| | * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | |/ | |||
| * / | Remove unnecessary extern Cs | Yash Tibrewal | 2017-10-25 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-10-06 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
| * | Properly clean up stress test clients | yang-g | 2017-10-04 |
| | | |||
* | | Fix C++ builds | Muxi Yan | 2017-09-26 |
|/ | |||
* | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 |
| | |||
* | Restore interop_client_main | Ken Payson | 2017-07-13 |
| | | | | This target is used internally. | ||
* | Fixing merge failures on test/cpp/interop. | Nicolas "Pixel" Noble | 2017-07-13 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
|\ | |||
| * | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | Merge remote-tracking branch 'ctiller/build-wtf' into import | Nicolas "Pixel" Noble | 2017-05-26 |
|\ \ | |||
* | | | Adding interop stress test. | Nicolas "Pixel" Noble | 2017-05-25 |
| | | | |||
* | | | Adding reconnect interop client and server. | Nicolas "Pixel" Noble | 2017-05-25 |
| | | | |||
* | | | Realized that the interop BUILD file still uses cc_library and stuff. | Nicolas "Pixel" Noble | 2017-05-25 |
| | | | |||
* | | | Fixing indentation + fixing interop_client. | Nicolas "Pixel" Noble | 2017-05-24 |
| | | | |||
| * | | More import fixes | Craig Tiller | 2017-05-19 |
| | | | |||
* | | | Adding dummy layering check option. | Nicolas "Pixel" Noble | 2017-05-19 |
| |/ |/| | |||
| * | Rework well_known_protos attr, and some other fixes | Craig Tiller | 2017-05-16 |
|/ | |||
* | Merge pull request #10775 from yang-g/http2_client | Yang Gao | 2017-04-21 |
|\ | | | | | Fix http2_interop test for c++ and python | ||
| * | Fix http2_interop test for c++ and python | yang-g | 2017-04-20 |
| | | |||
* | | added missing dependency | Makarand Dharmapurikar | 2017-04-20 |
| | | |||
* | | reduced visibility of test util | Makarand Dharmapurikar | 2017-04-18 |
| | | |||
* | | BUILD file for interop client and server | Makarand Dharmapurikar | 2017-04-18 |
|/ | |||
* | clang-format fix | Makarand Dharmapurikar | 2017-04-13 |
| | |||
* | enable cacheable_unary test | Makarand Dharmapurikar | 2017-04-11 |
| |