Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #5788 from vjpai/make_clang_great_again_v2 | Jan Tattermusch | 2016-03-21 |
|\ | |||
| * | Merge branch 'master' into make_clang_great_again_v2 | vjpai | 2016-03-21 |
| |\ | |||
* | | | Fix cast | Craig Tiller | 2016-03-21 |
* | | | Please the include sanity check | Craig Tiller | 2016-03-21 |
* | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-21 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #5494 from dgquintas/guard_check | Jan Tattermusch | 2016-03-20 |
| |\ \ | |||
| * \ \ | Merge github.com:grpc/grpc into backoff2 | Craig Tiller | 2016-03-20 |
| |\ \ \ | |||
| | | | * | Reorder a release store after the operations it protects. | vjpai | 2016-03-18 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #5819 from dgquintas/compression_levels | Jan Tattermusch | 2016-03-18 |
| | |\ \ | |||
| * | | | | Revert "Revert "Factor out backoff code into a separate library (to be re-use... | Craig Tiller | 2016-03-18 |
| |/ / / | |||
| * | | | Merge pull request #5527 from ctiller/xoxo | Jan Tattermusch | 2016-03-18 |
| |\ \ \ | |||
| * | | | | Revert "Factor out backoff code into a separate library (to be re-used elsewh... | David G. Quintas | 2016-03-18 |
| * | | | | Merge pull request #5706 from deepaklukose/dev | Jan Tattermusch | 2016-03-18 |
| |\ \ \ \ | |||
| | | | * | | Locked read access to call->encodings_accepted_by_peer | David Garcia Quintas | 2016-03-18 |
| | | | | * | new fixed guards | David Garcia Quintas | 2016-03-18 |
| | | | * | | vs doesn't like some c99 features... | David Garcia Quintas | 2016-03-18 |
| | | | * | | Implemented compression level algorithms properly (as a function of the accep... | David Garcia Quintas | 2016-03-17 |
| | |_|/ / | |/| | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into guard_check | David Garcia Quintas | 2016-03-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-17 |
|\| | | | | |||
* | | | | | clang-fmt | Craig Tiller | 2016-03-17 |
* | | | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-17 |
|\ \ \ \ \ | |||
| | * \ \ \ | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-17 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #5270 from dgquintas/codegen_lib | Nicolas Noble | 2016-03-16 |
| |\ \ \ \ \ | |||
| | * | | | | | Fixing bitrotting in udp_server_test.c | Nicolas "Pixel" Noble | 2016-03-17 |
| | | | * | | | For client cert based authentication, add client cert as an AuthProperty | Deepak Lukose | 2016-03-16 |
| * | | | | | | Merge pull request #5474 from ctiller/esan | Jan Tattermusch | 2016-03-16 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-16 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into xoxo | Craig Tiller | 2016-03-16 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-16 |
|\| | | | | | | |||
| | | | | | * | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge pull request #5705 from paddybyers/free_aligned | Jan Tattermusch | 2016-03-15 |
| |\ \ \ \ \ | |||
| | * | | | | | Use gpr_free() in gpr_free_aligned() | Paddy Byers | 2016-03-15 |
| | | |_|/ / | | |/| | | | |||
| * | | | | | Improve looks_like_ip_address for IPv6 addresses, and add tests | Paul Querna | 2016-03-14 |
| * | | | | | Add note about refactor portability header | Paul Querna | 2016-03-14 |
| * | | | | | Add support for IP Addresses in Subject Alt Names. | Paul Querna | 2016-03-14 |
| * | | | | | Merge pull request #5731 from ctiller/huh_omg | Jan Tattermusch | 2016-03-14 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #5545 from yang-g/windows_leaks | Jan Tattermusch | 2016-03-14 |
| |\ \ \ \ \ \ | |||
| | | * | | | | | Add comment, tighten loop | Craig Tiller | 2016-03-12 |
| | | | | | * | | clang-format | Craig Tiller | 2016-03-11 |
| | | * | | | | | If we cant check timers due to contention, at least make sure we do a follow ... | Craig Tiller | 2016-03-11 |
| | | * | | | | | Expand lock | Craig Tiller | 2016-03-11 |
| | | * | | | | | Fix race in subchannel.c | Craig Tiller | 2016-03-11 |
| | |/ / / / / | |/| | | | | | |||
| | | | | * | | Integrate backoff library with subchannel | Craig Tiller | 2016-03-11 |
| | * | | | | | fix windows leaks | yang-g | 2016-03-11 |
| | | | | * | | Build out backoff as a library | Craig Tiller | 2016-03-11 |
| | | |_|/ / | | |/| | | | |||
| * | | | | | Update copyrights | Craig Tiller | 2016-03-11 |
| * | | | | | Fit and finish for dns retry loop | Craig Tiller | 2016-03-11 |
| * | | | | | Add retry for dns resolution | Craig Tiller | 2016-03-11 |
| * | | | | | Make blocking_resolve_address overridable | Craig Tiller | 2016-03-11 |
| |/ / / / | |||
| * / / / | fix race between send message and send initial metadata | Jan Tattermusch | 2016-03-10 |
| |/ / / |