Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | | | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 | |
| | * | | | | | | | | | | | Merge pull request #3013 from tbetbetbe/grpc-ruby-support-per-message-compres... | Michael Lumish | 2015-08-20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||
| | | | | | | | | * | | | | Add cancel_all_calls to Python server | Masood Malekghassemi | 2015-08-20 | |
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||
| | | | * | | | | | | | | php: add tests for waitForReady | Stanley Cheung | 2015-08-20 | |
| | | | * | | | | | | | | php: update codegen, client now extends basestub | Stanley Cheung | 2015-08-20 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into docs | yang-g | 2015-08-20 | |
| |\| | | | | | | | | | ||||
| | * | | | | | | | | | Merge pull request #2997 from jtattermusch/metadata_polishing | Michael Lumish | 2015-08-20 | |
| | |\ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | Adds support for per message compression | Tim Emiola | 2015-08-20 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into docs | yang-g | 2015-08-20 | |
| |\| | | | | | | | | | | ||||
| * | | | | | | | | | | | Make Channel ctor private | yang-g | 2015-08-20 | |
| | * | | | | | | | | | | Merge pull request #2999 from murgatroid99/node_test_fixes | Tim Emiola | 2015-08-20 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | * | | sockaddr_resolver now supports comma-separated list of IPs | David Garcia Quintas | 2015-08-20 | |
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | remove internal_stub | yang-g | 2015-08-20 | |
| * | | | | | | | | | | | Fix server side and generic stub | yang-g | 2015-08-20 | |
| | | | | | | | | | | * | Merge remote-tracking branch 'upstream/master' | Hongyu Chen | 2015-08-20 | |
| | | | | | | | | | | |\ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | make registermethod private | yang-g | 2015-08-20 | |
| | | | | | | | | | * | | comment | David Garcia Quintas | 2015-08-20 | |
| | | | | | | | | | * | | if to assert | David Garcia Quintas | 2015-08-20 | |
| | | | | | | | | | * | | Assert http2 header ordering | David Garcia Quintas | 2015-08-20 | |
| | * | | | | | | | | | | Merge pull request #2998 from stanley-cheung/php_null_call_host | Michael Lumish | 2015-08-20 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge pull request #3005 from dgquintas/head_vs_tails | Yang Gao | 2015-08-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | ||||
| | | | | | | | | | * | | | Have a richer interface for auth metadata processors. | Julien Boeuf | 2015-08-19 | |
| | * | | | | | | | | | | | Merge pull request #2977 from ctiller/shutdown-c++ | Yang Gao | 2015-08-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | ||||
| | | | * | | | | | | | | | Fixed wrong creation of metadata in compression. | David Garcia Quintas | 2015-08-19 | |
| | * | | | | | | | | | | | Merge pull request #2991 from murgatroid99/core_shutdown_idempotency | Masood Malekghassemi | 2015-08-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | | | * | Move census_filters from .../channel to .../census | Hongyu Chen | 2015-08-19 | |
| | * | | | | | | | | | | | | Merge pull request #2990 from stanley-cheung/update_debian_instructions | Tim Emiola | 2015-08-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 | |
| * | | | | | | | | | | | | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 | |
| | | * | | | | | | | | | | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 | |
| | * | | | | | | | | | | | | Merge pull request #2984 from stanley-cheung/php_fix_timeout_test | Tim Emiola | 2015-08-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Bug fix. Called c_str on a temp string | yang-g | 2015-08-19 | |
| |/ / / / / / / / / / / / | ||||
| | | | | | * | | | | | | | php: expose per-call host override option, review feedback | Stanley Cheung | 2015-08-19 | |
| | | | | | | | | * | | | | Fixed tests | murgatroid99 | 2015-08-19 | |
| | | | | | | | | * | | | | Merge branch 'node_test_fixes' into node_server_creds_multiple_pairs | murgatroid99 | 2015-08-19 | |
| | | | | | | | | |\ \ \ \ | | | | | | | | |_|/ / / / | | | | | | | |/| | | | | | ||||
| | | | | | | * | | | | | | Stop dereferencing an optional parameter without checking it | murgatroid99 | 2015-08-19 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||
| | | | | | | | * | | | | Modified server SSL certs to allow multiple pairs and force_client_auth flag | murgatroid99 | 2015-08-19 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||
| | | * | | | | | | | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 | |
| | | * | | | | | | | | update debian install instructions | Stanley Cheung | 2015-08-19 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
| | | | | * | | | | | php: expose per-call host override option | Stanley Cheung | 2015-08-19 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||
| | | | | * | | | | improving the tests | Jan Tattermusch | 2015-08-19 | |
| | | | | * | | | | metadata polishing | Jan Tattermusch | 2015-08-19 | |
| | |_|_|/ / / / | |/| | | | | | | ||||
| | | | | | * | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-19 | |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| | | | | | * | | Merge branch 'y12kdm3' of github.com:ctiller/grpc into y12kdm3 | Craig Tiller | 2015-08-19 | |
| | | | | | |\ \ | ||||
| | | | | | * | | | Fix syncronous unimplemented methods | Craig Tiller | 2015-08-19 | |
| | * | | | | | | | php: fix timeout interop test, use 1ms as timeout | Stanley Cheung | 2015-08-19 | |
| |/ / / / / / / | ||||
| * | | | | | | | Merge pull request #2983 from tbetbetbe/grpc-ruby-correct-logconfig-fix-inter... | Michael Lumish | 2015-08-19 | |
| |\ \ \ \ \ \ \ | ||||
| | | | * | | | | | Extend comment | Craig Tiller | 2015-08-19 | |
| | | * | | | | | | Short-circuit shutdown when it is already published (core) | murgatroid99 | 2015-08-19 | |
| * | | | | | | | | Merge pull request #2964 from jtattermusch/refactor_auth_interceptors | Michael Lumish | 2015-08-19 | |
| |\ \ \ \ \ \ \ \ |