aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Workqueue: interface, test, and posix implementationGravatar Craig Tiller2015-09-09
|
* Merge pull request #3291 from jboeuf/auth_asan_fixesGravatar David G. Quintas2015-09-08
|\ | | | | Fixing #3286
| * Fixing #3286Gravatar Julien Boeuf2015-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/interopGravatar David G. Quintas2015-09-08
|\ | | | | Interop test update
* \ Merge pull request #3258 from grpc/release-0_11Gravatar Nicolas Noble2015-09-08
|\ \ | | | | | | Backport of 0.11 to master
| * \ Merge pull request #3281 from ctiller/the-sea-is-not-bluntGravatar Nicolas Noble2015-09-08
| |\ \ | | | | | | | | Remove check for no workers
| | * | Remove check for no workersGravatar Craig Tiller2015-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_betaGravatar Nicolas Noble2015-09-08
| |\ \ \ | | | | | | | | | | Guard against empty vector
| * \ \ \ Merge pull request #3270 from nathanielmanistaatgoogle/beta-cleanupGravatar Masood Malekghassemi2015-09-08
| |\ \ \ \ | | | | | | | | | | | | Final beta API cleanup
| * \ \ \ \ Merge pull request #3269 from nathanielmanistaatgoogle/moar-protocol-objectsGravatar Masood Malekghassemi2015-09-08
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | The gRPC protocol objects
| * | | | | Merge pull request #3260 from nathanielmanistaatgoogle/protocol-objectsGravatar Masood Malekghassemi2015-09-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Plumb protocol objects through RPC Framework core
| | | | * | | Beta API clean-upsGravatar Nathaniel Manista2015-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 objectsGravatar Nathaniel Manista2015-09-05
| | |/ / /
| | * | | Plumb protocol objects through RPC Framework coreGravatar Nathaniel Manista2015-09-04
| | | | |
| * | | | Merge pull request #3267 from ↵Gravatar Michael Lumish2015-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 testGravatar Jan Tattermusch2015-09-04
| | | | | |
| * | | | | Merge pull request #3264 from jtattermusch/update_interop_testsGravatar Michael Lumish2015-09-04
| |\| | | | | | | | | | | | | | | | Update interop tests
| * | | | | Merge pull request #3257 from ctiller/!!!!Gravatar Yang Gao2015-09-04
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix a case where :status could be returned to applications
| * \ \ \ \ \ Merge pull request #3246 from stanley-cheung/update_debian_install_instructionsGravatar Tim Emiola2015-09-04
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Update debian install instructions
| | * | | | | | Update debian install instructions, jessie-backportsGravatar Stanley Cheung2015-09-04
| |/ / / / / /
| * | | | | | Merge pull request #3231 from nathanielmanistaatgoogle/protocol-objectsGravatar Masood Malekghassemi2015-09-04
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | Initial work on protocol objects
| | | * | | | Fix a case where :status could be returned to applicationsGravatar Craig Tiller2015-09-04
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #3251 from nicolasnoble/bad-client-is-really-badGravatar Craig Tiller2015-09-04
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixing bad_client test.
| * \ \ \ \ \ Merge pull request #3249 from nicolasnoble/windows-fixesGravatar Craig Tiller2015-09-04
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing lingering bytes clipping issue on socket shutdown.
* | | | | | | | Merge pull request #3256 from grpc/release-0_11Gravatar Craig Tiller2015-09-04
|\| | | | | | | | | | | | | | | | | | | | | | | Merging beta back to master
| * | | | | | | Merge pull request #3255 from ctiller/we-should-buildGravatar Craig Tiller2015-09-04
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix compilation
| | * | | | | | | Fix compilationGravatar Craig Tiller2015-09-04
| | | | | | | | |
| | | | * | | | | Fixing bad_client test.Gravatar Nicolas "Pixel" Noble2015-09-04
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Before destroying an endpoint, shut it down properly.
| | | | | * | | ugly fix of per_rpc_creds testGravatar Jan Tattermusch2015-09-03
| | | | | | | |
| | | | | * | | update the interop tests based on specGravatar Jan Tattermusch2015-09-03
| | | | | | | |
| | | * | | | | Fixing lingering bytes clipping issue on socket shutdown.Gravatar Nicolas Noble2015-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_11Gravatar Craig Tiller2015-09-03
|\| | | | | | | | | | | | | | | | | | | | | | | Daily Release 0.11 upport to master
| * | | | | | | Merge pull request #3204 from ctiller/fix-teh-testsGravatar Nicolas Noble2015-09-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixes a couple of tests on Windows
| * \ \ \ \ \ \ \ Merge pull request #3236 from ctiller/insert-branch-nameGravatar Nicolas Noble2015-09-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Moar Windows fixes
| * \ \ \ \ \ \ \ \ Merge pull request #3190 from ctiller/daisy-dukesGravatar Yang Gao2015-09-03
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix flow control issues
| | | * \ \ \ \ \ \ \ Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-nameGravatar Craig Tiller2015-09-03
| | | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #3225 from ctiller/grahhhhGravatar Nicolas Noble2015-09-03
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Try even harder to disable PDB generation
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #3242 from nicolasnoble/cancel-means-changeGravatar Craig Tiller2015-09-03
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Even if the stream was cancelled, notify of its state change.
| | | | | | | | | | | * | Guard against empty vectorGravatar yang-g2015-09-03
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3244 from nicolasnoble/please-call-initGravatar Craig Tiller2015-09-03
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Secure endpoint test should call grpc_init.
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3243 from jcanizales/make-headers-property-betaGravatar Michael Lumish2015-09-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make headers a "real" @property
| | | * | | | | | | | | | | | Secure endpoint test should call grpc_init.Gravatar Nicolas "Pixel" Noble2015-09-04
| | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | Even if the stream was cancelled, notify of its state change.Gravatar Nicolas "Pixel" Noble2015-09-04
| | | |/ / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #3241 from jcanizales/fix-bazel-break-betaGravatar Yang Gao2015-09-03
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bazel breakage due to magic Cocoapods header search path
| | * | | | | | | | | | | | Fix Bazel breakage due to magic Cocoapods header search pathGravatar Jorge Canizales2015-09-03
| |/ / / / / / / / / / / /
| | * | | | | | | | | | | Add header manipulation examplesGravatar Jorge Canizales2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With both raw and codegen’d library
| | * | | | | | | | | | | Point sample proto podspec to latest gRPC and protobufGravatar Jorge Canizales2015-09-03
| | | | | | | | | | | | |
| | * | | | | | | | | | | Point SwiftSample’s Podfile to submodule protobufGravatar Jorge Canizales2015-09-03
| | | | | | | | | | | | |
| | * | | | | | | | | | | Make request headers a @property property.Gravatar Jorge Canizales2015-09-03
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #3238 from jcanizales/make-errors-public-betaGravatar Michael Lumish2015-09-03
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Make the error domain and codes public and documented. (Beta branch)