aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #2620 from meisterpeeps/masterGravatar Michael Lumish2015-07-24
|\
* | add user-agent for phpGravatar Stanley Cheung2015-07-24
* | Merge pull request #2643 from jtattermusch/csharp_timeoutsGravatar Michael Lumish2015-07-24
|\ \
* \ \ Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tentGravatar Vijay Pai2015-07-24
|\ \ \
* \ \ \ Merge pull request #2633 from ctiller/virtuous-velvit-velociraptorGravatar Yang Gao2015-07-23
|\ \ \ \
| | | * | tiny fixesGravatar Jan Tattermusch2015-07-23
| | | * | fix test on windowsGravatar Jan Tattermusch2015-07-23
| | | * | explicitly convert deadline for server handlers to realtimeGravatar Jan Tattermusch2015-07-23
| | | * | add MathService.Fib test with deadlineGravatar Jan Tattermusch2015-07-23
| | | * | implemented cancellation support for MathService.FibGravatar Jan Tattermusch2015-07-23
| | | * | add Timeout support and testsGravatar Jan Tattermusch2015-07-23
| | | * | added deadline to generated stubsGravatar Jan Tattermusch2015-07-23
| | | * | Timespec.FromDateTime implementation and testsGravatar Jan Tattermusch2015-07-23
| | | * | implemented FromDateTimeGravatar Jan Tattermusch2015-07-23
| | | * | robust conversion from Timespec to DateTime and testsGravatar Jan Tattermusch2015-07-23
| |_|/ / |/| | |
* | | | Merge pull request #2586 from dgquintas/compress_flag_resetGravatar Craig Tiller2015-07-23
|\ \ \ \
* \ \ \ \ Merge pull request #2629 from ctiller/always-with-the-monoGravatar Yang Gao2015-07-23
|\ \ \ \ \
| | | * | | Integration fixGravatar Craig Tiller2015-07-23
| | | * | | Integration fixGravatar Craig Tiller2015-07-23
| | | * | | Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into virtuous...Gravatar Craig Tiller2015-07-23
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptorGravatar Craig Tiller2015-07-23
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | Fix flow controlGravatar Craig Tiller2015-07-23
* | | | | | Merge pull request #2617 from jboeuf/jwt_creds_renamingGravatar Yang Gao2015-07-23
|\ \ \ \ \ \
| | | | * | | Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into virtuous-v...Gravatar Craig Tiller2015-07-23
| |_|_|/| | | |/| | | | | |
* | | | | | | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
|\ \ \ \ \ \ \
| | | * | | | | Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
* | | | | | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | | | | * | | Flow control fixGravatar yang-g2015-07-22
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #2622 from ctiller/look-at-the-treesGravatar Yang Gao2015-07-22
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurtsGravatar David G. Quintas2015-07-23
|\ \ \ \ \ \ \ \
| | | | | | | * | Handle a race where a new call comes in post-shutdown a little betterGravatar Craig Tiller2015-07-22
| | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Filter out reserved metadata so that applications cant mess us upGravatar Craig Tiller2015-07-22
| * | | | | | | Fix interop tests by ensuring non-http-special metadata precedes other metadataGravatar Craig Tiller2015-07-22
| | | | | | | * Update README.mdGravatar Jeff Peoples2015-07-22
| |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| |_|_|_|/ / |/| | | | |
* | | | | | Fix Python C89 pedantryGravatar Masood Malekghassemi2015-07-22
* | | | | | Merge pull request #2604 from murgatroid99/node_user_agent_stringGravatar Michael Lumish2015-07-22
|\ \ \ \ \ \
* | | | | | | fix stylecop warningsGravatar Jan Tattermusch2015-07-22
* | | | | | | added generated file Health.cs to stylecop ignoreGravatar Jan Tattermusch2015-07-22
* | | | | | | set primary user agent by C# channelGravatar Jan Tattermusch2015-07-22
* | | | | | | Merge pull request #2597 from jtattermusch/csharp_metadataGravatar Stanley Cheung2015-07-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | Fixed setting user-agent stringGravatar murgatroid992015-07-22
| * | | | | | fix crash caused by wrong size of MetadataEntryStructGravatar Jan Tattermusch2015-07-21
| | | | | | * Fixes for streaming compression.Gravatar David Garcia Quintas2015-07-21
| | * | | | | Added user-agent setting code, and a test for itGravatar murgatroid992015-07-21
* | | | | | | Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2556 from ctiller/one-thing-at-a-timeGravatar Vijay Pai2015-07-21
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | | * | | | | improving test readabilityGravatar Jan Tattermusch2015-07-21
| | | * | | | | rename Result to ResponseAsyncGravatar Jan Tattermusch2015-07-21
| | | * | | | | fix echo metadata testGravatar Jan Tattermusch2015-07-21