Commit Graph

361 Commits

Author SHA1 Message Date
0oneo a01ce50d12 fix typo in compression.md
replace "`grpc-accept-encoding h`eader" with "`grpc-accept-encoding` header"
2017-08-30 13:46:15 +08:00
Mark D. Roth bf19961d0a Revert "Implement call combiner" 2017-08-29 16:59:07 -07:00
Mark D. Roth 76e264b8df Implement call combiner. 2017-08-25 09:03:33 -07:00
Muxi Yan 471df8279d Fix a typo referred on #11118 2017-08-24 09:35:10 -07:00
David Garcia Quintas 713597f1cd Master version bump to 1.7.x 2017-08-16 20:59:05 -07:00
Juanli Shen 59611fb571 Update the doc about the policy selection condition. 2017-08-09 09:16:42 -07:00
Sree Kuchibhotla 1fb3b669f9 Merge pull request #11579 from sreecha/fix_alarm
Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
2017-08-04 13:16:13 -07:00
Sree Kuchibhotla 18df25228c Merge pull request #11940 from grpc/sreecha-patch-1
Update epoll-polling-engine.md
2017-08-04 13:14:35 -07:00
Sree Kuchibhotla 8c8266cc43 fix documentation 2017-08-02 17:08:30 -07:00
Noah Eisen 309f20802d Update env var doc 2017-07-31 16:52:53 -07:00
Yash Tibrewal 30352f67f1 Remove line about username and password not being supported in http_proxy URI 2017-07-28 13:20:57 -07:00
Sree Kuchibhotla 0b9a2f41e4 Update epoll-polling-engine.md 2017-07-26 09:41:18 -07:00
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
ncteisen e155b9a3a3 Update env var doc 2017-07-17 09:13:04 -07:00
ncteisen 15f77669a4 Add to tracer doc to pass sanity 2017-07-14 19:11:50 -07:00
Noah Eisen 4ea19235d7 Merge pull request #11727 from ncteisen/the-tracers-become-self-aware
The Tracers Become Self Aware
2017-07-13 09:29:28 -07:00
Craig Tiller e476f7d33f Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00
ncteisen 05dbac6b39 Update doc 2017-07-13 07:16:19 -07:00
ncteisen 6919176647 update doc 2017-07-13 07:16:19 -07:00
Mehrdad Afshari 2ca8282846 Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
2017-07-11 11:41:14 -07:00
Eric Gribkoff a16919e1f0 Update compression test for languages without compression bit 2017-07-10 18:18:50 -07:00
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00
Mark D. Roth 60751fe7e7 Add client_channel tracer; code cleanup; eliminate an allocation. 2017-07-07 12:50:33 -07:00
Mark D. Roth e81586bc5c Merge pull request #10975 from markdroth/chttp2_doc_fix
Apply a few recent changes from the wire guide on grpc.io.
2017-06-29 13:51:26 -07:00
ncteisen 9f3bd3340c Updated doc 2017-06-20 17:45:42 -07:00
ncteisen 24ce2b711d Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul 2017-06-19 17:35:54 -07:00
Mark D. Roth 43b8930b19 Document use of ${http_proxy} environment variable. 2017-06-15 11:41:28 -07:00
ncteisen 8e331bf8e8 Update env var doc 2017-06-08 17:50:22 -07:00
ncteisen 969b46ef73 Add rich closure debug mode 2017-06-08 17:50:01 -07:00
ncteisen 274bbbe6a0 Add rich closure debug mode 2017-06-08 15:29:29 -07:00
Feng Li 1e9a93c3f5 Remove the section for b64 encoded trailers.
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.
2017-05-24 15:55:33 -07:00
Wenbo Zhu 69ac56f7c0 Update PROTOCOL-WEB.md 2017-05-19 12:15:26 -07:00
Wenbo Zhu f9ca154066 Update PROTOCOL-WEB.md 2017-05-19 10:33:06 -07:00
Wenbo Zhu 0408aa85d9 Update PROTOCOL-WEB.md
Clarify the content type requirement (for message formats).
2017-05-18 19:02:42 -07:00
apolcyn 5d0b1aeade Merge pull request #10992 from apolcyn/doxygen_cpp_nits
Doxygen cpp nits
2017-05-17 22:45:27 -07:00
Muxi Yan d212a021e4 Polish workarounds.md 2017-05-16 11:21:51 -07:00
Muxi Yan a31b9d6bf4 Alternate workaround description style 2017-05-16 11:15:47 -07:00
Muxi Yan b1e5bac392 Add /doc/workarounds.md 2017-05-16 11:07:55 -07:00
Mahak Mukhi 826b00299b Adding documentation for C++ unit tests 2017-05-11 14:33:14 -07:00
Craig Tiller 012e929a18 Revert "Documentation on how to write unit tests using auto-generated mocked stubs." 2017-05-10 21:41:21 -07:00
MakMukhi 2f8cfbde3e Post-review updates 2017-05-10 16:55:30 -07:00
Alexander Polcyn a9f1e2566d address comments 2017-05-05 13:52:42 -07:00
Alexander Polcyn d809a15ec4 cpp doc nits 2017-05-05 11:02:07 -07:00
Mahak Mukhi 49ccfda581 Merge branch 'master' of github.com:MakMukhi/grpc 2017-05-03 17:53:00 -07:00
MakMukhi 7431a78628 How to write unit tests for client sync APIs. 2017-05-03 17:50:31 -07:00
MakMukhi 4deb397d9f Create unit_testing.md 2017-05-03 17:26:14 -07:00
Mark D. Roth 91455a9915 Apply a few recent changes from the wire guide on grpc.io. 2017-05-03 09:14:10 -07:00
David G. Quintas 4dad725622 Merge pull request #10805 from dgquintas/g_for_1.4.x
updated g meaning for 1.4.x
2017-04-26 13:30:42 -07:00
Mark D. Roth 18548b8a0b Merge pull request #10258 from markdroth/service_config_lb_semantics
Fix semantics of LB policy selection.
2017-04-24 08:49:06 -07:00
David Garcia Quintas ae64b01506 updated g meaning for 1.4.x 2017-04-21 16:33:47 -07:00