Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-19 |
|\ | |||
| * | Merge pull request #8303 from markdroth/service_config | Mark D. Roth | 2016-10-19 |
| |\ | |||
* | | | Convert method config to a struct for use in fast path in client_channel. | Mark D. Roth | 2016-10-19 |
* | | | Convert method config to a struct for use in the fast path. | Mark D. Roth | 2016-10-19 |
| |/ |/| | |||
| * | Merge pull request #8422 from ctiller/msan_1byte | Craig Tiller | 2016-10-19 |
| |\ | |||
| * \ | Merge pull request #8414 from kpayson64/use_external_api | kpayson64 | 2016-10-19 |
| |\ \ | |||
| * \ \ | Merge pull request #8425 from jcanizales/xcode-8-fix | Muxi Yan | 2016-10-19 |
| |\ \ \ | |||
| | * | | | Update tests project to XCode 8 | Jorge Canizales | 2016-10-19 |
| * | | | | Merge pull request #8415 from ncteisen/master | Noah Eisen | 2016-10-19 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #8370 from lyuxuan/fix_handshake_malloc | Craig Tiller | 2016-10-19 |
| |\ \ \ \ \ | |||
| | | | | | * | Fix config-exclusion for secure variants of tests | Craig Tiller | 2016-10-19 |
| | |_|_|_|/ | |/| | | | | |||
* | | | | | | clang-format | Mark D. Roth | 2016-10-19 |
| * | | | | | Merge pull request #8330 from kpayson64/poll_failure | kpayson64 | 2016-10-18 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #8409 from jtattermusch/refactor_unimplemented_handler | Jan Tattermusch | 2016-10-19 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #8417 from sreecha/design_docs | Craig Tiller | 2016-10-18 |
| |\ \ \ \ \ \ \ | |||
| | * | | | | | | | update images | Sree Kuchibhotla | 2016-10-18 |
| | * | | | | | | | epoll design doc | Sree Kuchibhotla | 2016-10-18 |
| |/ / / / / / / | |||
| | | | | | | * | Change channel tests to use public API | Ken Payson | 2016-10-18 |
| | | | | * | | | All current interop tests are implemented for C++ client and server. Updated ... | Noah Eisen | 2016-10-18 |
| | | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc | Noah Eisen | 2016-10-18 |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #7201 from markdroth/run_interop_tests_go | Mark D. Roth | 2016-10-18 |
| |\ \ \ \ \ \ \ | |||
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-18 |
|\| | | | | | | | | |||
| * | | | | | | | | Merge pull request #8371 from yang-g/server_context_spouse | Yang Gao | 2016-10-18 |
| |\ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | refactor NoSuchMethodCallHandler | Jan Tattermusch | 2016-10-18 |
| * | | | | | | | | | Merge pull request #8008 from ctiller/direct-calls | Craig Tiller | 2016-10-18 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||
| | * | | | | | | | | Fix wakeup bug | Craig Tiller | 2016-10-18 |
| | | | * | | | | | | Merge pull request #3 from stanley-cheung/run_interop_tests_go | Mark D. Roth | 2016-10-18 |
| | | | |\ \ \ \ \ \ | |||
| * | | | \ \ \ \ \ \ | Merge pull request #8376 from markmandel/feature/run-codegen | Nathaniel Manista | 2016-10-17 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | | | Remove `run_codegen.py` from python helloworld example | Mark Mandel | 2016-10-17 |
| * | | | | | | | | | | | Merge pull request #8399 from matt-kwong/add-sweep-perf-args | matt-kwong | 2016-10-17 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | Merge pull request #8375 from jtattermusch/coreclr_benchmarks | Jan Tattermusch | 2016-10-17 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | | | * \ | Merge branch 'master' of https://github.com/grpc/grpc | Noah Eisen | 2016-10-17 |
| | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||
| | | * | | | | | | | | | | remove hardcoding of clients/server names in run_sweep_performance.sh | Matt Kwong | 2016-10-17 |
| | | | | * | | | | | | | | Delambdaify | Craig Tiller | 2016-10-17 |
| | | | | | * | | | | | | | resolve review comment | yang-g | 2016-10-17 |
| | | | | * | | | | | | | | Fix payload tests under windows | Craig Tiller | 2016-10-17 |
| | | | | * | | | | | | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-17 |
| | | | | |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||
| | | | | * | | | | | | | | Fix benchmark shutdown | Craig Tiller | 2016-10-17 |
| * | | | | | | | | | | | | Merge pull request #7664 from kpayson64/cv_wakeup_fd | kpayson64 | 2016-10-17 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||
| | | | | * | | | | | | | | Better debug strings | Craig Tiller | 2016-10-17 |
| | | | | | | | * | | | | | Fix php interop client for status_code_and_message test | Stanley Cheung | 2016-10-17 |
| | | | | | | |/ / / / / | |||
| * | | | | | | | | | | | Merge pull request #8372 from dgquintas/grpclb_races | David G. Quintas | 2016-10-17 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | | | | Timeout increase (again) | Ken Payson | 2016-10-17 |
| | * | | | | | | | | | | | clang-format | David Garcia Quintas | 2016-10-15 |
| | * | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_races | David Garcia Quintas | 2016-10-15 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||
| | | | * | | | | | | | | | install missing python dependencies | Jan Tattermusch | 2016-10-15 |
| * | | | | | | | | | | | | Merge pull request #8295 from matt-kwong/pull-request-params | matt-kwong | 2016-10-14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | * \ \ \ \ \ \ | Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-calls | Craig Tiller | 2016-10-14 |
| | | | | | | |\ \ \ \ \ \ \ | |||
| | | | | | | * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-14 |
| | | | | | | |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | | | clang-format | Craig Tiller | 2016-10-14 |
| | | | | | | |/ / / / / / / |