ncteisen
fe9da0b80a
Regain sanity
8 years ago
Makarand Dharmapurikar
eeb37cff4e
Documentation fixes for python public API.
...
Contains squashed commits for several typo fixes and comments made during review.
8 years ago
Mark D. Roth
09e458c6cd
Implement client-side load reporting for grpclb.
8 years ago
Ken Payson
7e7ac1c60c
Fix Python interop tests
8 years ago
David Garcia Quintas
606945af76
1.3.0 -> 1.3.1-pre1
8 years ago
David Garcia Quintas
3ef2355eae
s/1.3.0-pre/1.3.0
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Nathaniel Manista
b1faf02140
What was once Mac OS X is now called macOS
8 years ago
Nathaniel Manista
ffc23ff17f
Drop Python 2.7-only implication
8 years ago
yang-g
03876f66e1
Fix http2_interop test for c++ and python
8 years ago
Matt Kwong
c602dde442
Keep _grpcio_metadata.py in GitHub repo
8 years ago
Ken Payson
0eac8aa220
Yapf_code
8 years ago
Ken Payson
63b0d11ca8
Final changes
8 years ago
Ken Payson
ae5ca1b447
Fixes
8 years ago
Ken Payson
5b034e6a4f
Windows + mac dbg fix
8 years ago
Mehrdad Afshari
b575394351
Use _pb2_grpc module to access gRPC entities
8 years ago
Ken Payson
571c75aa33
Switch to Makefile based build on mac
8 years ago
David Garcia Quintas
9e1acc0796
master to 1.4.0-dev
8 years ago
David Garcia Quintas
d9986c3cf7
1.3.x branch cut
8 years ago
Craig Tiller
cd3ae4f33b
Remove API
8 years ago
murgatroid99
70a2a4b01a
Bump version to 1.2.4
8 years ago
Ken Payson
3b90055f2c
Fix mac build
8 years ago
jiangtaoli2016
e69881de7f
Revise based on Mark's comments.
8 years ago
Craig Tiller
8ebb5443de
Update build.yaml
8 years ago
murgatroid99
7cfa1bfb73
Bump version to 1.2.3
8 years ago
Craig Tiller
71d6ce65d4
Merge deadline_init/deadline_start
8 years ago
Craig Tiller
a24b971214
Rename compress_filter --> message_compress_filter
8 years ago
Craig Tiller
376887d213
Split event notification out of ev_epoll_linux.c
8 years ago
Mehrdad Afshari
d4da50b2cb
Add manifest to fix grpcio_reflection packaging
8 years ago
Mehrdad Afshari
0cbfad62cf
Support custom pool in enable_server_reflection
8 years ago
Craig Tiller
c8f62bcb03
Add new setting for true-binary mode
8 years ago
Craig Tiller
3be7dd0e79
Optionalize deadline checking
8 years ago
Craig Tiller
af76743e33
Optionalize compress, gather all the http2 filter bits together in ext/
8 years ago
Craig Tiller
9b3648a28e
Optionalize message_size_filter
8 years ago
Jan Tattermusch
0be726b34d
bump version to 1.2.2
8 years ago
Craig Tiller
6d4894e9d6
optionalize max_age
8 years ago
Craig Tiller
9eb0fdec00
Reorganize ext tree
...
- filters live under filters
- lb_policy, resolver implementations (being part of client_channel) live under client_channel
8 years ago
Craig Tiller
dd36b15315
Call ref/unref, bugfixes
8 years ago
Craig Tiller
29b527fa30
Reinstate one check, fix fall out
8 years ago
Ken Payson
484871bb03
Bump version to 1.2.1
8 years ago
Ken Payson
c9a3aaaa54
Fix Python poll() server spinlock bug
8 years ago
Craig Tiller
134fed3a85
Move src/core/lib/tsi --> src/core/tsi
8 years ago
Yuchen Zeng
a809ea5c14
Add max_age_filter
8 years ago
Alexander Polcyn
69c2717c80
bump v1.2.x branch version to 1.2.1-pre2
8 years ago
Michael Warres
c46b3ebeb9
Add socket factory support to udp_server.c
8 years ago
Mehrdad Afshari
02735941e4
Add pylint comment to justify unused import
8 years ago
Mehrdad Afshari
626efa67f0
Temporarily disable testFileContainingExtension
...
There is a behavioral discrepency in
`DescriptorPool.FindFileContainingSymbol` between the two
implementations of the protobuf python library (one of which is purely
python, and the other utilizes a python extension library written in
C++).
protobuf on PyPI is distributed via various prebuilt wheels, and our CI
setup fetches the relevant one for each platform. Our Linux instances
end up fetching a pre-compiled C++ version of the library, whereas our
Mac and Windows builders automatically get the pure python version.
This test fails (and our reflection implementation itself) succeeds with
the C++ implementation but fails with the pure python version.
The test will be temporarily disabled pending a fix for
https://github.com/google/protobuf/issues/2882
8 years ago
Mehrdad Afshari
7472e13095
Sort service_names returned by python reflection
...
While not strictly required by the protocol,
it will make testing easier.
8 years ago
Mehrdad Afshari
7be69fcc1c
Add helper function for enabling python reflection
8 years ago
Mehrdad Afshari
9ca61fd05f
Add all_extension_numbers_of_type in py reflection
8 years ago