aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #3345 from murgatroid99/node_callback_thisGravatar Tim Emiola2015-09-17
|\ | | | | Fixed a couple of incorrect "this" references in Node library
* \ Merge pull request #3354 from grpc/jtattermusch-patch-2Gravatar Michael Lumish2015-09-16
|\ \ | | | | | | Don't do .Wait() in async context.
| * | Don't do .Wait() in async context.Gravatar Jan Tattermusch2015-09-16
|/ / | | | | Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
| * Fixed a couple of incorrect "this" references in Node libraryGravatar murgatroid992015-09-15
|/
* Merge pull request #3329 from ctiller/oooooopsGravatar Nicolas Noble2015-09-14
|\ | | | | grpc++.h was not installed
| * Update template to latest changesGravatar Craig Tiller2015-09-11
| |
| * grpc++.h was not installedGravatar Craig Tiller2015-09-11
|/
* Merge pull request #3305 from jtattermusch/remove_debug_logsGravatar Nicolas Noble2015-09-11
|\ | | | | Remove leftover debug logs.
* \ Merge pull request #3295 from jboeuf/auth_asan_fix_0_11Gravatar Craig Tiller2015-09-10
|\ \ | | | | | | Fixing #3286
* \ \ Merge pull request #3285 from nathanielmanistaatgoogle/beta-documentationGravatar Masood Malekghassemi2015-09-10
|\ \ \ | | | | | | | | Python Beta documentation
| * | | Beta Python documentation correction and updateGravatar Nathaniel Manista2015-09-10
| | | |
* | | | Merge pull request #3315 from soltanmm/releaseGravatar Nathaniel Manista2015-09-10
|\ \ \ \ | | | | | | | | | | Fix Python docgen.
| * | | | Fix Python docgenGravatar Masood Malekghassemi2015-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | The old package directory handling was stale in grpcio's setup.py command support module and docgen had a typo.
* | | | | Merge pull request #3314 from soltanmm/releaseGravatar Nathaniel Manista2015-09-10
|\| | | | | | | | | | | | | | Make betaness explicit by setting Python version to 0.11.0b0.
| * | | | Python version set to 0.11.0b0Gravatar Masood Malekghassemi2015-09-10
|/ / / /
| | | * remove excess logsGravatar Jan Tattermusch2015-09-09
| |_|/ |/| |
* | | Merge pull request #3298 from jcanizales/move-podspec-versionGravatar Michael Lumish2015-09-09
|\ \ \ | | | | | | | | Bump version of gRPC.podspec to 0.11
| * | | Restrict deployment targets to the protobuf requirement.Gravatar Jorge Canizales2015-09-08
| | | |
* | | | Merge pull request #3279 from nathanielmanistaatgoogle/context-managementGravatar Masood Malekghassemi2015-09-09
|\ \ \ \ | | | | | | | | | | Make servers and stubs context managers
| | * | | Bump version of gRPC.podspec to 0.11Gravatar Jorge Canizales2015-09-08
| |/ / / |/| | | | | | | | | | | Technically unnecessary, but for consistency with the other beta releases.
| | | * 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 #3280 from nathanielmanistaatgoogle/beta-dependenciesGravatar Masood Malekghassemi2015-09-08
|\ \ \ | | | | | | | | Beta maintenance of Python dependencies
* \ \ \ 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
| | * | | Beta maintenance of Python dependenciesGravatar Nathaniel Manista2015-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Move dependency on protobuf from grpcio to grpcio_test. While the most-commonly-foreseen use case of grpcio makes use of protobuf, technically protobuf is not strictly needed and there's no actual in-code relationship between grpcio and protobuf. (2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3. (3) Update all references to 0.10.0* to 0.11.0. (4) Alphabetize the grpcio_test dependencies.
| | | * | Make servers and stubs context managersGravatar Nathaniel Manista2015-09-08
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Servers and stubs were context managers in the Alpha API; they may not need to be in the Beta API but it's easy enough to do, eases migration, and probably helps some use cases. For now the stub is given empty __enter__ and __exit__ methods; we can always come back and implement the actual work of context management in a later change.
* | | | 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 #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 #3204 from ctiller/fix-teh-testsGravatar Nicolas Noble2015-09-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes a couple of tests on Windows