Commit Graph

108 Commits

Author SHA1 Message Date
Jan Tattermusch f209c58703 added generated docs 2015-08-24 17:47:35 -07:00
Eric Anderson 083b4d3de3 Merge pull request #2988 from madongfly/backoff
Add backoff reset spec to the Connection Backoff Protocol
2015-08-20 14:38:32 -07:00
Xudong Ma a5f9e903bd Add backoff reset spec to the Connection Backoff Protocol 2015-08-18 17:22:53 -07:00
yang-g d3176c4895 update reconnection interop spec 2015-08-18 10:46:37 -07:00
nmittler 25c21d8b2b Fixing type-o 2015-08-13 09:53:27 -07:00
Eric Anderson c54180be12 Merge pull request #2806 from yang-g/health_check_spec
health checking protocol doc
2015-08-11 10:27:23 -07:00
yang-g bc435e7ee9 recommend to require empty service name 2015-08-10 23:47:07 -07:00
yang-g 481b016e2e resolve offline comments 2015-08-10 10:44:45 -07:00
Abhishek Kumar d259bb1dd1 Add a document describing a server reflection protocol.
This is largely cribbed from @dklempner's original PR (#2744) . Taking over as he is out on vacation. Removed the discussion around host-reflection and corresponding uses of `host` from the API.
2015-08-07 11:21:31 -07:00
Eric Anderson 88527f8e55 Merge pull request #2560 from a11r/doc2
Naming design document
2015-08-07 11:05:53 -07:00
Masood Malekghassemi a3adf94477 Clarify interop spec 2015-08-06 13:29:51 -07:00
yang-g 72d796f2bc health checking protocol 2015-08-05 10:19:46 -07:00
Craig Tiller 68f4e0f6ab Initial Doxygen import for core, c++ 2015-08-05 08:18:21 -07:00
Eric Anderson f5ed603659 Merge pull request #2131 from a11r/doc
Update interop test descriptions.
2015-07-30 12:49:03 -07:00
Abhishek Kumar eaf9e87a08 Suffixed -bin for server descrioption of echo trailing metadata 2015-07-30 12:01:20 -07:00
yang-g 6e605e1190 resolve comments 2015-07-30 11:42:38 -07:00
Abhishek Kumar 10c7b16e47 Suffixed -bin, added service name 2015-07-30 10:36:00 -07:00
yang-g a5510dec6e Update spec per offline discussion 2015-07-27 23:33:50 -07:00
yang-g 334f52ed27 md 2015-07-24 16:34:13 -07:00
yang-g fbe15f7b31 reconnect interop test spec 2015-07-24 16:31:30 -07:00
Abhishek Kumar c7e13188fa Update naming.md
Fixed code formatting issues.
2015-07-21 14:26:17 -07:00
Abhishek Kumar 8d4d8593f9 Resolved merge conflicts 2015-07-21 11:54:03 -07:00
Abhishek Kumar 0738dd41e4 Addressed review comments
Added server feature spec to echo metadata.
Clarified client spec for testing metadata.
Removed Status for tests that are now ready for implementation.
Modified the spec for UnimplementedCall to take an Empty request.
2015-07-21 11:30:59 -07:00
Abhishek Kumar 2d8eeb416b Formatting fixes
Added some formatting fixes .
2015-07-21 10:00:36 -07:00
Abhishek Kumar 8c8ecd8da1 Initial draft of a naming proposal.
First draft for public review and comments.

