Commit Graph

258 Commits

Author SHA1 Message Date
Mark D. Roth 8cf002a989 Use '//' for JSON comments. 2017-02-22 07:30:43 -08:00
Wenbo Zhu 7b6ad2d508 Update PROTOCOL-WEB.md
Mention the Server header format
2017-02-06 14:26:32 -08:00
Wenbo Zhu e5cf8f0ee0 Update PROTOCOL-WEB.md
1. Clarify about trailer-only responses
2. Switch to http/1.1 header block format for in-body trailer encoding
3. Clarify how compatibility is supported (using U-A and Server headers respectively)
2017-02-06 14:23:03 -08:00
Craig Tiller 3a63d4c005 Merge github.com:grpc/grpc into bwest 2017-02-01 15:27:24 -08:00
Craig Tiller d505b53e4c Merge pull request #9529 from ctiller/racey
Fix race detected by TSAN
2017-02-01 15:22:39 -08:00
Eric Gribkoff d68552a8da Merge pull request #9472 from ericgribkoff/update_cli_instructions
Update instructions for building grpc_cli from a fresh repository
2017-02-01 13:12:53 -08:00
Craig Tiller 58b30cd4a1 Refine error selection rules 2017-01-31 17:07:36 -08:00
Craig Tiller 5cad46e218 Bump master version numbers 2017-01-30 15:32:24 -08:00
Craig Tiller 95ccbc2d6f Merge branch 'bm_countwrites' into bwest 2017-01-27 14:10:09 -08:00
Craig Tiller efbd7c2a0f Bug fixes, tracing for bdp estimation 2017-01-27 14:07:44 -08:00
Mark D. Roth 40b4c786f0 Accept max message size JSON values as either strings or numbers. 2017-01-26 14:36:43 -08:00
Eric Gribkoff 132fd42a70 Update instructions for building grpc_cli from a fresh copy of the gRPC
repository.
2017-01-26 09:23:33 -08:00
Eric Anderson c2bc59b2b0 Merge pull request #9346 from stevej/stevej/content_type_in_example_response
adding content-type to the example response
2017-01-20 08:51:42 -08:00
Robbie Shade 56eb94af15 Merge pull request #9362 from grpc/rjshade-patch-1
Fix GRPC_TRACE doc formatting
2017-01-20 11:23:30 -05:00
Mark D. Roth e860359f23 Attempt to fix formatting. 2017-01-18 09:22:26 -08:00
Mark D. Roth b4227370fc Code review changes and other improvements. 2017-01-18 09:21:20 -08:00
Robbie Shade 40204d7791 Fix GRPC_TRACE doc formatting
Add newlines so that the description of 'all' and the example appear on separate lines (and not as part of the final bullet point)
2017-01-17 10:47:18 -05:00
Mark D. Roth e0cf67566d Merge remote-tracking branch 'upstream/master' into service_config_doc 2017-01-17 07:22:27 -08:00
Steve Jenson a5fd2d53f4 adding content-type to the example response 2017-01-13 12:12:09 -08:00
Noah Eisen 4314043e40 Update negative-http2-interop-test-descriptions.md 2017-01-11 15:59:33 -08:00
Noah Eisen 850ed9b5d0 Update negative-http2-interop-test-descriptions.md 2017-01-10 15:00:53 -08:00
Noah Eisen 9fafc03465 Update negative-http2-interop-test-descriptions.md 2017-01-10 14:47:02 -08:00
Noah Eisen a0d639dae9 Update negative-http2-interop-test-descriptions.md 2017-01-10 14:46:10 -08:00
Craig Tiller 6fd8f602d8 Merge pull request #9273 from ctiller/perfnotes
Small improvements to generated documentation
2017-01-06 13:52:26 -08:00
Craig Tiller e519a03a1f Small improvements to generated documentation 2017-01-06 12:41:21 -08:00
Eric Gribkoff 6883da2aaf Merge pull request #9271 from ericgribkoff/interop_test_descriptions
The custom_metadata test uses response_parameters for FullDuplexCall
2017-01-06 12:05:55 -08:00
Craig Tiller e61b7d7b77 Start some performance notes 2017-01-06 11:01:37 -08:00
Eric Gribkoff b408f9db31 interop-test-descriptions.md: correct proto for custom_metadata's
FullDuplexCall
2017-01-06 10:29:53 -08:00
Noah Eisen 2d1d324a3a Update negative-http2-interop-test-descriptions.md 2016-12-16 15:57:28 -08:00
Noah Eisen 0eb69186f0 Addressed github comments 2016-12-16 15:28:22 -08:00
Noah Eisen fcb2d14706 Add negative http2 interop description file 2016-12-15 12:13:02 -08:00
Mark D. Roth 892e917a09 Fix link. 2016-12-14 08:12:39 -08:00
Mark D. Roth b3f811c739 Add image in PNG format. 2016-12-14 08:10:11 -08:00
Mark D. Roth 8fda5511cb Finish docs. 2016-12-14 08:05:55 -08:00
Mark D. Roth 3cadfb152f Started updating docs. 2016-12-14 07:52:47 -08:00
randvis 0a588c6453 Fix the incorrect number of states
There're five states: CONNECTING, READY, TRANSIENT_FAILURE, IDLE, SHUTDOWN.
2016-12-12 02:18:34 +08:00
David Garcia Quintas 1edfb952d0 Updated backoff to spec. 2016-11-24 00:47:51 -08:00
Wenbo Zhu fd825f51ac Update PROTOCOL-WEB.md
Using http/2 literal header format for status.
2016-11-10 15:47:03 -08:00
Mark D. Roth db096f3dba Merge pull request #8679 from markdroth/core_api_cleanup
Remove deprecated macros from C-core API.
2016-11-08 10:55:29 -08:00
Mark D. Roth fb927409d3 Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet. 2016-11-08 10:53:14 -08:00
Mark D. Roth b1c2bbf497 Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file. 2016-11-08 08:10:33 -08:00
Wenbo Zhu 4daba4b6ba Create PROTOCOL-WEB.md 2016-11-07 18:23:53 -08:00
Vijay Pai 80b292709c Stop supporting non-C++11 conformant compilers 2016-11-01 13:38:40 -07:00
Sree Kuchibhotla 9dc49b787b Merge pull request #8420 from sreecha/stress_design
Stress test framework design document
2016-10-26 15:32:48 -07:00
Noah Eisen b53a7f7ebd updated the interop spec to conform with recent name change 2016-10-24 10:38:53 -07:00
Sree Kuchibhotla c1f006e67d update image 2016-10-18 19:39:48 -07:00
Sree Kuchibhotla 21bca1e017 stress test framework design doc 2016-10-18 19:37:12 -07:00
Sree Kuchibhotla 17fc7ef848 update images 2016-10-18 13:20:43 -07:00
Sree Kuchibhotla 6e104d9630 epoll design doc 2016-10-18 13:05:17 -07:00
Craig Tiller 7d2f0b0d19 Merge github.com:grpc/grpc into direct-calls 2016-10-14 16:18:28 -07:00