Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #9634 from pmarks-net/master | Paul Marks | 2017-02-16 |
|\ | |||
* \ | Merge pull request #9696 from yang-g/network_status_shard | Yang Gao | 2017-02-16 |
|\ \ | |||
* \ \ | Merge pull request #9531 from dgquintas/compression_implicit_encoding | David G. Quintas | 2017-02-16 |
|\ \ \ | |||
* \ \ \ | Merge pull request #9648 from dgquintas/lr_sans_md | David G. Quintas | 2017-02-16 |
|\ \ \ \ | |||
| | | * | | Remove code from network_status_tracker.c Pull the hash function to useful.h | yang-g | 2017-02-16 |
* | | | | | Merge pull request #9735 from nathanielmanistaatgoogle/lint-fixes | Nathaniel Manista | 2017-02-16 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #9720 from ctiller/fc | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #9697 from ctiller/bm_trickle | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #9643 from ctiller/authority_allocation | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #9666 from ctiller/no_reuse | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | Fix and enable simplifiable-if-statement lint | Nathaniel Manista | 2017-02-15 |
| | | | | * | | | | | Fix and enable dangerous-default-value lint | Nathaniel Manista | 2017-02-15 |
| | | | | * | | | | | Fix and enable logging-format-interpolation lint | Nathaniel Manista | 2017-02-15 |
| |_|_|_|/ / / / / |/| | | | | | | | | |||
| | | | | * | | | | comments | David Garcia Quintas | 2017-02-15 |
* | | | | | | | | | Merge pull request #9709 from kpayson64/preserve_call | kpayson64 | 2017-02-15 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | * \ \ \ \ \ | Merge github.com:grpc/grpc into bm_trickle | Craig Tiller | 2017-02-15 |
| | | | |\ \ \ \ \ \ | |||
| | | | | | * | | | | | Add some tracing | Craig Tiller | 2017-02-15 |
| | | | | | * | | | | | Possible connection window flow control improvements | Craig Tiller | 2017-02-15 |
| | | | | |/ / / / / | |||
* | | | | | | | | | | Merge github.com:grpc/grpc into authority | Craig Tiller | 2017-02-14 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| | * | | | | | | | | Store cython-level call in grpc.Call | Ken Payson | 2017-02-14 |
| * | | | | | | | | | Add CronetUnitTests into Jenkins tests | Muxi Yan | 2017-02-14 |
| * | | | | | | | | | Polish test | Muxi Yan | 2017-02-14 |
| * | | | | | | | | | remove some temporary comments | Muxi Yan | 2017-02-14 |
| * | | | | | | | | | Add new dummy Cronet API | Muxi Yan | 2017-02-14 |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-core | Muxi Yan | 2017-02-14 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||
| | | | | | * | | | | Add a test that measures flow control stalls in a deterministic way | Craig Tiller | 2017-02-13 |
| | | |_|_|/ / / / | | |/| | | | | | | |||
| | | | | | * | | | Use call context to propagare LR costs | David Garcia Quintas | 2017-02-13 |
| | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into compression_implicit_encoding | David Garcia Quintas | 2017-02-13 |
| | | | | | | |\ \ | | | |_|_|_|_|/ / | | |/| | | | | | | |||
| | * | | | | | | | Merge pull request #9665 from jtattermusch/cmake_csharp_extension | Jan Tattermusch | 2017-02-10 |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||
| | * | | | | | | | Merge pull request #7047 from daniel-j-born/server_expand_addrs | Dan Born | 2017-02-10 |
| | |\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ | Merge pull request #9659 from kpayson64/fix_build | kpayson64 | 2017-02-10 |
| | |\ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | | Use unique namespace for each python protoc test | Ken Payson | 2017-02-10 |
| | | | |_|/ / / / / | | | |/| | | | | | | |||
| | * | | | | | | | | Merge pull request #9578 from markdroth/http_connect_uds_fix | Mark D. Roth | 2017-02-10 |
| | |\ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | | Eliminate CQ freelist | Craig Tiller | 2017-02-09 |
| | | |_|_|_|/ / / / | | |/| | | | | | | | |||
* | | | | | | | | | | Fix substitution | Craig Tiller | 2017-02-09 |
* | | | | | | | | | | Merge github.com:grpc/grpc into authority | Craig Tiller | 2017-02-09 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #9661 from ctiller/combiner_refs | Craig Tiller | 2017-02-09 |
| |\ \ \ \ \ \ \ \ \ | |||
| | | | | | * | | | | | API changes | Dan Born | 2017-02-09 |
| | | | | | * | | | | | Expand wildcard IP addresses on servers. | Dan Born | 2017-02-09 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| | | | | | * | | | | remove stale buildall.bat script and update readme | Jan Tattermusch | 2017-02-09 |
| | | | | | * | | | | use grpc_csharp_ext built by cmake | Jan Tattermusch | 2017-02-09 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||
| | * | | | | | | | Add comment | Craig Tiller | 2017-02-09 |
| * | | | | | | | | Merge pull request #9623 from muxi/add-cronet-interop-to-jenkins | Muxi Yan | 2017-02-09 |
| |\ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | Fix non-debug | Craig Tiller | 2017-02-09 |
| | | * | | | | | | | Default debug off | Craig Tiller | 2017-02-09 |
| * | | | | | | | | | Merge pull request #9612 from apolcyn/fix_csharp_benchmark_server_startups | apolcyn | 2017-02-09 |
| |\ \ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | | Add debug macros | Craig Tiller | 2017-02-09 |
| | | * | | | | | | | | Add Cronet remote interop test to Jenkins | Muxi Yan | 2017-02-09 |
| | | | * | | | | | | | Make combiners refcounted, to facilitate sharing | Craig Tiller | 2017-02-09 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||
| | * | | | | | | | | make the change in scenario config rather than c# | Alexander Polcyn | 2017-02-09 |