Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b78df7ab779d53beb25f46099c467855f009924f
/
src
b78df7a
Fix struct names
by Vijay Pai
· 7 years ago
e1d592a
Merge pull request #13891 from nathanielmanistaatgoogle/12531
by Nathaniel Manista
· 7 years ago
c71c6a7
Merge branch v1.8.x into master
by Mehrdad Afshari
· 7 years ago
7b9c023
Reform cygrpc.OperationTag and cygrpc.Event
by Nathaniel Manista
· 7 years ago
6c9a0a1
Bump version to 1.8.3
by Mehrdad Afshari
· 7 years ago
98efefc
Relax log-level when polling engines are undefined
by Mehrdad Afshari
· 7 years ago
d9ab30a
Merge pull request #13871 from yang-g/gmock_search_path
by Yang Gao
· 7 years ago
9aaa284
Merge pull request #13844 from danzh2010/startcb
by Yang Gao
· 7 years ago
eb64fad
Provide a way to use custom search path for gmock.h
by yang-g
· 7 years ago
e33d027
Merge pull request #13864 from y-zeng/keepalive_permit_without_calls
by Yuchen Zeng
· 7 years ago
3d44fc3
print output when the first test succeeded
by Muxi Yan
· 7 years ago
36abd15
Redirect stderr of xcodebuild
by Muxi Yan
· 7 years ago
1e522ef
Separate client and server keepalive_permit_without_calls
by Yuchen Zeng
· 7 years ago
32bd002
Merge pull request #13849 from muxi/retry-failed-objc-code-65
by Muxi Yan
· 7 years ago
81edf5f
Reform cygrpc.Operation
by Nathaniel Manista
· 7 years ago
271b042
Fix port picking logic in Python tests
by Mehrdad Afshari
· 7 years ago
9f2dd2d
Retry test when xcodebuild exit with simulator error
by Muxi Yan
· 7 years ago
247a05e
Merge pull request #13843 from kpayson64/fix_python_tests
by kpayson64
· 7 years ago
64f6d3c
Merge branch 'master' into startcb
by Dan Zhang
· 7 years ago
ffc0205
Merge pull request #13834 from dgquintas/debug_location_namespace
by David G. Quintas
· 7 years ago
3bc8e42
Disable so_reuseport for Python tests
by Ken Payson
· 7 years ago
0d18814
Add a start_cb to grpc_udp_listener to be called when listener is created.
by Dan Zhang
· 7 years ago
13a3e8c
Add namespace to macro expansion
by David Garcia Quintas
· 7 years ago
1a2109a
Merge pull request #13811 from ita9naiwa/master
by Noah Eisen
· 7 years ago
e7515e4
Merge pull request #13831 from dgquintas/fix_wrong_slice_unref
by David G. Quintas
· 7 years ago
2ec7567
Merge pull request #13833 from ncteisen/comments
by Noah Eisen
· 7 years ago
16e4bc0
Bump to 1.8.2
by Ken Payson
· 7 years ago
958649e
Merge pull request #13665 from kpayson64/poll_spin_bug
by kpayson64
· 7 years ago
7734674
Add ownership semantic comments to error.h
by ncteisen
· 7 years ago
c41bbd3
Fix wrong unreffing of slice
by David Garcia Quintas
· 7 years ago
2df509f
Fix a Python spinlock bug
by Ken Payson
· 7 years ago
e9b0fd0
Merge pull request #13494 from dgquintas/backoff_cpp
by David G. Quintas
· 7 years ago
4ef4c38
Create copy of "ac" data instead of stretching the locked section
by David Garcia Quintas
· 7 years ago
5f31f01
Fix use-after-free caused by unsync'd access in tcp_client_posix.
by David Garcia Quintas
· 7 years ago
ffe6e03
Fix internal TSAN bug
by Noah Eisen
· 7 years ago
795e8eb
Merge pull request #13798 from apolcyn/min_max_rpc_version_constants
by apolcyn
· 7 years ago
15a74d3
Define RPC protocol version constants
by Alexander Polcyn
· 7 years ago
8ecabd9
Merge pull request #13777 from frankyn/patch-1
by apolcyn
· 7 years ago
837a479
minor typo : becuase -> because
by ita9naiwa
· 7 years ago
28839ce
Merge pull request #13776 from ncteisen/executor-tsan
by Noah Eisen
· 7 years ago
2279cd4
Merge pull request #13771 from yang-g/delete
by Yang Gao
· 7 years ago
9c8ea03
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
by David Garcia Quintas
· 7 years ago
2ebb168
Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests
by apolcyn
· 7 years ago
1074cb6
Merge pull request #13759 from murgatroid99/node_deletion_again
by Michael Lumish
· 7 years ago
0981f9f
Bump version to 1.8.1
by Mehrdad Afshari
· 7 years ago
5b6b591
Merge pull request #13789 from grpc/v1.8.x
by Mehrdad Afshari
· 7 years ago
f5649c7
Merge pull request #13786 from kpayson64/fix_python_server_race
by kpayson64
· 7 years ago
8179b95
Fixes race condition in Python server shutdown
by Ken Payson
· 7 years ago
c0b00c3
Fix executor tsan bug
by ncteisen
· 7 years ago
ba6ca24
Merge pull request #13773 from ncteisen/tsan
by Noah Eisen
· 7 years ago
e1c4021
Reallow out-of-spec metadata
by Nathaniel Manista
· 7 years ago
235a2e7
[Ruby] Specify module init after cloning repo
by Frank Natividad
· 7 years ago
f0b89e2
Merge pull request #13764 from kpayson64/fix_unused_param
by kpayson64
· 7 years ago
430f745
Fix tsan in bad_client tests
by Noah Eisen
· 7 years ago
b14f1ea
Disable soreuseport in ruby unit tests
by Alexander Polcyn
· 7 years ago
ef02bcf
Mark tcp errors as UNAVAILABLE
by yang-g
· 7 years ago
b8a28d2
Merge pull request #13754 from muxi/fix-stream-compression-gzip
by Muxi Yan
· 7 years ago
096e3c3
Fix unused parameter warning in cpp codegen
by Ken Payson
· 7 years ago
54d699d
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
by David Garcia Quintas
· 7 years ago
62d86e9
Fixed wrong conversion factor
by David Garcia Quintas
· 7 years ago
552b5aa
Delete node-related files again
by murgatroid99
· 7 years ago
3cf3acc
Fix inline/refcounted slice problem in gzip
by Muxi Yan
· 7 years ago
414e955
Merge pull request #13739 from jtattermusch/csharp_gen_header
by Jan Tattermusch
· 7 years ago
dcb9493
Merge pull request #13450 from daniel-j-born/tcp_client
by Mark D. Roth
· 7 years ago
386bbdf
regenerate
by Jan Tattermusch
· 7 years ago
96d5eb5
use auto-generated header for C# plugin
by Jan Tattermusch
· 7 years ago
b66c7d1
fix or slow down windows socket leak
by Junsung Ko
· 7 years ago
de651a6
Merge pull request #13604 from yayaboring/master
by Jan Tattermusch
· 7 years ago
0ba96ed
v1.8.0-pre2 is now v1.8.0
by Mehrdad Afshari
· 7 years ago
fdfaf1b
Add tests for gRPC Python interceptor machinery
by Mehrdad Afshari
· 7 years ago
108500f
Add gRPC Python client-side interceptor machinery
by Mehrdad Afshari
· 7 years ago
68e1978
Add gRPC Python service-side interceptor machinery
by Mehrdad Afshari
· 7 years ago
66d1019
Merge pull request #13631 from sreecha/cv-wait-monotonic
by Sree Kuchibhotla
· 7 years ago
bdf6391
Refactor POSIX TCP client connect.
by Dan Born
· 7 years ago
de110af
Merge pull request #13718 from ncteisen/yapf-src-python
by Noah Eisen
· 7 years ago
25f3bba
Merge pull request #13711 from yang-g/ping
by Yang Gao
· 7 years ago
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
b2cf1bc
Merge pull request #13708 from muxi/preboot-xcode-sim
by Muxi Yan
· 7 years ago
3c42425
Use the correct env var name
by yang-g
· 7 years ago
98e075a
Add a comment when Xcode simulator fails to start.
by Muxi Yan
· 7 years ago
c5ba665
Merge remote-tracking branch 'origin/v1.8.x'
by Mehrdad Afshari
· 7 years ago
2b57a10
pre-boot xcode sim in objc-tests
by Muxi Yan
· 7 years ago
866db6e
Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_test
by Jan Tattermusch
· 7 years ago
f9675bb
Merge pull request #12706 from applinskinner/master
by Zhouyihai Ding
· 7 years ago
b0afa01
Refactor: Rename call to response_iterator_call
by Mehrdad Afshari
· 7 years ago
90ab995
Tests for ServicerContext.abort
by Mehrdad Afshari
· 7 years ago
9bc44e3
Introduce ServicerContext.abort to abort an RPC
by Mehrdad Afshari
· 7 years ago
5663eac
Merge pull request #13696 from apolcyn/update_ruby_for_cpp_core
by apolcyn
· 7 years ago
ebcc6b3
Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS when
by Alexander Polcyn
· 7 years ago
d14035c
Merge pull request #13688 from nathanielmanistaatgoogle/12531
by Nathaniel Manista
· 7 years ago
7a64e69
Merge pull request #13521 from jtattermusch/csharp_requestcallcontext_pooling
by Jan Tattermusch
· 7 years ago
c5c1216
Elide cygrpc.Operations
by Nathaniel Manista
· 7 years ago
5cff6d3
Merge pull request #13672 from nathanielmanistaatgoogle/12531
by Nathaniel Manista
· 7 years ago
ca398ee
Merge branch 'master' into cv-wait-monotonic
by Sree Kuchibhotla
· 7 years ago
94e676e
Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx
by Yash Tibrewal
· 7 years ago
80516e8
Streamline metadata in gRPC Python
by Nathaniel Manista
· 7 years ago
Next »