Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable -Wconversion | Craig Tiller | 2015-09-10 |
| | |||
* | Fix typo | Craig Tiller | 2015-09-10 |
| | |||
* | First round of fixing up implicit 64->32 bit conversions | Craig Tiller | 2015-09-10 |
| | |||
* | Merge github.com:grpc/grpc into immolating-conversion | Craig Tiller | 2015-09-10 |
|\ | |||
* | | Core compiles with -Wsign-conversion | Craig Tiller | 2015-09-10 |
| | | |||
| * | Merge pull request #3318 from tbetbetbe/grpc-docker-remove-redundant-dockerfiles | Jan Tattermusch | 2015-09-10 |
| |\ | | | | | | | Remove redundant docker files from grpc repo | ||
* | | | Core compiles with -Wsign-conversion | Craig Tiller | 2015-09-10 |
| | | | |||
* | | | Merge github.com:grpc/grpc into immolating-conversion | Craig Tiller | 2015-09-10 |
|\| | | |||
| | * | Remove redundant docker files from grpc repo | Tim Emiola | 2015-09-10 |
| |/ | |||
* | | Sign conversion fixes | Craig Tiller | 2015-09-10 |
| | | |||
| * | Merge pull request #3266 from grpc/jtattermusch-patch-2 | Yang Gao | 2015-09-09 |
| |\ | | | | | | | Allow using service account credential for per_rpc_creds interop test. | ||
| * \ | Merge pull request #3265 from grpc/jtattermusch-patch-1-1 | Yang Gao | 2015-09-09 |
| |\ \ | | | | | | | | | Allow usable auth for JWT token creds interop test | ||
| * \ \ | Merge pull request #3277 from vjpai/cleanup | Yang Gao | 2015-09-09 |
| |\ \ \ | | | | | | | | | | | Removing some unused vestiges | ||
| * \ \ \ | Merge pull request #3291 from jboeuf/auth_asan_fixes | David G. Quintas | 2015-09-08 |
| |\ \ \ \ | | | | | | | | | | | | | Fixing #3286 | ||
| | * | | | | Fixing #3286 | Julien Boeuf | 2015-09-08 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | - We cannot use call_data after the final callback as this one may trigger the deletion of the call object (hence the call_data). | ||
| * | | | | Merge pull request #3218 from yang-g/interop | David G. Quintas | 2015-09-08 |
| |\ \ \ \ | | | | | | | | | | | | | Interop test update | ||
| * \ \ \ \ | Merge pull request #3258 from grpc/release-0_11 | Nicolas Noble | 2015-09-08 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Backport of 0.11 to master | ||
| | * \ \ \ \ | Merge pull request #3281 from ctiller/the-sea-is-not-blunt | Nicolas Noble | 2015-09-08 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Remove check for no workers | ||
| | | * | | | | | Remove check for no workers | Craig Tiller | 2015-09-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I *believe* this is actually safe, and the assert was errantly copy-pasted a while back. Fixes #3022 | ||
| | * | | | | | | Merge pull request #3247 from yang-g/fix_build_beta | Nicolas Noble | 2015-09-08 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Guard against empty vector | ||
| | | | | | * | | | Removing some unused vestiges | vjpai | 2015-09-08 |
| | |_|_|_|/ / / | |/| | | | | | | |||
| | * | | | | | | Merge pull request #3270 from nathanielmanistaatgoogle/beta-cleanup | Masood Malekghassemi | 2015-09-08 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Final beta API cleanup | ||
| | * \ \ \ \ \ \ | Merge pull request #3269 from nathanielmanistaatgoogle/moar-protocol-objects | Masood Malekghassemi | 2015-09-08 |
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | The gRPC protocol objects | ||
| | * | | | | | | | Merge pull request #3260 from nathanielmanistaatgoogle/protocol-objects | Masood Malekghassemi | 2015-09-07 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Plumb protocol objects through RPC Framework core | ||
| | | | | * | | | | | Beta API clean-ups | Nathaniel Manista | 2015-09-05 |
| | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Renamed the "beta" module "implementations" because it hasn't been monolithic since "interfaces" was factored out of it a few changes back. (2) Moved ChannelConnectivity from grpc.beta.beta to grpc.beta.interfaces since it is constants that don't depend on the beta implementation. (3) Moved the Server interface definition from grpc.beta.beta to grpc.beta.interfaces since it is an interface. (4) Dropped the "create_" prefix from "create_<...>_channel" functions to better match the other creation functions throughout the codebase. | ||
| | | | * / / / / | gRPC protocol objects | Nathaniel Manista | 2015-09-05 |
| | | |/ / / / / | |||
| | | * | | | | | Plumb protocol objects through RPC Framework core | Nathaniel Manista | 2015-09-04 |
| | | | | | | | | |||
| | * | | | | | | Merge pull request #3267 from ↵ | Michael Lumish | 2015-09-04 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/service_account_creds_for_per_rpc_test Use service account credentials for per RPC test | ||
| | | * | | | | | | use service account credentials for per RPC test | Jan Tattermusch | 2015-09-04 |
| | | | | | | | | | |||
| | | | | | | | * | Allow using service account credential for per_rpc_creds interop test. | Jan Tattermusch | 2015-09-04 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||
| | | | | | | * | allow usable auth for JWT token creds interop test | Jan Tattermusch | 2015-09-04 |
| | |_|_|_|_|/ | |/| | | | | | |||
| | * | | | | | Merge pull request #3264 from jtattermusch/update_interop_tests | Michael Lumish | 2015-09-04 |
| | |\| | | | | | | | | | | | | | | | | | | Update interop tests | ||
| | * | | | | | Merge pull request #3257 from ctiller/!!!! | Yang Gao | 2015-09-04 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Fix a case where :status could be returned to applications | ||
| | * \ \ \ \ \ | Merge pull request #3246 from stanley-cheung/update_debian_install_instructions | Tim Emiola | 2015-09-04 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update debian install instructions | ||
| | | * | | | | | | Update debian install instructions, jessie-backports | Stanley Cheung | 2015-09-04 |
| | |/ / / / / / | |||
| | * | | | | | | Merge pull request #3231 from nathanielmanistaatgoogle/protocol-objects | Masood Malekghassemi | 2015-09-04 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | Initial work on protocol objects | ||
| | | | * | | | | Fix a case where :status could be returned to applications | Craig Tiller | 2015-09-04 |
| | | |/ / / / | | |/| | | | | |||
| | * | | | | | Merge pull request #3251 from nicolasnoble/bad-client-is-really-bad | Craig Tiller | 2015-09-04 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Fixing bad_client test. | ||
| | * \ \ \ \ \ | Merge pull request #3249 from nicolasnoble/windows-fixes | Craig Tiller | 2015-09-04 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixing lingering bytes clipping issue on socket shutdown. | ||
| * | | | | | | | | Merge pull request #3256 from grpc/release-0_11 | Craig Tiller | 2015-09-04 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Merging beta back to master | ||
| | * | | | | | | | Merge pull request #3255 from ctiller/we-should-build | Craig Tiller | 2015-09-04 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix compilation | ||
| | | * | | | | | | | Fix compilation | Craig Tiller | 2015-09-04 |
| | | | | | | | | | | |||
| | | | | * | | | | | Fixing bad_client test. | Nicolas "Pixel" Noble | 2015-09-04 |
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Before destroying an endpoint, shut it down properly. | ||
| | | | | | * | | | ugly fix of per_rpc_creds test | Jan Tattermusch | 2015-09-03 |
| | | | | | | | | | |||
| | | | | | * | | | update the interop tests based on spec | Jan Tattermusch | 2015-09-03 |
| | | | | | | | | | |||
| | | | * | | | | | Fixing lingering bytes clipping issue on socket shutdown. | Nicolas Noble | 2015-09-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information, see comments on https://msdn.microsoft.com/en-us/library/windows/desktop/ms738547(v=vs.85).aspx | ||
| * | | | | | | | | Merge pull request #3186 from grpc/release-0_11 | Craig Tiller | 2015-09-03 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Daily Release 0.11 upport to master | ||
| | * | | | | | | | Merge pull request #3204 from ctiller/fix-teh-tests | Nicolas Noble | 2015-09-03 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixes a couple of tests on Windows | ||
| | * \ \ \ \ \ \ \ | Merge pull request #3236 from ctiller/insert-branch-name | Nicolas Noble | 2015-09-03 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Moar Windows fixes | ||
| | * \ \ \ \ \ \ \ \ | Merge pull request #3190 from ctiller/daisy-dukes | Yang Gao | 2015-09-03 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix flow control issues |