Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-11 |
|\ | |||
| * | Merge pull request #11742 from ncteisen/fuzz-iob-in-metadata | Noah Eisen | 2017-07-11 |
| |\ | |||
| * \ | Merge pull request #11738 from mehrdada/canonica-urls | Mehrdad Afshari | 2017-07-11 |
| |\ \ | |||
| * \ \ | Merge pull request #11731 from yang-g/cpp_is_hard | Yang Gao | 2017-07-11 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #11749 from jtattermusch/kokoro_objc_swift | Jan Tattermusch | 2017-07-11 |
| |\ \ \ \ | |||
| | * | | | | make SwiftSample support Xcode8 | Jan Tattermusch | 2017-07-11 |
| |/ / / / | |||
| * | | | | Merge pull request #11747 from jtattermusch/kokoro_objc_fix | Jan Tattermusch | 2017-07-11 |
| |\ \ \ \ | |||
| | * | | | | fix objc tests | Jan Tattermusch | 2017-07-11 |
| | | | | * | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846 | Noah Eisen | 2017-07-11 |
| | | | | * | Add fuzzer repro | Noah Eisen | 2017-07-11 |
| | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fix | Mark D. Roth | 2017-07-11 |
| |\ \ \ \ | |||
| | * | | | | Do multiple reads if needed to read full server response. | Mark D. Roth | 2017-07-11 |
| | | * | | | set open file limits | Jan Tattermusch | 2017-07-11 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #11572 from vjpai/internalize | Vijay Pai | 2017-07-10 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #11741 from kpayson64/tf_rollback | Nicolas Noble | 2017-07-10 |
| |\ \ \ \ \ | |||
| * | | | | | | Update compression test for languages without compression bit | Eric Gribkoff | 2017-07-10 |
| * | | | | | | Merge pull request #11729 from murgatroid99/uv_memory_leak_fixes | Michael Lumish | 2017-07-10 |
| |\ \ \ \ \ \ | |||
| | | * | | | | | Revert "Reduce server memory usage" | Ken Payson | 2017-07-10 |
| | | * | | | | | Revert "Remove lockfree-stack implementation that is no longer used" | Ken Payson | 2017-07-10 |
| | |/ / / / / | |/| | | | | | |||
| | | | | | * | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | |_|_|_|/ | |/| | | | | |||
| * | | | | | Fix dependency download link in INSTALL.md to use https | Mehrdad Afshari | 2017-07-10 |
| * | | | | | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| * | | | | | Merge pull request #11735 from dgquintas/fix_codegen_full | David G. Quintas | 2017-07-10 |
| |\ \ \ \ \ | |||
| | * | | | | | Fix codegen_test_full | David Garcia Quintas | 2017-07-10 |
| |/ / / / / | |||
| | | * / / | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #11728 from robertwb/patch-1 | kpayson64 | 2017-07-10 |
| |\ \ \ \ | |||
| | | | | * | second try | yang-g | 2017-07-10 |
| | | | | * | Unref the call first in case the collection is still used in call | yang-g | 2017-07-10 |
| | |_|_|/ | |/| | | | |||
| | * | | | Remove declaration of missing field. | Robert Bradshaw | 2017-07-10 |
| |/ / / | |||
| * | | | Merge pull request #11051 from jboeuf/fix_issue_11011 | Matt Kwong | 2017-07-10 |
| |\ \ \ | | |_|/ | |/| | | |||
| | | * | Fix some memory leaks in UV TCP code | murgatroid99 | 2017-07-10 |
| * | | | Merge pull request #11626 from markdroth/consistent_failure_path | Mark D. Roth | 2017-07-10 |
| |\ \ \ | |||
| | * | | | Code cleanups in client_auth_filter and server_auth_filter. | Mark D. Roth | 2017-07-10 |
| |/ / / | |||
| * | | | Merge pull request #11680 from jtattermusch/python_32bit_artifacts | Jan Tattermusch | 2017-07-10 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #11723 from yang-g/cpp_is_hard | Yang Gao | 2017-07-08 |
| |\ \ \ \ | |||
| | * | | | | Use pointer to avoid assignment and race. | yang-g | 2017-07-08 |
| |/ / / / | |||
| * | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix | David G. Quintas | 2017-07-07 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge | Michael Lumish | 2017-07-07 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #11671 from markdroth/client_channel_tracer | Mark D. Roth | 2017-07-07 |
| |\ \ \ \ \ | |||
| | * | | | | | Add client_channel tracer; code cleanup; eliminate an allocation. | Mark D. Roth | 2017-07-07 |
| |/ / / / / | |||
| * | | | | | Merge pull request #11644 from ncteisen/murder-the-custom-debugging-defines | Noah Eisen | 2017-07-07 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #11684 from sreecha/timer_manager_fix | Sree Kuchibhotla | 2017-07-07 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #11705 from vjpai/typos | Vijay Pai | 2017-07-07 |
| |\ \ \ \ \ \ \ | |||
| | | | * | | | | | Remove more custom debug defines | ncteisen | 2017-07-06 |
| | |_|/ / / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #11495 from agc-sec/fixopenssl-jwt | Matt Kwong | 2017-07-06 |
| |\ \ \ \ \ \ \ | |||
| | | | | | * | | | Fix RR concurrent updates | David Garcia Quintas | 2017-07-06 |
| * | | | | | | | | Merge pull request #11532 from ctiller/optimize_for | Craig Tiller | 2017-07-06 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #11557 from ncteisen/writelast-bugfix | Noah Eisen | 2017-07-06 |
| |\ \ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | | Resolve typos | Vijay Pai | 2017-07-06 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||
| | | | | * | | | | | fix typos identified in code review | Sree Kuchibhotla | 2017-07-06 |