Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Workqueue: interface, test, and posix implementation | Craig Tiller | 2015-09-09 |
| | |||
* | 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 | ||
| * \ \ \ | 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 |
| | | | | | | |||
| * | | | | | 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 | ||
| | | * \ \ \ \ \ \ \ | Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-name | Craig Tiller | 2015-09-03 |
| | | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #3225 from ctiller/grahhhh | Nicolas Noble | 2015-09-03 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Try even harder to disable PDB generation | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #3242 from nicolasnoble/cancel-means-change | Craig Tiller | 2015-09-03 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if the stream was cancelled, notify of its state change. | ||
| | | | | | | | | | | * | | Guard against empty vector | yang-g | 2015-09-03 |
| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #3244 from nicolasnoble/please-call-init | Craig Tiller | 2015-09-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Secure endpoint test should call grpc_init. | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3243 from jcanizales/make-headers-property-beta | Michael Lumish | 2015-09-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make headers a "real" @property | ||
| | | * | | | | | | | | | | | | Secure endpoint test should call grpc_init. | Nicolas "Pixel" Noble | 2015-09-04 |
| | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | |||
| | | | * | | | | | | | | | | Even if the stream was cancelled, notify of its state change. | Nicolas "Pixel" Noble | 2015-09-04 |
| | | |/ / / / / / / / / / | |||
| * | | | | | | | | | | | | Merge pull request #3241 from jcanizales/fix-bazel-break-beta | Yang Gao | 2015-09-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bazel breakage due to magic Cocoapods header search path | ||
| | * | | | | | | | | | | | | Fix Bazel breakage due to magic Cocoapods header search path | Jorge Canizales | 2015-09-03 |
| |/ / / / / / / / / / / / | |||
| | * | | | | | | | | | | | Add header manipulation examples | Jorge Canizales | 2015-09-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With both raw and codegen’d library | ||
| | * | | | | | | | | | | | Point sample proto podspec to latest gRPC and protobuf | Jorge Canizales | 2015-09-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | Point SwiftSample’s Podfile to submodule protobuf | Jorge Canizales | 2015-09-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | Make request headers a @property property. | Jorge Canizales | 2015-09-03 |
| |/ / / / / / / / / / / | |||
| * | | | | | | | | | | | Merge pull request #3238 from jcanizales/make-errors-public-beta | Michael Lumish | 2015-09-03 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the error domain and codes public and documented. (Beta branch) |