Some code formatting is still broken.
2015-07-20 16:37:50 -07:00
Eric Anderson 2f89e400be Merge pull request #2422 from yang-g/per_call_oauth_creds
Clarify the oauth2_auth_token scenario and add the per call credentia…
2015-07-16 11:32:21 -07:00
yang-g 7eab56b055 Resolve comments 2015-07-15 13:32:06 -07:00
Abhishek Kumar 707dd2c36f Merge pull request #2065 from dklempner/retry_backoff
Update the connection backoff document with jitter.
2015-07-14 10:52:25 -07:00
yang-g c501a5b159 Clarify the oauth2_auth_token scenario and add the per call credentials scenario 2015-07-13 23:37:43 -07:00
David Klempner e00b0c3247 Add description of MIN_CONNECT_TIMEOUT and fix its pseudocode usage. 2015-07-13 18:02:06 -07:00
Tim Emiola 8ed0e70faf Adds an interop test: oauth2_auth_token
- test is similar to the auth tests
- uses an auth library to obtain the auth token OOB. This should be simplest, as many languages already use such an auth library in their existing auth tests.
2015-06-24 07:08:13 -07:00
Abhishek Kumar 1bbdd02fa2 Address review comments.
Defined server side behavior needed to echo status code and message . Assorted minor fixes to spelling.
2015-06-19 09:43:09 -07:00
Abhishek Kumar ae58f59e4a Updtae interop test descriptions.
custom_metadata, status_code_and_message and unimplemented_method are now ready for implementation and blocking beta release.
2015-06-18 15:54:54 -07:00
David Klempner ca5add658a Fix MIN_CONNECT_TIMEOUT/INITIAL_BACKOFF in the connection_backoff doc.
This also removes some obsolete discussion of what Stubby does/did; this
was useful for contrasting but isn't particularly interesting now.
2015-06-17 18:20:31 -07:00
David Klempner 08d16ee417 s/backoff/current_backoff/ typo in connection backoff doc 2015-06-15 15:09:38 -07:00
David Klempner 0e5d2efc8a Update the connection backoff document with jitter.
This adds both jitter and explicit values for the "proposed" algorithm
that implementations should use.
2015-06-15 14:55:13 -07:00
Abhishek Kumar 33094a7c62 More fixes to GO_AWAY spelling 2015-06-15 09:53:41 -07:00
Abhishek Kumar 783ad1e9d1 Fixed Go_AWAY to GOAWAY 2015-06-15 09:52:33 -07:00
Abhishek Kumar 56514def9e Update connectivity-semantics-and-api.md 2015-06-12 11:22:41 -07:00
Abhishek Kumar b66f19f1e0 Update connectivity-semantics-and-api.md 2015-06-12 11:02:16 -07:00
Abhishek Kumar 9ce1fbcae5 Merge pull request #1546 from ejona86/connectivity-semantics
Add Connectivity doc
2015-06-12 10:51:22 -07:00
Eric Anderson a8e50a1853 Add TODO interop test case for CONTINUATIONS; clean up TODOs 2015-05-27 09:59:52 -07:00
David Klempner 669df902c9 Merge pull request #1547 from ejona86/connection-backoff
Add connection backoff doc
2015-05-16 09:59:59 +09:00
Qi Zhao ef313d219c clean up the server features section 2015-05-14 16:03:15 -07:00
Qi Zhao 612e691512 remove response_type 2015-05-14 15:57:08 -07:00
Qi Zhao 3443ef9529 address the comments 2015-05-14 15:11:26 -07:00
Qi Zhao 4b8450a72b Add a timeout interop spec 2015-05-14 14:58:17 -07:00
Eric Anderson 611e7e1a3c Add connection backoff doc
This is a faithful representation of the current version of the Google
Doc with only formatting changes.
2015-05-11 09:38:18 -07:00
Eric Anderson 9855a34e1a Add Connectivity doc
This is a faithful representation of the current version of the Google
Doc with only formatting changes.
2015-05-11 09:22:47 -07:00
Nathaniel Manista ef42ea21b1 Make headers of TODO interop test priorities 2015-05-05 21:18:43 +00:00
Yang Gao 6851451fb7 Update interop-test-descriptions.md 2015-04-20 15:12:05 -07:00
Yang Gao 0464af155c Update interop-test-descriptions.md 2015-04-20 13:41:13 -07:00
Yang Gao 0d197edcea Update interop-test-descriptions.md 2015-04-20 13:09:37 -07:00
Yang Gao ae972b2d34 Update interop-test-descriptions.md
resolve comments
2015-04-17 16:48:13 -07:00
Yang Gao 4bb08aefa7 resolve comments 2015-04-17 16:38:56 -07:00
Yang Gao 70b2e88219 minor fixes 2015-04-17 15:48:37 -07:00
Yang Gao 6960458778 Clarify auth test definitions 2015-04-17 15:41:36 -07:00
Eric Anderson 282130923c Add interoperability test case descriptions
It is a partially manual port from Google Docs to Markdown. The content
was not changed in any important way.
2015-04-08 08:55:08 -07:00