Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
de651a602c1b896e5975fa9beedda9abb206b4a1
/
src
/
python
138ee78
yapf grpcio_tests
by ncteisen
· 7 years ago
e2097f0
yapf-ize grpc_testing
by ncteisen
· 7 years ago
0f6c518
yapf-ize grpcio_reflection
by ncteisen
· 7 years ago
d258430
yapf-ize grpcio_health_checking
by ncteisen
· 7 years ago
1283663
Yapf-ize grpcio/grpc_.py
by ncteisen
· 7 years ago
caaf416
virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python
by Yash Tibrewal
· 7 years ago
aaf63d9
Upmerge changes from v1.8.x to master
by Mehrdad Afshari
· 7 years ago
bfdaefe
Refactor: rename 'e' to 'exception'
by Mehrdad Afshari
· 7 years ago
b030cca
Return UNKNOWN on GenericRpcHandler failure
by Mehrdad Afshari
· 7 years ago
5625441
Merge pull request #13603 from nathanielmanistaatgoogle/credentials
by Nathaniel Manista
· 7 years ago
0c1f59e
Merge pull request #13593 from nathanielmanistaatgoogle/12531
by Nathaniel Manista
· 7 years ago
dfe8403
Change client-side credentials' use of gRPC Core
by Nathaniel Manista
· 7 years ago
992b8c1
Fix some doc string formatting and content
by Nathaniel Manista
· 7 years ago
460e0aa
Refactor _plugin_wrapping
by Nathaniel Manista
· 7 years ago
6267d77
Merge pull request #13587 from nathanielmanistaatgoogle/access-token-auth-metadata-plugin
by Nathaniel Manista
· 7 years ago
6288753
Correct AccessTokenAuthMetadataPlugin name
by Nathaniel Manista
· 7 years ago
195cf1e
Move histogram to test/core/util
by Vijay Pai
· 7 years ago
7d199c9
Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x
by Nicolas "Pixel" Noble
· 7 years ago
361f810
Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7
by Nicolas "Pixel" Noble
· 7 years ago
95bcb49
Avoid unsupported and unintended API self-use
by Nathaniel Manista
· 7 years ago
6e6e31e
grpc.CallCredentials doc string correction
by Nathaniel Manista
· 7 years ago
d39d007
Merge pull request #13515 from mehrdada/bump-master-version
by Mehrdad Afshari
· 7 years ago
bc61c53
Merge pull request #13491 from vjpai/destack
by Vijay Pai
· 7 years ago
14e96f9
Bump 1.8.0-dev to 1.9.0-dev
by Mehrdad Afshari
· 7 years ago
552a7ca
Bump 1.8.0-dev to 1.8.0-pre1
by Mehrdad Afshari
· 7 years ago
0df9c8a
Update Python dependency to protobuf v3.5.0.post1
by Mehrdad Afshari
· 7 years ago
8912542
Remove lockfree stack, again
by Vijay Pai
· 7 years ago
bb9333c
Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field
by Nathaniel Manista
· 7 years ago
9e8a692
Merge pull request #13485 from nathanielmanistaatgoogle/const
by Nathaniel Manista
· 7 years ago
0eacb45
Elide local field by directly returning values
by Nathaniel Manista
· 7 years ago
77d2c72
Add missing const
by Nathaniel Manista
· 7 years ago
76c27a5
Merge pull request #13479 from nathanielmanistaatgoogle/certificate-configuration
by Nathaniel Manista
· 7 years ago
1628da0
Avoid abbreviation in Python API
by Nathaniel Manista
· 7 years ago
90dbd2b
Alter health/reflection packages' build criterion
by Mehrdad Afshari
· 7 years ago
018153c
Merge pull request #13406 from nathanielmanistaatgoogle/interop_required_args
by Nathaniel Manista
· 7 years ago
ec47912
Merge pull request #13188 from cauthu/python-server-cert-reload
by Nathaniel Manista
· 7 years ago
18a6837
Merge branch 'v1.7.x' of https://github.com/grpc/grpc
by Nicolas "Pixel" Noble
· 7 years ago
bcf083f
Add Python support for server SSL cert reloading
by Giang Nguyen
· 7 years ago
ad3bdbe
Merge pull request #13335 from ncteisen/inline-closure
by Noah Eisen
· 7 years ago
9d1ba2e
Fix grpcio_{health_checking,reflection} packaging
by Mehrdad Afshari
· 7 years ago
254cb36
Require port and server_port interop flags
by Nathaniel Manista
· 7 years ago
9268703
Merge branch 'master' of https://github.com/grpc/grpc into inline-closure
by Noah Eisen
· 7 years ago
d7a03c8
Correct HEALTH_PROTO to REFLECTION_PROTO
by Mehrdad Afshari
· 7 years ago
dd34f3c
Inline closure
by ncteisen
· 7 years ago
9f5163e
Bump v1.7.x branch to 1.7.2
by Alexander Polcyn
· 7 years ago
3e07699
Merge pull request #13106 from Vizerai/census_update
by Jim King
· 7 years ago
9e6837d
Merge pull request #12732 from y-zeng/connectivity_watcher
by Yuchen Zeng
· 7 years ago
0bad30a
Use backup pollser instead of connectivity watcher
by Yuchen Zeng
· 7 years ago
f8ed4fa
convert connectivity_watcher to cpp file
by Yuchen Zeng
· 7 years ago
7269667
Add client channel connectivity watcher
by Yuchen Zeng
· 7 years ago
40ba62f
Bump v1.7.x branch to 1.7.1
by Alexander Polcyn
· 7 years ago
bb7d088
Cleaning up census code.
by Vizerai
· 7 years ago
863a050
Flagging 1.7.0
by Nicolas "Pixel" Noble
· 7 years ago
9714e03
Add thread pool reset on fork with FORKING_SUPPORT_ENABLED
by Ken Payson
· 7 years ago
0e8cad5
Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list
by Mark D. Roth
· 7 years ago
5e9848e
Refactor subchannel_list code out of RR and use it in PF.
by Mark D. Roth
· 7 years ago
d48bd07
Fixes
by Craig Tiller
· 7 years ago
5291023
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
76eab73
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
90e9140
1.7.x is now 1.7.0-pre1
by murgatroid99
· 7 years ago
ec3c138
Merge branch 'master' into externC
by Yash Tibrewal
· 7 years ago
bc460fa
Rebasing on master for easier merging and testing
by Yash Tibrewal
· 7 years ago
9887379
Update version to 1.8.0-dev, update g word to 'generous'
by murgatroid99
· 7 years ago
26c7803
Trying ken's fix for windows python
by Yash Tibrewal
· 7 years ago
a0b96d4
Running generate projects
by Yash Tibrewal
· 7 years ago
15ce142
Reverting pb.c files for now. Also fixing few more build errors
by Yash Tibrewal
· 7 years ago
8306284
Changes for C to C++. Adding extern C to header files for compatibility.
by Yash Tibrewal
· 7 years ago
1c9b584
Changes for C to C++. Adding extern C to header files for compatibility.
by Yash Tibrewal
· 7 years ago
1e868f0
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
87997ed
Merge pull request #12765 from nathanielmanistaatgoogle/cython
by Nathaniel Manista
· 7 years ago
ede8ed2
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
103991e
Devolve staticmethod to ordinary function
by Nathaniel Manista
· 7 years ago
3efe754
"resopnse" typo correction
by Nathaniel Manista
· 7 years ago
4ceb743
Drop unused staticmethods
by Nathaniel Manista
· 7 years ago
3e3bbdf
Raise exception instances rather than classes
by Nathaniel Manista
· 7 years ago
6456e49
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
e249079
Be a tad more specific requesting error reports
by Mehrdad Afshari
· 7 years ago
b4c01f9
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
31c66c5
Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate
by Muxi Yan
· 7 years ago
05d77d8
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
06f5e05
Merge pull request #12666 from nathanielmanistaatgoogle/grpc_1_0_flag
by Nathaniel Manista
· 7 years ago
e232f1b
Clean up even more uses of gRPC in _pb2.py files
by Nathaniel Manista
· 7 years ago
0d958d2
Merge github.com:grpc/grpc into grpc_millis
by Craig Tiller
· 7 years ago
dd96654
Merge github.com:grpc/grpc into grpc_millis
by Craig Tiller
· 7 years ago
2746bd5
Fix cython definition to match c definition
by Ken Payson
· 7 years ago
3f583b7
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate
by Muxi Yan
· 7 years ago
35d31c3
Merge pull request #12622 from dgquintas/1.6.x-master-upmerge
by David G. Quintas
· 7 years ago
769ec3a
Merge pull request #12609 from nathanielmanistaatgoogle/grpc_1_0_flag
by Nathaniel Manista
· 7 years ago
50448be
Merge github.com:grpc/grpc into grpc_millis
by Craig Tiller
· 7 years ago
b352be0
Upmerge from v1.6.x branch to master
by David Garcia Quintas
· 7 years ago
086e95a
Use grpc_1_0 flag in beta_python_plugin_test
by Nathaniel Manista
· 7 years ago
e963820
Merge pull request #12615 from nathanielmanistaatgoogle/fix_with_metaclass_usage
by Nathaniel Manista
· 7 years ago
86eb4ec
Fix a six.with_metaclass usage mistake
by Nathaniel Manista
· 7 years ago
c8cbdda
Merge pull request #12602 from nathanielmanistaatgoogle/grpc_1_0_flag
by Nathaniel Manista
· 7 years ago
719ade3
Overhaul protoc_plugins._split_definitions_test
by Nathaniel Manista
· 7 years ago
c4add66
Merge pull request #12603 from nathanielmanistaatgoogle/python_sanity_test
by Nathaniel Manista
· 7 years ago
44038eb
Tweak Python sanity test
by Nathaniel Manista
· 7 years ago
6628282
Merge pull request #12592 from nathanielmanistaatgoogle/grpc_1_0_flag
by Nathaniel Manista
· 7 years ago
8d3cc5f
Clean up a few more uses of gRPC in _pb2.py files
by Nathaniel Manista
· 7 years ago
3cdc6fb
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate
by Muxi Yan
· 7 years ago
Next »