Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
7569676ffe68597201c91ac2f17390ec1c3d7063
/
include
5d0b1ae
Merge pull request #10992 from apolcyn/doxygen_cpp_nits
by apolcyn
· 7 years ago
eb9b82b
Merge pull request #11118 from muxi/backward-compat-dev
by Muxi Yan
· 7 years ago
f6b622c
Take grpc_workaround_list as parameter
by Muxi Yan
· 7 years ago
bcb65f0
Merge pull request #10897 from ctiller/serve_fries
by Craig Tiller
· 7 years ago
b1e5bac
Add /doc/workarounds.md
by Muxi Yan
· 7 years ago
bc60bb2
Merge remote-tracking branch 'upstream/master' into backward-compat-dev
by Muxi Yan
· 7 years ago
29ff466
Revert "Revert "Implement Server Backward Compatibility""
by Muxi Yan
· 7 years ago
16153d1
address comments, description changes
by Alexander Polcyn
· 7 years ago
04f97ca
Merge branch 'master' into backward-compat-dev
by Muxi Yan
· 7 years ago
a2d9d48
Merge pull request #10849 from muxi/backward-compat
by Muxi Yan
· 7 years ago
bb2c338
format changes, address comments
by Alexander Polcyn
· 7 years ago
467ad20
Merge branch 'master' into cq_mpsc_based
by Sree Kuchibhotla
· 7 years ago
54773cf
Merge github.com:grpc/grpc into serve_fries
by Craig Tiller
· 7 years ago
63cde40
Merge pull request #11010 from ctiller/uberpoll
by Craig Tiller
· 7 years ago
6e510f7
Merge branch 'master' into cq_mpsc_based
by Sree Kuchibhotla
· 7 years ago
d6ba5ec
fix bad line breaks and lengths
by Alexander Polcyn
· 7 years ago
41ff2e1
address comments, format changes
by Alexander Polcyn
· 7 years ago
21be59b
sanity fix
by Muxi Yan
· 7 years ago
22dbd73
Add static assert to enforce subtype invariant
by ncteisen
· 7 years ago
034deab
clang-format
by Muxi Yan
· 7 years ago
36398e7
Fix argument string
by Muxi Yan
· 7 years ago
f5b3db9
Use AddChannelArgument method
by Muxi Yan
· 7 years ago
b1a80c7
bug fixes
by Muxi Yan
· 7 years ago
cdc0d03
Add EnableWorkaround API to enable server workarounds
by Muxi Yan
· 7 years ago
e74b9ae
Add comment
by Muxi Yan
· 7 years ago
937dba3
Put workaround list somewhere accessable by wrapping languages
by Muxi Yan
· 7 years ago
0f02908
address comments
by Alexander Polcyn
· 8 years ago
a9f1e25
address comments
by Alexander Polcyn
· 8 years ago
3db618e
Merge remote-tracking branch 'upstream/master' into backward-compat
by Muxi Yan
· 8 years ago
76edc30
Merge branch 'master' into cq_limited_pollers
by Sree Kuchibhotla
· 8 years ago
d809a15
cpp doc nits
by Alexander Polcyn
· 8 years ago
fde16af
Merge branch 'master' of https://github.com/grpc/grpc into serialization-refactor
by ncteisen
· 8 years ago
c2ad372
Merge pull request #10912 from dgquintas/trying-to-fix-stuff
by David G. Quintas
· 8 years ago
64d922a
Make sure we set deadline for the LB call even without a pick.
by Mark D. Roth
· 8 years ago
4afb4db
Merge branch 'master' into cq_mpsc_based
by Sree Kuchibhotla
· 8 years ago
611e7e7
Reintroduce a lambda capture as part of C++11-izing code
by Vijay Pai
· 8 years ago
b79e809
Merge github.com:grpc/grpc into serve_fries
by Craig Tiller
· 8 years ago
e123a05
Merge remote-tracking branch 'upstream/master' into backward-compat
by Muxi Yan
· 8 years ago
81aae44
Merge branch 'v1.3.x' into master-upmerge-v1.3.x
by David Garcia Quintas
· 8 years ago
7c6b4be
Merge pull request #10911 from dgquintas/remove_thrift
by David G. Quintas
· 8 years ago
d65172c
Merge branch 'master' into cq_limited_pollers
by Sree Kuchibhotla
· 8 years ago
97106a7
Removed 3rd party dep on thrift
by David Garcia Quintas
· 8 years ago
d64e70a
Use channel arg to enable workaround
by Muxi Yan
· 8 years ago
b86da95
Ensure at least one cq
by Craig Tiller
· 8 years ago
6c1c8e5
Increase default CQ count from 1 to num_cpus
by Craig Tiller
· 8 years ago
4865c79
Merge pull request #10613 from ctiller/framing_costs
by Craig Tiller
· 8 years ago
15fda75
Merge pull request #10427 from ctiller/c++lame
by Craig Tiller
· 8 years ago
7f59e9d
Merge branch 'master' into cq_limited_pollers
by Sree Kuchibhotla
· 8 years ago
abc24c5
Merge branch 'master' into cq_mpsc_based
by Sree Kuchibhotla
· 8 years ago
737da9f
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
b71ef65
more TLS cleanup.
by Julien Boeuf
· 8 years ago
017b452
Use larger block size in proto write
by Craig Tiller
· 8 years ago
d7c323f
Merge branch 'master' into cq_limited_pollers
by Sree Kuchibhotla
· 8 years ago
c2134c3
Create cq vtable
by Sree Kuchibhotla
· 8 years ago
c090c61
Merge pull request #10644 from MakMukhi/master
by MakMukhi
· 8 years ago
6f2024f
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
85bf34a
Copy slices for in-process transports: its no longer safe to just ref
by Craig Tiller
· 8 years ago
9229016
Minor changes
by Sree Kuchibhotla
· 8 years ago
1898a29
Fixed pollers
by Sree Kuchibhotla
· 8 years ago
decec09
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
cc7e17b
Merge branch 'master' of https://github.com/grpc/grpc into serialization-refactor
by ncteisen
· 8 years ago
50f7e1a
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
9847a83
Merge github.com:grpc/grpc into framing_costs
by Craig Tiller
· 8 years ago
f5a1b75
Merge pull request #10761 from ctiller/ubsan
by Craig Tiller
· 8 years ago
0d23d89
Add flexibility on *which* slice gets reffed
by Craig Tiller
· 8 years ago
d5ad177
Merge github.com:grpc/grpc into framing_costs
by Craig Tiller
· 8 years ago
59db187
Merge branch 'tsan-c++' into hybrid
by Craig Tiller
· 8 years ago
56bbe02
Fix ubsan reported failure
by Craig Tiller
· 8 years ago
6984e1d
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
06a30ee
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
e107b0d
Add to codegen interface, refactor proto serialization
by ncteisen
· 8 years ago
c63a119
Merge pull request #10682 from yang-g/status_helper
by Yang Gao
· 8 years ago
9805833
Add flag to compile gpr with compatibility for musl
by murgatroid99
· 8 years ago
3588248
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
827b061
clang-format
by Craig Tiller
· 8 years ago
ea07b60
Post-review update
by Mahak Mukhi
· 8 years ago
cac4e17
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
a12c065
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
991c101
Initial thread manager fixes
by Craig Tiller
· 8 years ago
6bc7016
Remove status_helper as it is not needed any more
by yang-g
· 8 years ago
1eeed85
Merge pull request #10237 from meliuz/configurable-minbackoff-reconnect
by Craig Tiller
· 8 years ago
75c2270
Remove errant use of stdint.h
by Craig Tiller
· 8 years ago
addb6ea
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
a6f64f4
Merge pull request #10391 from dgquintas/lr_back_to_md
by David G. Quintas
· 8 years ago
c5fc2b7
Merge pull request #10663 from yang-g/globalcallback
by Yang Gao
· 8 years ago
c39fbcf
Merge github.com:grpc/grpc into framing_costs
by Craig Tiller
· 8 years ago
a818f72
Load Reporting back to using metadata
by David Garcia Quintas
· 8 years ago
c5eee16
more sanity fixes
by Mahak Mukhi
· 8 years ago
bc7c845
No C99 in public headers
by Craig Tiller
· 8 years ago
100539f
No C99 in public headers
by Craig Tiller
· 8 years ago
56c23f1
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
2f4679e
Fix handling of slice in http_client_filter
by David Garcia Quintas
· 8 years ago
c3666d7
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
2c6f637
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
f294934
Merge github.com:grpc/grpc into framing_costs
by Craig Tiller
· 8 years ago
eafeea4
Update ServerGlobalCallback::AddPort api
by yang-g
· 8 years ago
9575627
Merge pull request #10583 from ctiller/server_start
by Craig Tiller
· 8 years ago
b81fb79
Merge pull request #9972 from sreecha/cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
58e6d13
Merge github.com:grpc/grpc into minimal_test
by Craig Tiller
· 8 years ago
33f4c6d
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
Next »