aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * | | | | | | | Fix a data race in microbenchmark stats gatheringGravatar Vijay Pai2017-10-30
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #12732 from y-zeng/connectivity_watcherGravatar Yuchen Zeng2017-10-30
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | clang-fmtGravatar Vijay Pai2017-10-30
| | * | | | | | | | GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friendGravatar Vijay Pai2017-10-30
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #12878 from markdroth/pick_first_subchannel_listGravatar Mark D. Roth2017-10-30
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | Update with internal C++ interfacesGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Fix crash in epollexGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Change the default interval to 5 secondsGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Fix timeoutsGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Fix SIGV when grpc_channel_stack_init returns errorsGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Update with grpc_millisGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Fix polling_timer shutdown processGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Remove schedule_polling_timerGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Add comments, fix backup_poller_shutdown_unrefGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MSGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Use backup pollser instead of connectivity watcherGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | clang-formatGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | convert connectivity_watcher to cpp fileGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Remove c++ channel connectivity watcherGravatar Yuchen Zeng2017-10-30
| | * | | | | | | | Add client channel connectivity watcherGravatar Yuchen Zeng2017-10-30
| |/ / / / / / / / |/| | | | | | | |
| | | | * | | | | thread_stress_test: default timeout is sufficientGravatar Jan Tattermusch2017-10-30
| | | | * | | | | use reasonable multiplier valuesGravatar Jan Tattermusch2017-10-30
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #12870 from kpayson64/call_bm_diffGravatar kpayson642017-10-27
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #13107 from vjpai/reinternalizeGravatar Vijay Pai2017-10-27
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #13177 from kpayson64/qps_test_fixGravatar kpayson642017-10-27
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12644 from justinburke/cert_reloadingGravatar Justin Burke2017-10-27
|\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | Add call size bm_diffGravatar Ken Payson2017-10-27
| |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Support SSL server certificate reloading.Gravatar Justin Burke2017-10-27
* | | | | | | | | | | Merge pull request #13158 from ncteisen/fix-p0Gravatar Noah Eisen2017-10-27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix portabilotyGravatar ncteisen2017-10-27
| * | | | | | | | | | | Address github comment, sleep for minimal timeGravatar ncteisen2017-10-27
| | | | * | | | | | | | Adopt the static factory pattern (#10)Gravatar Vijay Pai2017-10-27
| | | | | * | | | | | | Fix build failure.Gravatar Mark D. Roth2017-10-27
| | | | | * | | | | | | Assume that subchannels start in state IDLE.Gravatar Mark D. Roth2017-10-27
| | | * | | | | | | | | Fix QPS Async Client Next loopGravatar Ken Payson2017-10-27
| | |/ / / / / / / / /
* | | | | | | | | | | Merge pull request #13157 from jtattermusch/docker_faster_pullsGravatar Jan Tattermusch2017-10-27
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #13154 from jtattermusch/buildonly_parallelismGravatar Jan Tattermusch2017-10-27
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13164 from yang-g/clear_the_requestGravatar Yang Gao2017-10-26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clear the requestGravatar yang-g2017-10-26
|/ / / / / / / / / / / /
| | | | * / / / / / / / Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
| |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | | * | | | | | | Change uses of PRIdPTR to PRIuPTR.Gravatar Mark D. Roth2017-10-26
| | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_listGravatar Mark D. Roth2017-10-26
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | | | | | | | | | * When parsing durations, handle any number of decimal digits up to 9.Gravatar Mark D. Roth2017-10-26
| | | | | * | | | | | Merge branch 'master' into census_updateGravatar Jim King2017-10-26
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | | | | | | | | | * Fix a bunch of dumb service config parsing bugs.Gravatar Mark D. Roth2017-10-26
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_masterGravatar Jan Tattermusch2017-10-26
|\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | clang-formatGravatar Mark D. Roth2017-10-26
| | | | * | | | | | | Fix test timing bug:Gravatar ncteisen2017-10-26
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | * | | | | | | use GCR mirror for pulling imagesGravatar Jan Tattermusch2017-10-26
| | | * | | | | | | print timing for docker pullGravatar Jan Tattermusch2017-10-26
| |_|/ / / / / / / |/| | | | | | | |