aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add ServerStartedCondition to hold the mutex, condition variable and ↵Gravatar Dan Wittmer2017-11-16
| | | | condition. Changes allow callers to correctly handle spurious wakeups.
* s//usedGravatar Dan Wittmer2017-11-16
|
* Change adds a version of grpc::testing::interop::RunServer that allows ↵Gravatar Dan Wittmer2017-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 pull request #13235 from jboeuf/jwt_audienceGravatar jboeuf2017-11-03
|\ | | | | Removing port 443 for the service name (used as jwt audience) for https
| * Removing port 443 for the service name (used as audience) when the url is https.Gravatar Julien Boeuf2017-11-03
|/
* Merge pull request #13257 from vjpai/pb_headerGravatar Vijay Pai2017-11-03
|\ | | | | Make gRPC C++ library depend on protobuf_headers, not protobuf
* \ Merge pull request #13232 from y-zeng/connectivity_watcherGravatar Yuchen Zeng2017-11-03
|\ \ | | | | | | Lower backup poll interval in async_end2end_test
| | * Need explicit "protobuf" dependence on proto_utils_testGravatar Vijay Pai2017-11-03
| | |
| | * Switch PB dependence to PB headers dependenceGravatar Vijay Pai2017-11-03
| |/ |/|
* | Merge pull request #13246 from yashykt/testlinkage1Gravatar Yash Tibrewal2017-11-03
|\ \ | | | | | | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to pr…
* \ \ Merge pull request #13161 from markdroth/service_config_fixesGravatar Mark D. Roth2017-11-03
|\ \ \ | | | | | | | | Fix service config parsing bugs
| | | * Lower backup poll interval in async_end2end_testGravatar Yuchen Zeng2017-11-03
| | | |
* | | | Merge pull request #13252 from jtattermusch/fix_typo_basictests_dbgGravatar Jan Tattermusch2017-11-03
|\ \ \ \ | | | | | | | | | | Fix typo in grpc_basictests_dbg
* \ \ \ \ Merge pull request #13251 from jtattermusch/unsimplify_win_debug_workerGravatar Jan Tattermusch2017-11-03
|\ \ \ \ \ | | | | | | | | | | | | Windows debug worker needs drive T:
* \ \ \ \ \ Merge pull request #13121 from dgquintas/backoff_specGravatar David G. Quintas2017-11-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improvements to C Core's backoff code and API
| | | * | | | typo in grpc_basictests_dbgGravatar Jan Tattermusch2017-11-03
| |_|/ / / / |/| | | | |
| | * | | | larger boot driveGravatar Jan Tattermusch2017-11-03
| | | | | |
| | * | | | fix indentationGravatar Jan Tattermusch2017-11-03
| | | | | |
| | * | | | Revert "simplify create windows debug worker script"Gravatar Jan Tattermusch2017-11-03
| |/ / / / |/| | | | | | | | | | | | | | This reverts commit 4160ec4dc0e4c0e950672b9516ead0dbda7208e0.
* | | | | Merge pull request #13239 from jtattermusch/shard_win_basictests_masterGravatar Jan Tattermusch2017-11-03
|\ \ \ \ \ | | | | | | | | | | | | Shard windows basictests on master to dbg/opt
| | * | | | Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
| |/ / / / |/| | | |
| | | * | Adding public_headers_must_be_c89 as a clang exceptionGravatar Yash Tibrewal2017-11-02
| | | | |
| | | * | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵Gravatar Yash Tibrewal2017-11-02
| | | | | | | | | | | | | | | | | | | | addresses of public api functions to check if they can be linked to
* | | | | Merge pull request #13243 from grpc/revert-13053-fcfixGravatar Noah Eisen2017-11-02
|\ \ \ \ \ | | | | | | | | | | | | Revert "Fix benchmark crash"
| * | | | | Revert "Fix benchmark crash"Gravatar Noah Eisen2017-11-02
|/ / / / /
* | | | | Merge pull request #13234 from yashykt/windowstimerfixGravatar Yash Tibrewal2017-11-02
|\ \ \ \ \ | |_|_|/ / |/| | | | Add a grpc_exec_ctx_invalidate_now in grpc_pollset_work for windows
| * | | | Add grpc_exec_ctx_invalidate_now in grpc_pollset_work right after gpr_cv_waitGravatar Yash Tibrewal2017-11-02
| | | | |
| | * | | shard windows basictests on masterGravatar Jan Tattermusch2017-11-02
| |/ / / |/| | |
* | | | Merge pull request #13237 from jtattermusch/improve_win_debug_worker_scriptGravatar Jan Tattermusch2017-11-02
|\ \ \ \ | | | | | | | | | | Simplify create windows debug worker script
| * | | | simplify create windows debug worker scriptGravatar Jan Tattermusch2017-11-02
|/ / / /
* | | | Merge pull request #13229 from jtattermusch/create_windows_debug_worker_scriptGravatar Jan Tattermusch2017-11-02
|\ \ \ \ | | | | | | | | | | Script for creating windows debug worker
* \ \ \ \ Merge pull request #13022 from yihuazhang/TSI_TEST_LIB_FIXGravatar yihuaz2017-11-01
|\ \ \ \ \ | |_|_|_|/ |/| | | | Modify TSI test library to correctly handle the case of TSI_INCOMPLETE_DATA
| | | * | Add a grpc_exec_ctx_invalidate_now at the end of cq_next loopGravatar Yash Tibrewal2017-11-01
| |_|/ / |/| | |
* | | | Merge pull request #13053 from ctiller/fcfixGravatar Craig Tiller2017-11-01
|\ \ \ \ | | | | | | | | | | Fix benchmark crash
| | | * | script for creating windows debug workerGravatar Jan Tattermusch2017-11-01
| | | | |
* | | | | Merge pull request #13216 from vjpai/tst_fixesGravatar Vijay Pai2017-11-01
|\ \ \ \ \ | | | | | | | | | | | | Remove unused code from thread_stress_test
* \ \ \ \ \ Merge pull request #13210 from y-zeng/end2end_fixGravatar Abhishek Kumar2017-11-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
| * | | | | | Add comments for setting the env variableGravatar Yuchen Zeng2017-11-01
| | | | | | |
* | | | | | | Merge pull request #13208 from dgquintas/lb_poll2Gravatar David G. Quintas2017-11-01
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Make the BG poller poll very frequently in LB tests
| | | * | | | Remove unused code from thread_stress_testGravatar Vijay Pai2017-11-01
| | | | | | |
* | | | | | | Merge pull request #13205 from ncteisen/pollset-kickGravatar Noah Eisen2017-10-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add missing kick counter increment
| | | * | | | | Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_testGravatar Yuchen Zeng2017-10-31
| |_|/ / / / / |/| | | | | |
| | * | | | | Re-enabled all polling engines for LB testsGravatar David Garcia Quintas2017-10-31
| | | | | | |
| | * | | | | BG-poll very frequently to pick up subchannels's updates in LB testsGravatar David Garcia Quintas2017-10-31
| | | | | | |
| * | | | | | Add missing kick counter incrementGravatar ncteisen2017-10-31
| | | | | | |
* | | | | | | Merge pull request #13197 from matt-kwong/mac-filter-fixGravatar Matt Kwong2017-10-31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Update brew before using it
* | | | | | | Merge pull request #13146 from apolcyn/update_ruby_googleauth_dep_masterGravatar apolcyn2017-10-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update max-allowed-version of googleauth ruby dependency
* \ \ \ \ \ \ \ Merge pull request #13185 from jtattermusch/reasonable_multipliersGravatar Jan Tattermusch2017-10-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use reasonable multiplier values for C/C++ tests
* \ \ \ \ \ \ \ \ Merge pull request #13123 from ncteisen/disable-trickleGravatar Noah Eisen2017-10-31
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Disable bm_trickle from running under TSAN
* | | | | | | | | Merge pull request #13106 from Vizerai/census_updateGravatar Jim King2017-10-31
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Cleaning up census code.