Jan Tattermusch
130c322c52
Delete grpc-auth-support.md
9 years ago
Carl Mastrangelo
f030b8dae8
Fix dead link in doc
9 years ago
Eric Anderson
94aa0fd393
Improve grammar/language for clarity
9 years ago
Eric Anderson
c6059e6671
Specify header value restrictions
...
Fixes grpc/grpc-common#266
9 years ago
Eric Anderson
8e79b82273
Add missing characters in BNF comment
9 years ago
Eric Anderson
5554738645
Define limit on metadata size
...
Fixes grpc/grpc-common#273
9 years ago
Eric Anderson
2e18fd6493
Add "identity" as a content encoding
...
Fixes grpc/grpc-common#257
9 years ago
Eric Anderson
981201fc5e
Content-type is required for requests
...
This fixes grpc/grpc-common#185
9 years ago
Eric Anderson
21f37347a2
Rename Delimited-Message to Length-Prefixed-Message
...
This fixes grpc/grpc-common#205
9 years ago
Eric Anderson
82cfe9028c
Replace curly quotes with plain ASCII quotes
...
The pretty quotes were automatically converted from ASCII quotes when
the documented was a Google Doc. Now they just make modifying the
document harder.
9 years ago
Eric Anderson
81790fc7cf
Escape some special markdown characters
...
None of them were causing display problems online, but it would be easy
for them to start causing trouble.
9 years ago
Jan Tattermusch
cfbdca05f6
C# ref docs should not be in master branch
9 years ago
Julien Boeuf
9b2e11dee4
Fixed cpp auth documentation (which was not current).
9 years ago
Craig Tiller
5c329efca8
Remove docs from master
9 years ago
Carl Mastrangelo
4a827f746a
Address comments
9 years ago
Carl Mastrangelo
1b23976e1b
Update Header Field name rules
9 years ago
Jan Tattermusch
e3a65a111c
Allow using service account credential for per_rpc_creds interop test.
9 years ago
Jan Tattermusch
df2631187c
allow usable auth for JWT token creds interop test
9 years ago
David Garcia Quintas
7afa666d2f
Regenerated doxygen after #3227
9 years ago
yang-g
750ada9574
address comments
9 years ago
yang-g
d652a396e2
Update auth tests definition
9 years ago
Jan Tattermusch
3c99f09ef3
regenerate C# docs
9 years ago
Stanley Cheung
43f1bf84aa
fix links
9 years ago
Stanley Cheung
0a268216c2
replace all grpc-common occurances with examples
9 years ago
Stanley Cheung
20fa6693f3
move examples to correct locations
9 years ago
David Garcia Quintas
bb5e018375
Added compression specs
9 years ago
Jan Tattermusch
f209c58703
added generated docs
9 years ago
Xudong Ma
a5f9e903bd
Add backoff reset spec to the Connection Backoff Protocol
9 years ago
yang-g
d3176c4895
update reconnection interop spec
9 years ago
nmittler
25c21d8b2b
Fixing type-o
9 years ago
yang-g
bc435e7ee9
recommend to require empty service name
9 years ago
yang-g
481b016e2e
resolve offline comments
9 years ago
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.
9 years ago
Masood Malekghassemi
a3adf94477
Clarify interop spec
9 years ago
yang-g
72d796f2bc
health checking protocol
9 years ago
Craig Tiller
68f4e0f6ab
Initial Doxygen import for core, c++
9 years ago
Abhishek Kumar
eaf9e87a08
Suffixed -bin for server descrioption of echo trailing metadata
9 years ago
yang-g
6e605e1190
resolve comments
9 years ago
Abhishek Kumar
10c7b16e47
Suffixed -bin, added service name
9 years ago
yang-g
a5510dec6e
Update spec per offline discussion
9 years ago
yang-g
334f52ed27
md
9 years ago
yang-g
fbe15f7b31
reconnect interop test spec
9 years ago
Abhishek Kumar
c7e13188fa
Update naming.md
...
Fixed code formatting issues.
9 years ago
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.
9 years ago
Abhishek Kumar
2d8eeb416b
Formatting fixes
...
Added some formatting fixes .
9 years ago
Abhishek Kumar
8c8ecd8da1
Initial draft of a naming proposal.
...
First draft for public review and comments.
Some code formatting is still broken.
9 years ago
yang-g
7eab56b055
Resolve comments
10 years ago
yang-g
c501a5b159
Clarify the oauth2_auth_token scenario and add the per call credentials scenario
10 years ago
David Klempner
e00b0c3247
Add description of MIN_CONNECT_TIMEOUT and fix its pseudocode usage.
10 years ago
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.
10 years ago