aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* Update env var documentationGravatar ncteisen2017-09-18
|
* Update service_config docGravatar Juanli Shen2017-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 namesGravatar Vijay Pai2017-09-13
|
* Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\
| * Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\ | | | | | | Second attempt at call combiner PR
* | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\| |
| * | Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
| |\ \ | | | | | | | | Reconnect channels automatically in C++ clients
* | | | Sanity fixesGravatar Craig Tiller2017-09-01
|/ / /
| | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| |/ |/| | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
* | fix typo in compression.mdGravatar 0oneo2017-08-30
| | | | | | replace "`grpc-accept-encoding h`eader" with "`grpc-accept-encoding` header"
* | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| |
* | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| |
| * Remove non-POD global variablesGravatar Yuchen Zeng2017-08-24
| |
| * Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHERGravatar Yuchen Zeng2017-08-24
| |
* | Fix a typo referred on #11118Gravatar Muxi Yan2017-08-24
|/
* Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
|
* Update the doc about the policy selection condition.Gravatar Juanli Shen2017-08-09
|
* Merge pull request #11579 from sreecha/fix_alarmGravatar Sree Kuchibhotla2017-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-1Gravatar Sree Kuchibhotla2017-08-04
|\ \ | | | | | | Update epoll-polling-engine.md
| | * fix documentationGravatar Sree Kuchibhotla2017-08-02
| |/ |/|
* | Update env var docGravatar Noah Eisen2017-07-31
| |
* | Remove line about username and password not being supported in http_proxy URIGravatar Yash Tibrewal2017-07-28
| |
| * Update epoll-polling-engine.mdGravatar Sree Kuchibhotla2017-07-26
|/
* Reset OWNERS stateGravatar Craig Tiller2017-07-17
|
* Update env var docGravatar ncteisen2017-07-17
|
* Add to tracer doc to pass sanityGravatar ncteisen2017-07-14
|
* Merge pull request #11727 from ncteisen/the-tracers-become-self-awareGravatar Noah Eisen2017-07-13
|\ | | | | The Tracers Become Self Aware
* | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| |
| * Update docGravatar ncteisen2017-07-13
| |
| * update docGravatar ncteisen2017-07-13
|/
* Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
|\ | | | | Use https://grpc.io consistently as the canonical URL
* | Update compression test for languages without compression bitGravatar Eric Gribkoff2017-07-10
| |
| * Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|/
* Add client_channel tracer; code cleanup; eliminate an allocation.Gravatar Mark D. Roth2017-07-07
|
* Merge pull request #10975 from markdroth/chttp2_doc_fixGravatar Mark D. Roth2017-06-29
|\ | | | | Apply a few recent changes from the wire guide on grpc.io.
* | Updated docGravatar ncteisen2017-06-20
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-19
|\ \
| * | Document use of ${http_proxy} environment variable.Gravatar Mark D. Roth2017-06-15
| | |
* | | Update env var docGravatar ncteisen2017-06-08
| | |
* | | Add rich closure debug modeGravatar ncteisen2017-06-08
| | |
| * | Add rich closure debug modeGravatar ncteisen2017-06-08
|/ /
* | Remove the section for b64 encoded trailers.Gravatar Feng Li2017-05-24
| | | | | | Remove the section for b64 encoded trailers. As gRPC-Web uses CRLF to separate the trailers in the trailers frame, a binary trailer need to reserve in a base64 encoded format for their values. This cannot be skipped even base64 is applied on the whole trailers frame per client's request via content-type: application/grpc-web-text.
* | Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-05-19
| |
* | Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-05-19
| |
* | Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-05-18
| | | | | | Clarify the content type requirement (for message formats).
* | Merge pull request #10992 from apolcyn/doxygen_cpp_nitsGravatar apolcyn2017-05-17
|\ \ | | | | | | Doxygen cpp nits
* | | Polish workarounds.mdGravatar Muxi Yan2017-05-16
| | |
* | | Alternate workaround description styleGravatar Muxi Yan2017-05-16
| | |
* | | Add /doc/workarounds.mdGravatar Muxi Yan2017-05-16
| | |
* | | Adding documentation for C++ unit testsGravatar Mahak Mukhi2017-05-11
| | |