aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| |
* | Revert "Documentation on how to write unit tests using auto-generated mocked ↵Gravatar Craig Tiller2017-05-10
| | | | | | | | stubs."
* | Post-review updatesGravatar MakMukhi2017-05-10
| |
| * address commentsGravatar Alexander Polcyn2017-05-05
| |
| * cpp doc nitsGravatar Alexander Polcyn2017-05-05
| |
* | Merge branch 'master' of github.com:MakMukhi/grpcGravatar Mahak Mukhi2017-05-03
|\ \ | |/ |/|
| * How to write unit tests for client sync APIs.Gravatar MakMukhi2017-05-03
| |
| * Create unit_testing.mdGravatar MakMukhi2017-05-03
| |
* | Merge pull request #10805 from dgquintas/g_for_1.4.xGravatar David G. Quintas2017-04-26
|\ \ | |/ |/| updated g meaning for 1.4.x
* | Merge pull request #10258 from markdroth/service_config_lb_semanticsGravatar Mark D. Roth2017-04-24
|\ \ | | | | | | Fix semantics of LB policy selection.
| | * updated g meaning for 1.4.xGravatar David Garcia Quintas2017-04-21
| |/ |/|
* | doc/interop: Simplify language to fix missed x-user-ipGravatar Eric Anderson2017-04-21
| |
* | doc/interop: Fix link for CacheableUnaryCallGravatar Eric Anderson2017-04-21
| |
| * Merge remote-tracking branch 'upstream/master' into service_config_lb_semanticsGravatar Mark D. Roth2017-04-21
| |\ | |/ |/|
* | Merge pull request #9118 from defstream/masterGravatar David G. Quintas2017-04-20
|\ \ | | | | | | Fix Link to log.proto
* | | fix markdownGravatar Jan Tattermusch2017-04-18
| | |
| | * Merge remote-tracking branch 'upstream/master' into service_config_lb_semanticsGravatar Mark D. Roth2017-04-17
| | |\ | |_|/ |/| |
* | | Update status codes doc.Gravatar Mark D. Roth2017-04-12
| | |
* | | Merge pull request #10393 from grpc/wenbozhu-patch-1Gravatar Stanley Cheung2017-04-06
|\ \ \ | | | | | | | | Update PROTOCOL-WEB.md
* \ \ \ Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-04-03
|\ \ \ \
| * | | | Fix markdown headers in PROTOCOL-HTTP2Gravatar Eric Anderson2017-03-31
| | | | | | | | | | | | | | | | | | | | Without the space they do not display correctly.
* | | | | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-31
|\| | | |
| | * | | Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-03-30
| |/ / / | | | | | | | | Clarify the use of U-A header.
* | | | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-29
|\ \ \ \
| | * | | Update include pathsGravatar Craig Tiller2017-03-28
| |/ / /
* | | | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-24
|\ \ \ \
| | | | * Clarify wording.Gravatar Mark D. Roth2017-03-24
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-23
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_testsGravatar apolcyn2017-03-23
| |\ \ \ \ | | | | | | | | | | | | add http2 testing interop server uses small data frames and padding
| * \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | error-slice-optimization
| | | * | | | add http2 server test for unary calls that uses small frames and paddingGravatar Alexander Polcyn2017-03-22
| | | | | | |
| | | | | | * Fix semantics of LB policy selection.Gravatar Mark D. Roth2017-03-22
| | | |_|_|/ | | |/| | |
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #10203 from ncteisen/error-ownership-semanticsGravatar Noah Eisen2017-03-22
| | |\ \ \ \ | | | | | | | | | | | | | | Add Error Ownership Doc
| | | * | | | Line breaks and doc reffingGravatar ncteisen2017-03-21
| | | | | | |
* | | | | | | Add tracing for timers, fix a time shifting bugGravatar Craig Tiller2017-03-21
| |_|_|/ / / |/| | | | |
| | | | * | Turn off c_ares resolver by defaultGravatar Yuchen Zeng2017-03-19
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
| | | | |\ \
| | * | | | | Make changes suggested by Mark, make this pass sanityGravatar Vijay Pai2017-03-17
| | | | | | |
| | | * | | | Add error ownership docGravatar ncteisen2017-03-17
| |_|/ / / / |/| | | | |
| | * | | | Explain combinerGravatar Vijay Pai2017-03-17
| |/ / / / |/| | | |