Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix flow control | Craig Tiller | 2015-07-23 |
* | Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into virtuous-v... | Craig Tiller | 2015-07-23 |
|\ | |||
* \ | Merge pull request #2493 from a-veitch/record_stat | Craig Tiller | 2015-07-23 |
|\ \ | |||
* \ \ | Merge pull request #2542 from ctiller/tell-me-who-you-might-be | Yang Gao | 2015-07-23 |
|\ \ \ | |||
| | | * | Flow control fix | yang-g | 2015-07-22 |
| |_|/ |/| | | |||
* | | | Merge pull request #2622 from ctiller/look-at-the-trees | Yang Gao | 2015-07-22 |
|\ \ \ | |||
* \ \ \ | Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts | David G. Quintas | 2015-07-23 |
|\ \ \ \ | |||
| | * | | | Filter out reserved metadata so that applications cant mess us up | Craig Tiller | 2015-07-22 |
| * | | | | Fix interop tests by ensuring non-http-special metadata precedes other metadata | Craig Tiller | 2015-07-22 |
* | | | | | Fix Python C89 pedantry | Masood Malekghassemi | 2015-07-22 |
* | | | | | Merge pull request #2604 from murgatroid99/node_user_agent_string | Michael Lumish | 2015-07-22 |
|\ \ \ \ \ | |||
* | | | | | | fix stylecop warnings | Jan Tattermusch | 2015-07-22 |
* | | | | | | added generated file Health.cs to stylecop ignore | Jan Tattermusch | 2015-07-22 |
* | | | | | | set primary user agent by C# channel | Jan Tattermusch | 2015-07-22 |
* | | | | | | Merge pull request #2597 from jtattermusch/csharp_metadata | Stanley Cheung | 2015-07-22 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||
| | * | | | | Fixed setting user-agent string | murgatroid99 | 2015-07-22 |
| * | | | | | fix crash caused by wrong size of MetadataEntryStruct | Jan Tattermusch | 2015-07-21 |
| | * | | | | Added user-agent setting code, and a test for it | murgatroid99 | 2015-07-21 |
* | | | | | | Merge pull request #2529 from ctiller/prefer-gin-n-tonic | Vijay Pai | 2015-07-21 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #2556 from ctiller/one-thing-at-a-time | Vijay Pai | 2015-07-21 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| | | * | | | | improving test readability | Jan Tattermusch | 2015-07-21 |
| | | * | | | | rename Result to ResponseAsync | Jan Tattermusch | 2015-07-21 |
| | | * | | | | fix echo metadata test | Jan Tattermusch | 2015-07-21 |
| | | * | | | | regenerated code and fixed inconsistencies | Jan Tattermusch | 2015-07-21 |
| | | * | | | | codegen and API changes | Jan Tattermusch | 2015-07-21 |
* | | | | | | | Merge pull request #2370 from ctiller/now-i-get-to-show-it-to-EVERYBODY | Yang Gao | 2015-07-21 |
|\ \ \ \ \ \ \ | |||
| | | | * | | | | modify client call interface to allow reading status and trailers | Jan Tattermusch | 2015-07-21 |
| | | | * | | | | added some tests | Jan Tattermusch | 2015-07-21 |
* | | | | | | | | Merge pull request #2559 from ctiller/holographic-ninja-soda | Nicolas Noble | 2015-07-21 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #2554 from murgatroid99/node_oauth_interop | Michael Lumish | 2015-07-21 |
|\ \ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | Fix (forever) a TSAN bug thats plagued us | Craig Tiller | 2015-07-21 |
| |/ / / / / / / / |/| | | | | | | | | |||
| | | | | * | | | | propagate statuscode from server handler | Jan Tattermusch | 2015-07-20 |
| | | | | * | | | | allow sending trailers from server handler | Jan Tattermusch | 2015-07-20 |
| | | | | * | | | | populate server context | Jan Tattermusch | 2015-07-20 |
| | | * | | | | | | Fix TSAN reported failure | Craig Tiller | 2015-07-20 |
| | | * | | | | | | Fix TSAN reported failure | Craig Tiller | 2015-07-20 |
| |_|/ / / / / / |/| | | | | | | | |||
| | * | | | | | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | Craig Tiller | 2015-07-20 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
| | | | | | * | | Merge branch 'tell-me-who-you-might-be' of github.com:ctiller/grpc into tell-... | Craig Tiller | 2015-07-20 |
| | | | | | |\ \ | |||
| | | | * | | | | | refactor server call handlers | Jan Tattermusch | 2015-07-20 |
| | | | * | | | | | fix bug | Jan Tattermusch | 2015-07-20 |
| | | | * | | | | | some cleanup and better metadata support | Jan Tattermusch | 2015-07-20 |
| | | | * | | | | | reading of metadata | Jan Tattermusch | 2015-07-20 |
| |_|_|/ / / / / |/| | | | | | | | |||
| * | | | | | | | Removed now-incorrect asserts in oauth test | murgatroid99 | 2015-07-20 |
| * | | | | | | | Removed unnecessary arguments from auth message | murgatroid99 | 2015-07-20 |
| * | | | | | | | Added oauth2_auth_token and per_rpc_creds Node interop tests | murgatroid99 | 2015-07-20 |
* | | | | | | | | fixed dependencies in C# project | Jan Tattermusch | 2015-07-20 |
* | | | | | | | | implement per_rpc_creds and oauth2_auth_token interop tests | Jan Tattermusch | 2015-07-20 |
|/ / / / / / / | |||
| | | | * | | | Merge github.com:grpc/grpc into tell-me-who-you-might-be | Craig Tiller | 2015-07-20 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
* | | | | | | | Use more meaningful names for metadata keys in tests | murgatroid99 | 2015-07-20 |
| | | | | * | | Make endpoint peer API work on Windows | Craig Tiller | 2015-07-20 |
| | | | |/ / |