aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2016-11-10
| | | Using http/2 literal header format for status.
* Merge pull request #8679 from markdroth/core_api_cleanupGravatar Mark D. Roth2016-11-08
|\ | | | | Remove deprecated macros from C-core API.
| * Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.Gravatar Mark D. Roth2016-11-08
| |
| * Remove deprecated macros from C-core API. Also move one pending C++ cleanup ↵Gravatar Mark D. Roth2016-11-08
| | | | | | | | item to the proper file.
* | Create PROTOCOL-WEB.mdGravatar Wenbo Zhu2016-11-07
|/
* Stop supporting non-C++11 conformant compilersGravatar Vijay Pai2016-11-01
|
* Merge pull request #8420 from sreecha/stress_designGravatar Sree Kuchibhotla2016-10-26
|\ | | | | Stress test framework design document
* | updated the interop spec to conform with recent name changeGravatar Noah Eisen2016-10-24
| |
| * update imageGravatar Sree Kuchibhotla2016-10-18
| |
| * stress test framework design docGravatar Sree Kuchibhotla2016-10-18
|/
* update imagesGravatar Sree Kuchibhotla2016-10-18
|
* epoll design docGravatar Sree Kuchibhotla2016-10-18
|
* Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-14
|\
* \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-13
|\ \
| | * manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
| | |\ | | |/ | |/| | | | interop test
| * | Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
| |\ \ | | | | | | | | Add interop test for Cacheable Unary Calls
| | * | trivial change to kick off jenkins runGravatar Makarand Dharmapurikar2016-10-12
| | | |
* | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-10
|\| | |
| * | | Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-10-06
| |\ \ \
* | \ \ \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #8050 from ctiller/envGravatar Craig Tiller2016-10-03
| |\ \ \ \ | | | | | | | | | | | | Add documentation for GRPC_ environment variables
| * \ \ \ \ Merge pull request #8216 from carl-mastrangelo/specGravatar Craig Tiller2016-10-03
| |\ \ \ \ \ | | | | | | | | | | | | | | Update Protocol spec to mention idempotency
| | | | | * | s/flat/flagGravatar Makarand Dharmapurikar2016-09-30
| | | | | | |
| | | | | | * updated interop test doc. unimplemented test no longer checks error message, ↵Gravatar Noah Eisen2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | since some server languages set it to empty string, and some set it to a non empty message
* | | | | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-29
|\| | | | | |
| | | | | | * fixed typo in the updated interop test description fileGravatar Noah Eisen2016-09-28
| | | | | | |
| | | | | | * Update interop-test-descriptions.mdGravatar Noah Eisen2016-09-28
| | |_|_|_|/ | |/| | | |
| | | | * | Update pending API cleanups doc.Gravatar Mark D. Roth2016-09-28
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-09-28
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | | * more doc fixesGravatar Makarand Dharmapurikar2016-09-28
| | | | | |
| | | | | * added comment about setting cacheable flag.Gravatar Makarand Dharmapurikar2016-09-28
| | | | | |
| | | | | * doc fixes and max-age set to 60Gravatar Makarand Dharmapurikar2016-09-28
| | | | | |
| | | | | * trivial doc fix.Gravatar Makarand Dharmapurikar2016-09-28
| | | | | |
| | | | | * Addressed review feedbackGravatar Makarand Dharmapurikar2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits
| | | | * | Add doc of pending API cleanups for C++.Gravatar Mark D. Roth2016-09-27
| | | | | |
| | * | | | Update Protocol spec to mention idempotencyGravatar Carl Mastrangelo2016-09-27
| | | |/ / | | |/| |
| | | * | Merge github.com:grpc/grpc into envGravatar Craig Tiller2016-09-23
| | | |\ \ | | | |/ / | | |/| |
| * / | | Add missing entry.Gravatar Mark D. Roth2016-09-22
| |/ / /
| | * | Fix docsGravatar Craig Tiller2016-09-21
| | | |
* | | | Add trace for server channel eventsGravatar Craig Tiller2016-09-21
| | | |
* | | | Merge branch 'env' into direct-callsGravatar Craig Tiller2016-09-21
|\ \ \ \ | |/ / / |/| / / | |/ /
* | | Merge pull request #7846 from markdroth/max_send_size_filterGravatar Mark D. Roth2016-09-19
|\ \ \ | | | | | | | | Add channel arg for max send message size and add message size filter.
* \ \ \ Merge pull request #8071 from y-zeng/reflection_exampleGravatar Yuchen Zeng2016-09-16
|\ \ \ \ | | | | | | | | | | Add server reflection tutorial
| | * \ \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | s/minor/major/ in API cleanups doc.Gravatar Mark D. Roth2016-09-16
| | | | |
* | | | | Merge pull request #4955 from ejona86/http-grpc-status-mappingGravatar Abhishek Kumar2016-09-15
|\ \ \ \ \ | | | | | | | | | | | | Add HTTP->gRPC status code mapping
| | | * | | Add doc listing API changes to clean up for the next minor-version release.Gravatar Mark D. Roth2016-09-15
| |_|/ / / |/| | | |
| | | | * Add interop test for Cacheable Unary CallsGravatar Makarand Dharmapurikar2016-09-14
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method
| | * | Address review commentsGravatar Yuchen Zeng2016-09-13
| | | |
| | * | Address review commentsGravatar Yuchen Zeng2016-09-13
| | | |