Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | * | Add STREAM_LENGTH and POOL_SIZE to test_constants | Nathaniel Manista | 2015-07-27 | |
| | | |/ | | |/| | | | | | | | | | | | | | Only one of these is used, and in only one place, as of this commit, but they will be used widely after further development. | |||
| | | * | Merge github.com:grpc/grpc into elliptic-orange-chamelion | Craig Tiller | 2015-07-26 | |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | |||
| | * | \ | Merge github.com:grpc/grpc into warbling-wombat | Craig Tiller | 2015-07-26 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||
| | | * | | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 | |
| | | |\ \ | | | | | | | | | | | | | Fake transport security to private | |||
| | | * \ \ | Merge pull request #2629 from ctiller/always-with-the-mono | Yang Gao | 2015-07-23 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Make the server report monotonic times for deadlines | |||
| | * | | | | | Integration fix | Craig Tiller | 2015-07-23 | |
| | | | | | | | ||||
| | | | | | * | Merge github.com:grpc/grpc into elliptic-orange-chamelion | Craig Tiller | 2015-07-23 | |
| | | | | | |\ | | | |_|_|_|/ | | |/| | | | | ||||
| | | | * | | | Make the server report monotonic times for deadlines | Craig Tiller | 2015-07-23 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later. | |||
| | | * | | | Renaming jwt_credentials to service_account_jwt_access_credentials. | Julien Boeuf | 2015-07-22 | |
| | |/ / / | ||||
| | * / / | Fix Python C89 pedantry | Masood Malekghassemi | 2015-07-22 | |
| |/ / / |/| | | | ||||
| | * | | Fix node test. Remove all the server fake credentials references | yang-g | 2015-07-22 | |
| | | | | ||||
| | * | | merge head and resolve conflict | yang-g | 2015-07-22 | |
| | |\ \ | |_|/ / |/| | | | ||||
| | * | | move fake_transport_security_credentials to private API | yang-g | 2015-07-21 | |
| | | | | ||||
| * | | | Adding option to force client auth on the server SSL creds. | Julien Boeuf | 2015-07-21 | |
|/ / / | ||||
| | * | Rename grpc_channel_create to grpc_insecure_channel_create | Craig Tiller | 2015-07-21 | |
| |/ |/| | ||||
* | | Only check metadata that we want: its allowed to have extra elements | Craig Tiller | 2015-07-18 | |
| | | ||||
* | | Only validate metadata from the client that we know should exist | Craig Tiller | 2015-07-18 | |
|/ | | | | | - it's allowed that other metadata may be picked up when sending a request | |||
* | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 | |
|\ | ||||
| * | links interface and gRPC-on-wire implementation | Nathaniel Manista | 2015-07-13 | |
| | | | | | | | | | | This code branches out of the alpha/early_adopter code and begins building toward the beta API. | |||
* | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 | |
| | | ||||
* | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-13 | |
|\| | ||||
* | | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 | |
| | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | |||
| * | Disabling cython for now. | Nicolas "Pixel" Noble | 2015-07-11 | |
| | | ||||
| * | Upport python version | Masood Malekghassemi | 2015-07-10 | |
|/ | ||||
* | Revert "Update Python version numbers" | Craig Tiller | 2015-07-10 | |
| | ||||
* | Update Python version numbers | Masood Malekghassemi | 2015-07-10 | |
| | | | | | Conflicts: src/python/src/setup.py | |||
* | Add Python3 testing support | Masood Malekghassemi | 2015-07-09 | |
| | | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst). | |||
* | Cython refactor of Python C wrapping layer | Masood Malekghassemi | 2015-06-30 | |
| | | | | | | | Also set up environment-related details needed for a smooth Cython experience: have the test script avoid rebuilding all dependencies if the virtualenv directory already exists, have the PyPI distribution script distribute the Cython generated C code rather than the .pyx files. | |||
* | Accept metadata sequences, return tuples | Masood Malekghassemi | 2015-06-29 | |
| | ||||
* | Fix #2248 | Masood Malekghassemi | 2015-06-29 | |
| | ||||
* | Merge branch 'fix_intermediary_low_test_for_1577' of ↵ | Craig Tiller | 2015-06-17 | |
|\ | | | | | | | github.com:nathanielmanistaatgoogle/grpc into merge-merge-merge | |||
| * | Adapt _intermediary_low_test to no backup poller | Nathaniel Manista | 2015-06-17 | |
| | | | | | | | | | | | | | | Pull request #1577 removes the backup poller internal to completion queues so this test needs to use extra threads to drive the work done inside the completion queues by continuously calling each completion queue's get method. | |||
* | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-17 | |
|\ \ | |/ |/| | ||||
| * | Fix Python compilation | Craig Tiller | 2015-06-17 | |
| | | ||||
| * | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-16 | |
| |\ | ||||
| | * | Make warnings errors when building Python tests | Masood Malekghassemi | 2015-06-16 | |
| | | | ||||
| | * | Added changes to python and csharp wrappers | David Garcia Quintas | 2015-06-15 | |
| | | | ||||
| * | | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me | Masood Malekghassemi | 2015-06-15 | |
| |\| | ||||
* | | | Fix low test | Craig Tiller | 2015-06-15 | |
| | | | ||||
* | | | Properly register completion queues with server | Craig Tiller | 2015-06-15 | |
| | | | ||||
* | | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-11 | |
|\| | | |/ |/| | ||||
* | | Merge pull request #2034 from soltanmm/pip89 | Nathaniel Manista | 2015-06-11 | |
|\ \ | | | | | | | Ensure C89 compatibility in Linux tests. | |||
| * | | Ensure C89 compatibility in Linux tests | Masood Malekghassemi | 2015-06-10 | |
| | | | ||||
| | * | Update Python for core server shutdown change | Masood Malekghassemi | 2015-06-10 | |
| | | | ||||
* | | | Merge pull request #2004 from tbetbetbe/python-package-update-install | Jayant Kolhe | 2015-06-10 | |
|\ \ \ | |/ / |/| | | Update README.rst | |||
| * | | Corrects wording | Tim Emiola | 2015-06-10 | |
| | | | ||||
* | | | Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docs | Nathaniel Manista | 2015-06-10 | |
|\ \ \ | |_|/ |/| | | | | | Update src/python/README.md to link to quick start and detailed example documentation. | |||
| * | | Update README.md | Tim Emiola | 2015-06-10 | |
| | | | ||||
* | | | Merge pull request #1884 from soltanmm/py-proto-up | Nathaniel Manista | 2015-06-09 | |
|\ \ \ | |/ / |/| | | | | | Upgrade protobuf version used by gRPC Python to 3.0.0a3 and update version number of gRPC Python to 0.9.0a1. | |||
| | * | Update README.rst | Tim Emiola | 2015-06-09 | |
| | | |