Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix PROTOCOL-HTTP2 to PROTOCOL-HTTP2.md | otofune | 2017-12-29 |
| | | | | forget .md | ||
* | Use 'PROTOCOL-HTTP2.md' as 'gRPC over HTTP2' link | otofune | 2017-12-29 |
| | |||
* | remove space | Jan Tattermusch | 2017-12-12 |
| | |||
* | Merge changes from grpc.io's version wire.md | Jan Tattermusch | 2017-12-12 |
| | |||
* | Make load balancing policy name case insensitive | lyuxuan | 2017-12-01 |
| | |||
* | Merge pull request #13515 from mehrdada/bump-master-version | Mehrdad Afshari | 2017-11-28 |
|\ | | | | | Bump 1.8.0-dev to 1.9.0-dev | ||
* \ | Merge pull request #13314 from vjpai/transport_explainer | Vijay Pai | 2017-11-28 |
|\ \ | | | | | | | Transport explainer document | ||
| | * | Bump 1.8.0-dev to 1.9.0-dev | Mehrdad Afshari | 2017-11-27 |
| |/ |/| | |||
| * | Transport explainer | Vijay Pai | 2017-11-09 |
| | | |||
* | | doc: Fully define GetState in connectivity state API | Eric Anderson | 2017-11-08 |
|/ | |||
* | Change the default interval to 5 seconds | Yuchen Zeng | 2017-10-30 |
| | |||
* | Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS | Yuchen Zeng | 2017-10-30 |
| | |||
* | Merge github.com:grpc/grpc into epexinf | Craig Tiller | 2017-10-12 |
|\ | |||
* \ | Merge github.com:grpc/grpc into epexinf | Craig Tiller | 2017-10-12 |
|\ \ | |||
| | * | Update load-balancing.md | Juanli Shen | 2017-10-11 |
| | | | |||
| | * | Update load-balancing.md | Juanli Shen | 2017-10-10 |
| |/ | |||
| * | Add some details | Vijay Pai | 2017-10-09 |
| | | |||
| * | Doc with plans for converting core to C++ | Vijay Pai | 2017-10-06 |
| | | |||
* | | Document env var | Craig Tiller | 2017-10-05 |
|/ | |||
* | Update version to 1.8.0-dev, update g word to 'generous' | murgatroid99 | 2017-10-02 |
| | |||
* | Add tracer for plugin credentials. | Mark D. Roth | 2017-09-26 |
| | |||
* | Update env var documentation | ncteisen | 2017-09-18 |
| | |||
* | Update service_config doc | Juanli Shen | 2017-09-13 |
| | | | The current grpclb fallback implementation is to continue using the internal round_robin policy but feed it with the backends from the resolver. We didn't fall back to the policy indicated in service config (or client API) because that's too complex and has more different behavior from the normal situation where we do connect to the balancer. | ||
* | Give guidance on prefixing struct/enum/#define names | Vijay Pai | 2017-09-13 |
| | |||
* | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 |
|\ | |||
| * | Merge pull request #12369 from markdroth/call_combiner | Mark D. Roth | 2017-09-07 |
| |\ | | | | | | | Second attempt at call combiner PR | ||
* | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 |
|\| | | |||
| * | | Merge pull request #12080 from y-zeng/connectivity | Yuchen Zeng | 2017-09-07 |
| |\ \ | | | | | | | | | Reconnect channels automatically in C++ clients | ||
* | | | | Sanity fixes | Craig Tiller | 2017-09-01 |
|/ / / | |||
| | * | Revert "Revert "Implement call combiner"" | Mark D. Roth | 2017-09-01 |
| |/ |/| | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e. | ||
* | | fix typo in compression.md | 0oneo | 2017-08-30 |
| | | | | | | replace "`grpc-accept-encoding h`eader" with "`grpc-accept-encoding` header" | ||
* | | Revert "Implement call combiner" | Mark D. Roth | 2017-08-29 |
| | | |||
* | | Implement call combiner. | Mark D. Roth | 2017-08-25 |
| | | |||
| * | Remove non-POD global variables | Yuchen Zeng | 2017-08-24 |
| | | |||
| * | Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER | Yuchen Zeng | 2017-08-24 |
| | | |||
* | | Fix a typo referred on #11118 | Muxi Yan | 2017-08-24 |
|/ | |||
* | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | |||
* | Update the doc about the policy selection condition. | Juanli Shen | 2017-08-09 |
| | |||
* | Merge pull request #11579 from sreecha/fix_alarm | Sree Kuchibhotla | 2017-08-04 |
|\ | | | | | Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next() | ||
* \ | Merge pull request #11940 from grpc/sreecha-patch-1 | Sree Kuchibhotla | 2017-08-04 |
|\ \ | | | | | | | Update epoll-polling-engine.md | ||
| | * | fix documentation | Sree Kuchibhotla | 2017-08-02 |
| |/ |/| | |||
* | | Update env var doc | Noah Eisen | 2017-07-31 |
| | | |||
* | | Remove line about username and password not being supported in http_proxy URI | Yash Tibrewal | 2017-07-28 |
| | | |||
| * | Update epoll-polling-engine.md | Sree Kuchibhotla | 2017-07-26 |
|/ | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Update env var doc | ncteisen | 2017-07-17 |
| | |||
* | Add to tracer doc to pass sanity | ncteisen | 2017-07-14 |
| | |||
* | Merge pull request #11727 from ncteisen/the-tracers-become-self-aware | Noah Eisen | 2017-07-13 |
|\ | | | | | The Tracers Become Self Aware | ||
* | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | | |||
| * | Update doc | ncteisen | 2017-07-13 |
| | |