Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't global initialize anything to nullptr | vjpai | 2016-06-16 |
| | |||
* | Merge pull request #6852 from nathanielmanistaatgoogle/status-codes | Abhishek Kumar | 2016-06-13 |
|\ | | | | | Document cardinality violation status codes | ||
* \ | Merge pull request #6865 from vjpai/stylin | Jan Tattermusch | 2016-06-13 |
|\ \ | | | | | | | Doc Fixit: Introduce C++ style guide | ||
* \ \ | Merge pull request #6840 from yang-g/command-line-tool-1 | Jan Tattermusch | 2016-06-11 |
|\ \ \ | | | | | | | | | Add a doc for the command line tool | ||
| | * | | Digraph | vjpai | 2016-06-11 |
| | | | | |||
| | * | | this_thread | vjpai | 2016-06-10 |
| | | | | |||
| | * | | Add ref to test | vjpai | 2016-06-10 |
| | | | | |||
| | * | | More docs | vjpai | 2016-06-10 |
| | | | | |||
| | * | | First draft of C++ style guide, minor changes to C | vjpai | 2016-06-10 |
| |/ / |/| | | |||
| * | | minor fixes | Yang Gao | 2016-06-09 |
| | | | |||
| | * | Document cardinality violation status codes | Nathaniel Manista | 2016-06-09 |
| |/ |/| | |||
| * | Create command_line_tool.md | Yang Gao | 2016-06-08 |
| | | |||
* | | updated interop spec | David Garcia Quintas | 2016-06-07 |
| | | |||
* | | Connectivity state FATAL_FAILURE doesn't exist; it is SHUTDOWN | Eric Anderson | 2016-05-09 |
| | | | | | | | | | | | | | | In a previous version of the document we used FATAL_FAILURE instead of SHUTDOWN. This was changed when there was no case that would cause a fatal failure other than shutdown. However, one reference to the old name was missed. | ||
* | | Spell out fail fast semantics | Craig Tiller | 2016-04-29 |
| | | |||
* | | Merge branch 'master' into binary_logging | murgatroid99 | 2016-03-30 |
|\| | |||
| * | Fix another path | Craig Tiller | 2016-03-25 |
| | | |||
* | | Merge branch 'master' into binary_logging | murgatroid99 | 2016-03-17 |
|\| | |||
| * | fix broken links | Stanley Cheung | 2016-03-03 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 | yang-g | 2016-02-24 |
| |\ | |||
| | * | Merge pull request #5195 from dgquintas/lb-doc | David G. Quintas | 2016-02-19 |
| | |\ | | | | | | | | | Load balancing documentation first draft | ||
| * | | | global replace health check proto v1alpha to v1 | yang-g | 2016-02-19 |
| |/ / | |||
* | | | Clarify API section of binary logging doc | murgatroid99 | 2016-02-16 |
| | | | |||
| | * | Update load-balancing.md | David G. Quintas | 2016-02-12 |
| | | | | | | | | | Addressed comments. | ||
| | * | Update load-balancing.md | David G. Quintas | 2016-02-10 |
| | | | | | | | | | Formatting | ||
| | * | Update load-balancing.md | David G. Quintas | 2016-02-10 |
| | | | | | | | | | Typo | ||
| | * | Load balancing first draft. | David G. Quintas | 2016-02-10 |
| | | | |||
* | | | Update binary log proto, add document explaining it | murgatroid99 | 2016-02-10 |
|/ / | |||
* | | Addressed comments by jcanizales | Abhishek Kumar | 2016-02-02 |
| | | |||
* | | Create statuscodes.md | Abhishek Kumar | 2016-02-01 |
|/ | | | Initial draft of the doc describing the acses where different statuses are returned. | ||
* | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 |
| | |||
* | Update some wrapped stuff | Craig Tiller | 2016-01-07 |
| | |||
* | First round of feedback | Craig Tiller | 2015-12-22 |
| | |||
* | Initial style guide | Craig Tiller | 2015-12-22 |
| | |||
* | Update PROTOCOL-HTTP2.md | Louis Ryan | 2015-12-15 |
| | |||
* | Delete grpc-auth-support.md | Jan Tattermusch | 2015-12-02 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Fix dead link in doc | Carl Mastrangelo | 2015-11-17 |
| | | |||
| * | Improve grammar/language for clarity | Eric Anderson | 2015-11-16 |
| | | |||
| * | Specify header value restrictions | Eric Anderson | 2015-11-05 |
| | | | | | | | | Fixes grpc/grpc-common#266 | ||
| * | Add missing characters in BNF comment | Eric Anderson | 2015-11-04 |
| | | |||
| * | Define limit on metadata size | Eric Anderson | 2015-11-04 |
| | | | | | | | | Fixes grpc/grpc-common#273 | ||
| * | Add "identity" as a content encoding | Eric Anderson | 2015-11-04 |
| | | | | | | | | Fixes grpc/grpc-common#257 | ||
| * | Content-type is required for requests | Eric Anderson | 2015-11-04 |
| | | | | | | | | This fixes grpc/grpc-common#185 | ||
| * | Rename Delimited-Message to Length-Prefixed-Message | Eric Anderson | 2015-11-04 |
| | | | | | | | | This fixes grpc/grpc-common#205 | ||
| * | Replace curly quotes with plain ASCII quotes | Eric Anderson | 2015-11-04 |
| | | | | | | | | | | | | The pretty quotes were automatically converted from ASCII quotes when the documented was a Google Doc. Now they just make modifying the document harder. | ||
| * | Escape some special markdown characters | Eric Anderson | 2015-11-04 |
| | | | | | | | | | | None of them were causing display problems online, but it would be easy for them to start causing trouble. | ||
* | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-10-17 |
|\| | |||
| * | C# ref docs should not be in master branch | Jan Tattermusch | 2015-10-15 |
| | | |||
* | | Fixed cpp auth documentation (which was not current). | Julien Boeuf | 2015-10-12 |
|/ |