Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
e08fe4f41e885d83de7670761305768a2569b9a2
/
Makefile
0df7d34
Merge pull request #8380 from y-zeng/reflection_header
by Yuchen Zeng
· 8 years ago
1e088b4
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
612ca22
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
3d357d9
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
e4e457e
Merge remote-tracking branch 'upstream/master' into circular_dependency_fix
by Mark D. Roth
· 8 years ago
bfe5680
Move method_config module from ext/client_channel to lib/transport.
by Mark D. Roth
· 8 years ago
fb809b7
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
4c2e3e7
Merge pull request #8377 from htuch/alpn
by Craig Tiller
· 8 years ago
dc39353
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
3a96ee3
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
33d5494
generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr
by Sree Kuchibhotla
· 8 years ago
b40a8fa
Merge pull request #8437 from makdharma/stress_test_options
by makdharma
· 8 years ago
9193119
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
8e386a6
Merge remote-tracking branch 'upstream/master' into reflection_header
by Yuchen Zeng
· 8 years ago
3cb89bc
Merge pull request #8281 from gcasto/cronet_cpp_api
by Yang Gao
· 8 years ago
fe8c501
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
d30699c
Merge remote-tracking branch 'upstream/master' into reflection_header
by Yuchen Zeng
· 8 years ago
1e31973
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
93ca807
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
62b2a90
Fix handshake_client bind flakes and build issues.
by Harvey Tuch
· 8 years ago
8cdf17a
Introduce a grpc-exp ALPN protocol identifier.
by Harvey Tuch
· 8 years ago
b516cad
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
ae07f7f
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
99e61f8
Merge pull request #8418 from markdroth/interop_flags
by Mark D. Roth
· 8 years ago
af84245
Remove resolver_result.
by Mark D. Roth
· 8 years ago
d9cbec4
Merge pull request #8095 from markdroth/rename_client_config
by Mark D. Roth
· 8 years ago
c5fb957
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
4f5ae75
Fix build for import
by Craig Tiller
· 8 years ago
e3dd1d7
modify stress_test command line options
by Makarand Dharmapurikar
· 8 years ago
491e1a6
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
10edf68
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
eb35a1d
Merge remote-tracking branch 'upstream/master' into rename_client_config
by Mark D. Roth
· 8 years ago
9ea0f2c
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
59f347e
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
6952b21
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
654aa86
Merge remote-tracking branch 'upstream/master' into reflection_header
by Yuchen Zeng
· 8 years ago
556aebb
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
2430171
Allow specifying extra flags for C++ interop server.
by Mark D. Roth
· 8 years ago
605a8f1
Merge remote-tracking branch 'upstream/master' into service_config
by Mark D. Roth
· 8 years ago
f1e5d12
Merge pull request #8371 from yang-g/server_context_spouse
by Yang Gao
· 8 years ago
2a00d3d
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
20afa3d
BufferPool --> ResourceQuota
by Craig Tiller
· 8 years ago
654b242
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
8c94df1
Merge github.com:grpc/grpc into direct-calls
by Craig Tiller
· 8 years ago
324cc66
Fix missing dependencies
by Yuchen Zeng
· 8 years ago
7ec3171
Merge remote-tracking branch 'upstream/master' into cronet_cpp_api
by Garrett Casto
· 8 years ago
5f6fbc8
More dependency changes
by Yuchen Zeng
· 8 years ago
169c985
Remove generated pb files
by Yuchen Zeng
· 8 years ago
6a721b5
Rename grpc_hash_table to grpc_mdstr_hash_table.
by Mark D. Roth
· 8 years ago
c4292fb
Add a simple test
by yang-g
· 8 years ago
4287998
Add a test spouse for server context
by yang-g
· 8 years ago
8f7739b
Rename GrpcRpcManager -> ThreadManager
by Sree Kuchibhotla
· 8 years ago
82e4ec7
Moved cv polling into ev_poll_posix.c
by Ken Payson
· 8 years ago
e4996d6
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
c99945e
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
fdc2b10
Merge github.com:grpc/grpc into direct-calls
by Craig Tiller
· 8 years ago
d195cf5
Add condition variable polling engine
by kpayson64
· 8 years ago
fde76d7
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
2c287ca
UV tests pass on linux
by murgatroid99
· 8 years ago
1519574
Merge remote-tracking branch 'upstream/master' into rename_client_config
by Mark D. Roth
· 8 years ago
931a26b
Add C++ Api
by Garrett Casto
· 8 years ago
0b259a8
Merge remote-tracking branch 'upstream/master' into service_config
by Mark D. Roth
· 8 years ago
94ba752
Merge remote-tracking branch 'upstream/master' into fake_resolver
by Mark D. Roth
· 8 years ago
5f806d3
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
ec39334
Add h2_fake_resolver end2end test fixture.
by Mark D. Roth
· 8 years ago
1bb0ce5
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
787d58f
Merge github.com:grpc/grpc into direct-calls
by Craig Tiller
· 8 years ago
9eee718
Merge branch 'fake_resolver' into service_config
by Mark D. Roth
· 8 years ago
da0ec82
Add fake resolver for tests.
by Mark D. Roth
· 8 years ago
43f562d
Merge pull request #8179 from stanley-cheung/php-proto3-pr
by Stanley Cheung
· 8 years ago
0368e3d
Merge pull request #8205 from ctiller/crashy
by Craig Tiller
· 8 years ago
eebb129
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
c36f6ea
Compile and link core tests with libuv
by murgatroid99
· 8 years ago
384eea8
Merge remote-tracking branch 'upstream/master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
4089138
Merge remote-tracking branch 'upstream/master' into service_config
by Mark D. Roth
· 8 years ago
857a130
PHP Proto3: run generate_projects.sh
by Stanley Cheung
· 8 years ago
d88c461
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
748524e
Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-from-deep-under
by Nicolas "Pixel" Noble
· 8 years ago
ca3451d
Merge github.com:grpc/grpc into direct-calls
by Craig Tiller
· 8 years ago
af541d8
Fix conflicting filename
by Craig Tiller
· 8 years ago
87a1081
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
by Nicolas "Pixel" Noble
· 8 years ago
db1a5cc
Buffer pool C++ wrapper
by Craig Tiller
· 8 years ago
69a1f66
Complete integration test for buffer pools
by Craig Tiller
· 8 years ago
8250993
Stub out end2end tests
by Craig Tiller
· 8 years ago
6600645
Refactor hash table code into its own module and use it for method_config as well as method_config_table.
by Mark D. Roth
· 8 years ago
c63455a
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
bec804b
Merge branch 'deadline_filter' into service_config
by Mark D. Roth
· 8 years ago
012372f
Cleanup test, check fail fast or not
by Craig Tiller
· 8 years ago
4c3a468
Move method config table code to its own module.
by Mark D. Roth
· 8 years ago
08b0fab
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
d801cd7
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
5abf79a
Merge github.com:grpc/grpc into direct-calls
by Craig Tiller
· 8 years ago
1a2e6ac
Merge remote-tracking branch 'upstream/master' into deadline_filter
by Mark D. Roth
· 8 years ago
942c264
Merge pull request #7611 from markdroth/http_connect
by Mark D. Roth
· 8 years ago
0d19c67
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
ca30eb9
Add (empty) buffer pool test
by Craig Tiller
· 8 years ago
7af69f3
Add buffer pools to build
by Craig Tiller
· 8 years ago
24129f0
Merge remote-tracking branch 'upstream/master' into cli_list
by Yuchen Zeng
· 8 years ago
7974232
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
933c955
Merge remote-tracking branch 'upstream/master' into http_connect
by Mark D. Roth
· 8 years ago
Next »