index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
python
Commit message (
Expand
)
Author
Age
*
Regenerate projects
Mehrdad Afshari
2018-05-02
*
Merge pull request #15254 from nathanielmanistaatgoogle/12531
Nathaniel Manista
2018-05-02
|
\
|
*
Add grpc.Channel.close
Nathaniel Manista
2018-05-02
*
|
Merge pull request #15132 from nathanielmanistaatgoogle/12531
Nathaniel Manista
2018-05-02
|
\
|
|
*
Keep Core memory inside cygrpc.Channel objects
Nathaniel Manista
2018-05-02
*
|
Merge remote-tracking branch 'upstream/master' into c++_subchannel_list
Mark D. Roth
2018-04-20
|
\
|
|
*
Merge pull request #15113 from mehrdada/pylint-tests-1
Mehrdad Afshari
2018-04-19
|
|
\
|
*
\
Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2
Mehrdad Afshari
2018-04-19
|
|
\
\
|
|
|
*
Eliminate broad-except suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate bare-except suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate old-style-class suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate wildcard-import suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate function-redefined suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate unnecessary-lambda suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate undefined-variable suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate non-iterator-returned suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate undefined-loop-variable suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate raising-bad-type suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate unreachable suppression
Mehrdad Afshari
2018-04-19
|
|
|
*
Eliminate bad-continuation suppression
Mehrdad Afshari
2018-04-19
|
|
|
/
|
|
/
|
|
|
*
Bump protobuf runtime dependency versions
Mehrdad Afshari
2018-04-19
|
*
|
Break out qps services into seperate protos
kpayson64
2018-04-18
|
|
/
|
*
Fix a use of nonexistent .received_cancelled
Nathaniel Manista
2018-04-17
*
|
Merge remote-tracking branch 'upstream/master' into c++_subchannel_list
Mark D. Roth
2018-04-10
|
\
|
|
*
Regenerate projects
Mehrdad Afshari
2018-04-04
|
*
Removing setsockopt completely actually.
Nicolas "Pixel" Noble
2018-04-04
|
*
Taking care of gevent.
Nicolas "Pixel" Noble
2018-04-04
*
|
Merge remote-tracking branch 'upstream/master' into c++_subchannel_list
Mark D. Roth
2018-04-03
|
\
|
|
*
Fix gevent test flakes
kpayson64
2018-04-02
*
|
Convert subchannel_list code to C++.
Mark D. Roth
2018-03-30
|
/
*
Merge pull request #14615 from dgquintas/authority_header
David G. Quintas
2018-03-28
|
\
*
\
Merge pull request #14561 from kpayson64/gevent_2
kpayson64
2018-03-28
|
\
\
|
*
|
Initial gevent support
kpayson64
2018-03-27
|
*
|
Explicitly stop servers in unit tests.
kpayson64
2018-03-27
|
|
*
Merge branch 'master' of github.com:grpc/grpc into authority_header
David Garcia Quintas
2018-03-27
|
|
|
\
|
|
_
|
/
|
/
|
|
|
|
*
more comments
David Garcia Quintas
2018-03-27
|
|
*
rest of pr comments
David Garcia Quintas
2018-03-26
*
|
|
Merge pull request #13290 from apolcyn/cares_address_sorting_master_c
apolcyn
2018-03-26
|
\
\
\
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into authority_header
David Garcia Quintas
2018-03-23
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
Factor out grpc_add_default_authority_if_not_present
David Garcia Quintas
2018-03-23
*
|
|
|
Release the GIL when calling grpc_call_start_batch.
Feng Li
2018-03-23
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into authority_header
David Garcia Quintas
2018-03-21
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #14765 from grpc/revert-14687-early-ok
Noah Eisen
2018-03-21
|
\
\
\
\
|
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into authority_header
David Garcia Quintas
2018-03-21
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #14751 from ncteisen/channel-tracing
Noah Eisen
2018-03-21
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into authority_header
David Garcia Quintas
2018-03-21
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
Add address sorting submodule for use in c-ares wrapper
Alexander Polcyn
2018-03-20
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
Revert "Verify early OK behavior"
Noah Eisen
2018-03-20
*
|
|
|
regenerate projects
Ruslan Nigmatullin
2018-03-20
*
|
|
|
[grpc] Add SSL session client cache support
Ruslan Nigmatullin
2018-03-20
|
|
/
/
|
/
|
|
[next]