Nathaniel Manista
824ad2a5b9
"taking a this" -> "taking this" typo correction
9 years ago
Craig Tiller
8517886c6a
Move load_file into iomgr
9 years ago
David Garcia Quintas
7c7195d8c8
removed references to grpc_compress_options from Python
9 years ago
Ken Payson
60a83c744b
Added google call creds/per_rpc interop tests
9 years ago
David Garcia Quintas
51341eaa06
regenerated projects
9 years ago
Masood Malekghassemi
93cc06a484
Add compression support to Cython layers
9 years ago
Nathaniel Manista
ea8ae09142
"sooner" -> "server" typo correction
...
"... will not have the effect of stopping the sooner later", heh. :-P
9 years ago
Nathaniel Manista
3fe71993da
Split and rename test_constants.PARALLELISM
...
Going forward we'd like to be able to test much larger numbers of RPCs
than the number of threads available to a test.
9 years ago
Yuchen Zeng
d982bba41d
Add base64 decoder
9 years ago
makdharma
c2ec95bad4
Revert "Revert "cronet wrapper code""
9 years ago
murgatroid99
878816956c
Update release version to 0.14.2-pre1
9 years ago
murgatroid99
c1c6b3c80d
Update release version to 0.14.1
9 years ago
Ken Payson
1eb8d54a19
Added true async qps client
9 years ago
Nicolas "Pixel" Noble
2c75731b68
The release branch is now 0.14.1-pre1.
9 years ago
Nicolas "Pixel" Noble
5ecdda759a
Processing the 0.14 release.
9 years ago
David Garcia Quintas
a301eaade8
Allow servers to select compression level via initial MD.
...
Setting the newly added compression_level field of
grpc_op::send_initial_metadata by a server now has the effect of
applying that compression level for the subsequent call messages leaving
the server. The ultimate meaning of the level depends on the client's
supported compression algorithms.
9 years ago
Nicolas "Pixel" Noble
0545d7fa69
Revert "Merge pull request #6214 from makdharma/master"
...
This reverts commit 48d833a9d8
, reversing
changes made to 66e9d8e8a7
.
9 years ago
Craig Tiller
42342cbebb
Revert "cronet wrapper code"
9 years ago
Ken Payson
f6cedf82c3
Made complex directories for python protoc test
9 years ago
Ken Payson
af1fe578e0
Namespace change
9 years ago
Masood Malekghassemi
0bdc7ccab9
Fix #4592
...
Adds a command that allows the instructions to be used to install gRPC Python
from scratch.
9 years ago
Masood Malekghassemi
ab5309c9b1
Remove precompiled Python extension hack
9 years ago
Nicolas "Pixel" Noble
16caa50aae
Master is now 0.15.0-dev.
9 years ago
Nicolas "Pixel" Noble
253a7109ed
The release branch is now 0.14.0-pre1.
9 years ago
Craig Tiller
ddad978996
API fuzzer compiles with new error handling
9 years ago
Nathaniel Manista
7809f2b78a
Raise parallelism in grpc._cython._channel_test
...
The underlying bug in Core that this test was written to isolate was
fixed weeks ago.
9 years ago
Ken Payson
85a5ffa1a9
Manifest changes
9 years ago
Ken Payson
4982638f78
Remove grpcio as build dependency
9 years ago
Ken Payson
4df964780f
Reworked python health checking and added tests
9 years ago
Julien Boeuf
8ca294e417
Refactoring the core security code.
...
As opposed to a flat directory, we now have the following structure:
- security
-context
- credentials
- composite
- fake
- google_default
- iam
- jwt
- oauth2
- plugin
- ssl
- transport
- util
We have not refactored the test code yet but this PR is already large
enough...
9 years ago
Masood Malekghassemi
d039a98a94
Add Python grpcio protoc package
9 years ago
David Garcia Quintas
f72eb97b36
Introduced grpc_pops (pollset or pollset_set)
9 years ago
Makarand Dharmapurikar
274bcc8f0b
Added dummy cronet api implementation so we can build on Jenkins.
9 years ago
Sree Kuchibhotla
d8c0d385f4
Fix a bug in stress client code
9 years ago
Makarand Dharmapurikar
70f697ba1e
reran generate_projects.sh after @nnoble's fix in PR6399.
9 years ago
Craig Tiller
ad3c8c1a5d
Rewrite async_exec_lock using mpscq
9 years ago
Craig Tiller
0bc11711b7
Direct translation of http://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based-queue
9 years ago
Craig Tiller
a26637fdca
Add a test and make things compile
9 years ago
Makarand Dharmapurikar
63ee8ce43c
Reran tools/buildgen/generate_projects.sh again.
9 years ago
Ken Payson
ad9d06effe
Create Python stress test
9 years ago
David Garcia Quintas
b41363e88e
all good! missing end2end test for new lr filter
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
Craig Tiller
27f59afecb
Unifying error handling within core
9 years ago
Nathaniel Manista
cab9470ee8
Remove Python alpha/early_adopter implementation
...
This code has been unsupported for more than six months.
9 years ago
Masood Malekghassemi
832ae81b21
Allow additive changes to protos w/o forcing user implementation
9 years ago
David Garcia Quintas
d312a0b866
Smarter pollset/pollset_set propagation
...
For some definition of "smart"... client_channel simply passes along
pollset/pollset_set, removing the need to instantiate a pollset_set in
the subchannel_call_holder: it's now up to the LB policies to handle the
pollset/pollset_set.
9 years ago
Masood Malekghassemi
d06e9291cb
Add Windows-specifics to Python docs
9 years ago
Yuchen Zeng
12dfdc3c27
Change win32 file suffix
9 years ago
Ken Payson
707c9e29e0
Changed python proto build to use shared protos
9 years ago
David Garcia Quintas
7f0793ad62
Updated load balancer proto to v1
9 years ago