Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use '//' for JSON comments. | Mark D. Roth | 2017-02-22 |
| | |||
* | Update PROTOCOL-WEB.md | Wenbo Zhu | 2017-02-06 |
| | | | Mention the Server header format | ||
* | Update PROTOCOL-WEB.md | Wenbo Zhu | 2017-02-06 |
| | | | | | 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) | ||
* | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-01 |
|\ | |||
| * | Merge pull request #9529 from ctiller/racey | Craig Tiller | 2017-02-01 |
| |\ | | | | | | | Fix race detected by TSAN | ||
| * \ | Merge pull request #9472 from ericgribkoff/update_cli_instructions | Eric Gribkoff | 2017-02-01 |
| |\ \ | | | | | | | | | Update instructions for building grpc_cli from a fresh repository | ||
| | | * | Refine error selection rules | Craig Tiller | 2017-01-31 |
| | | | | |||
| * | | | Bump master version numbers | Craig Tiller | 2017-01-30 |
| | |/ | |/| | |||
* | | | Merge branch 'bm_countwrites' into bwest | Craig Tiller | 2017-01-27 |
|\| | | |||
* | | | Bug fixes, tracing for bdp estimation | Craig Tiller | 2017-01-27 |
| | | | |||
| * | | Accept max message size JSON values as either strings or numbers. | Mark D. Roth | 2017-01-26 |
|/ / | |||
| * | Update instructions for building grpc_cli from a fresh copy of the gRPC | Eric Gribkoff | 2017-01-26 |
|/ | | | | repository. | ||
* | Merge pull request #9346 from stevej/stevej/content_type_in_example_response | Eric Anderson | 2017-01-20 |
|\ | | | | | adding content-type to the example response | ||
* \ | Merge pull request #9362 from grpc/rjshade-patch-1 | Robbie Shade | 2017-01-20 |
|\ \ | | | | | | | Fix GRPC_TRACE doc formatting | ||
* | | | Attempt to fix formatting. | Mark D. Roth | 2017-01-18 |
| | | | |||
* | | | Code review changes and other improvements. | Mark D. Roth | 2017-01-18 |
| | | | |||
| * | | Fix GRPC_TRACE doc formatting | Robbie Shade | 2017-01-17 |
| | | | | | | | | | Add newlines so that the description of 'all' and the example appear on separate lines (and not as part of the final bullet point) | ||
* | | | Merge remote-tracking branch 'upstream/master' into service_config_doc | Mark D. Roth | 2017-01-17 |
|\| | | |||
| | * | adding content-type to the example response | Steve Jenson | 2017-01-13 |
| |/ | |||
| * | Update negative-http2-interop-test-descriptions.md | Noah Eisen | 2017-01-11 |
| | | |||
| * | Update negative-http2-interop-test-descriptions.md | Noah Eisen | 2017-01-10 |
| | | |||
| * | Update negative-http2-interop-test-descriptions.md | Noah Eisen | 2017-01-10 |
| | | |||
| * | Update negative-http2-interop-test-descriptions.md | Noah Eisen | 2017-01-10 |
| | | |||
| * | Merge pull request #9273 from ctiller/perfnotes | Craig Tiller | 2017-01-06 |
| |\ | | | | | | | Small improvements to generated documentation | ||
| | * | Small improvements to generated documentation | Craig Tiller | 2017-01-06 |
| | | | |||
| * | | Merge pull request #9271 from ericgribkoff/interop_test_descriptions | Eric Gribkoff | 2017-01-06 |
| |\ \ | | |/ | |/| | The custom_metadata test uses response_parameters for FullDuplexCall | ||
| * | | Start some performance notes | Craig Tiller | 2017-01-06 |
| | | | |||
| | * | interop-test-descriptions.md: correct proto for custom_metadata's | Eric Gribkoff | 2017-01-06 |
| |/ | | | | | | | FullDuplexCall | ||
| * | Update negative-http2-interop-test-descriptions.md | Noah Eisen | 2016-12-16 |
| | | |||
| * | Addressed github comments | Noah Eisen | 2016-12-16 |
| | | |||
| * | Add negative http2 interop description file | Noah Eisen | 2016-12-15 |
| | | |||
* | | Fix link. | Mark D. Roth | 2016-12-14 |
| | | |||
* | | Add image in PNG format. | Mark D. Roth | 2016-12-14 |
| | | |||
* | | Finish docs. | Mark D. Roth | 2016-12-14 |
| | | |||
* | | Started updating docs. | Mark D. Roth | 2016-12-14 |
|/ | |||
* | Fix the incorrect number of states | randvis | 2016-12-12 |
| | | | There're five states: CONNECTING, READY, TRANSIENT_FAILURE, IDLE, SHUTDOWN. | ||
* | Updated backoff to spec. | David Garcia Quintas | 2016-11-24 |
| | |||
* | Update PROTOCOL-WEB.md | Wenbo Zhu | 2016-11-10 |
| | | | Using http/2 literal header format for status. | ||
* | Merge pull request #8679 from markdroth/core_api_cleanup | Mark D. Roth | 2016-11-08 |
|\ | | | | | Remove deprecated macros from C-core API. | ||
| * | Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet. | Mark D. Roth | 2016-11-08 |
| | | |||
| * | Remove deprecated macros from C-core API. Also move one pending C++ cleanup ↵ | Mark D. Roth | 2016-11-08 |
| | | | | | | | | item to the proper file. | ||
* | | Create PROTOCOL-WEB.md | Wenbo Zhu | 2016-11-07 |
|/ | |||
* | Stop supporting non-C++11 conformant compilers | Vijay Pai | 2016-11-01 |
| | |||
* | Merge pull request #8420 from sreecha/stress_design | Sree Kuchibhotla | 2016-10-26 |
|\ | | | | | Stress test framework design document | ||
* | | updated the interop spec to conform with recent name change | Noah Eisen | 2016-10-24 |
| | | |||
| * | update image | Sree Kuchibhotla | 2016-10-18 |
| | | |||
| * | stress test framework design doc | Sree Kuchibhotla | 2016-10-18 |
|/ | |||
* | update images | Sree Kuchibhotla | 2016-10-18 |
| | |||
* | epoll design doc | Sree Kuchibhotla | 2016-10-18 |
| | |||
* | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-14 |
|\ |