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
*
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-21
|
\
|
*
place security_connector in its own subdirectory
Yihua Zhang
2018-02-20
*
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
*
|
Remove support for detached threads. All threads must be joined.
Vijay Pai
2018-02-15
|
/
*
Clarify add_done_callback works on both success and failure
Mehrdad Afshari
2018-02-13
*
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
*
Merge pull request #13684 from markdroth/c++_resolver
Mark D. Roth
2018-02-08
|
|
\
*
|
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
|
*
|
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
\
\
|
|
|
*
Convert resolver API to C++.
Mark D. Roth
2018-02-08
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-08
|
|
|
\
|
|
|
/
|
|
/
|
*
|
|
Move avl to its own directory and rename it to grpc_avl
Vijay Pai
2018-02-08
|
*
|
build projects
Muxi Yan
2018-02-06
|
*
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
Muxi Yan
2018-02-06
|
*
|
Sleep a second to deflake ReconnectTest
Mehrdad Afshari
2018-02-06
|
/
/
|
*
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-02
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #14015 from vjpai/alarm
Vijay Pai
2018-02-02
|
\
\
*
|
|
Update BoringSSL to latest chromium-stable ref
Matt Kwong
2018-01-26
*
|
|
Merge pull request #14107 from nathanielmanistaatgoogle/12531
Nathaniel Manista
2018-01-26
|
\
\
\
*
\
\
\
Merge pull request #13820 from yihuazhang/rename-gts
Mark D. Roth
2018-01-26
|
\
\
\
\
|
|
*
|
|
Elide cygrpc.ChannelArg and cygrpc.ChannelArgs
Nathaniel Manista
2018-01-26
|
|
|
|
*
Move cmdline and subprocess from public gpr to test/core/util
Vijay Pai
2018-01-25
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...
Muxi Yan
2018-01-24
|
\
\
\
\
|
|
*
|
|
rename gts to alts
Yihua Zhang
2018-01-23
|
|
|
|
*
Remove alarm from core, implement in C++ layer only
Vijay Pai
2018-01-21
|
|
|
|
/
|
|
|
/
|
|
*
/
|
Relax call details interface from interceptor
Mehrdad Afshari
2018-01-21
|
|
/
/
|
*
|
Regenerate projects
Mehrdad Afshari
2018-01-19
*
|
|
Update surface API in cython pxi
Muxi Yan
2018-01-19
*
|
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...
Muxi Yan
2018-01-19
|
\
|
|
|
*
|
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
|
*
|
Reformat Python docstrings
Mehrdad Afshari
2018-01-17
|
*
|
Merge pull request #13965 from evanj/python-abort-fix
kpayson64
2018-01-12
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
python: Context.abort should fail RPC even for StatusCode.OK
Evan Jones
2018-01-12
|
*
|
Elide cygrpc.Timespec
Nathaniel Manista
2018-01-10
|
|
/
|
*
Upgrade yapf to 0.20.0
Mehrdad Afshari
2018-01-02
|
*
Merge pull request #13891 from nathanielmanistaatgoogle/12531
Nathaniel Manista
2017-12-31
|
|
\
|
*
\
Merge branch v1.8.x into master
Mehrdad Afshari
2017-12-31
|
|
\
\
|
|
|
*
Reform cygrpc.OperationTag and cygrpc.Event
Nathaniel Manista
2017-12-31
|
|
*
|
Bump version to 1.8.3
Mehrdad Afshari
2017-12-30
|
|
|
/
|
|
*
Reform cygrpc.Operation
Nathaniel Manista
2017-12-21
|
*
|
Fix port picking logic in Python tests
Mehrdad Afshari
2017-12-20
|
*
|
Merge pull request #13843 from kpayson64/fix_python_tests
kpayson64
2017-12-20
|
|
\
\
|
|
*
|
Disable so_reuseport for Python tests
Ken Payson
2017-12-20
|
|
|
*
Bump to 1.8.2
Ken Payson
2017-12-19
|
|
|
*
Bump version to 1.8.1
Mehrdad Afshari
2017-12-14
|
*
|
|
Merge pull request #13789 from grpc/v1.8.x
Mehrdad Afshari
2017-12-14
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
Merge pull request #13786 from kpayson64/fix_python_server_race
kpayson64
2017-12-14
|
|
|
\
|
|
|
*
Fixes race condition in Python server shutdown
Ken Payson
2017-12-14
|
|
*
|
Reallow out-of-spec metadata
Nathaniel Manista
2017-12-14
|
|
|
/
*
|
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...
Muxi Yan
2017-12-13
|
\
|
|
[next]