Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b78df7ab779d53beb25f46099c467855f009924f
/
src
/
cpp
8cf1470
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
by Yash Tibrewal
· 7 years ago
ad4d2dd
Revert "All instances of exec_ctx being passed around in src/core removed"
by Yash Tibrewal
· 7 years ago
36522e9
Merge master after no Extern C changes
by Yash Tibrewal
· 7 years ago
10f2790
Merge branch 'master' into execctx
by Yash Tibrewal
· 7 years ago
c354269
Remove _ prefixed variable names
by Yash Tibrewal
· 7 years ago
aa358d5
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
by ncteisen
· 7 years ago
14e96f9
Bump 1.8.0-dev to 1.9.0-dev
by Mehrdad Afshari
· 7 years ago
61c4d6b
Fix stats
by ncteisen
· 7 years ago
adbfbd5
Remove all extern C
by ncteisen
· 7 years ago
177039b
Merge master
by Yash Tibrewal
· 7 years ago
6c26b16
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes
by Yash Tibrewal
· 7 years ago
75122c2
Address some PR comments
by Yash Tibrewal
· 7 years ago
be98d24
clang-format after nullptr changes
by Craig Tiller
· 7 years ago
4ac2b8e
Enable clang-tidy as a sanity check, fix up all known failures
by Craig Tiller
· 7 years ago
4e9265c
Merge with master
by Yash Tibrewal
· 7 years ago
9ad6068
Merge pull request #13199 from ncteisen/zero-copy
by Noah Eisen
· 7 years ago
f97d2f5
Add init/shutdown to codegen interface
by ncteisen
· 7 years ago
baa14a9
Update clang-format to 5.0
by Craig Tiller
· 7 years ago
0237262
Refactor SerializationTraits
by ncteisen
· 7 years ago
b16df75
Update with internal C++ interfaces
by Yuchen Zeng
· 7 years ago
6a48dc5
Remove c++ channel connectivity watcher
by Yuchen Zeng
· 7 years ago
7a64885
Adopt the static factory pattern (#10)
by Vijay Pai
· 7 years ago
06e174a
Separate public and internal C++ interfaces
by Vijay Pai
· 7 years ago
903981a
Catch out of order error code
by yang-g
· 7 years ago
42bd87e
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
by Ken Payson
· 7 years ago
0ee7574
Removing instances of exec_ctx being passed around in functions in
by Yash Tibrewal
· 7 years ago
53cec0f
Update create_channel.cc
by Vijay Pai
· 7 years ago
1f42fae
Fix initialization bug in channel creation
by Krasimir Georgiev
· 7 years ago
a19a073
Workaround bug for a moment
by Craig Tiller
· 7 years ago
9887379
Update version to 1.8.0-dev, update g word to 'generous'
by murgatroid99
· 7 years ago
520cc8f
Fix ClangTidy
by ncteisen
· 7 years ago
ede8ed2
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
cfd20c4
Add CompositeCallCredentials
by yang-g
· 7 years ago
6456e49
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
61b26f9
Code review changes.
by Mark D. Roth
· 7 years ago
fe40815
Readd grpclb fallback
by Juanli Shen
· 7 years ago
b4c01f9
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
2046d0b
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
by Vijay Pai
· 7 years ago
a44cffa
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
by Vijay Pai
· 7 years ago
efce6e1
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
by Vijay Pai
· 7 years ago
9eb8672
Removing deprecated string to char * conversions
by Yash Tibrewal
· 7 years ago
4b047a3
Construction of streams shouldn't require triggering async ops
by Vijay Pai
· 7 years ago
01e83b5
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
by Ken Payson
· 7 years ago
aba0a0a
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
by Juanli Shen
· 7 years ago
0aee498
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
9e3af38
Merge github.com:grpc/grpc into stats_histo
by Craig Tiller
· 7 years ago
8941f60
Merge pull request #12369 from markdroth/call_combiner
by Mark D. Roth
· 7 years ago
b6ef6e9
Merge pull request #12080 from y-zeng/connectivity
by Yuchen Zeng
· 7 years ago
1ff6ee1
clang-format
by Mark D. Roth
· 7 years ago
3749a6d
Merge github.com:grpc/grpc into stats_histo
by Craig Tiller
· 7 years ago
5314616
Merge pull request #12341 from yang-g/extern
by Yang Gao
· 7 years ago
d3cbd72
Make grpc_call_log_batch take const char*
by yang-g
· 7 years ago
26b0a34
Address review comments
by Yuchen Zeng
· 7 years ago
5150cbd
Fix timer shutdown process
by Yuchen Zeng
· 7 years ago
2caf021
Change plugin credentials API to support both sync and async modes.
by Mark D. Roth
· 7 years ago
764cf04
Revert "Revert "Implement call combiner""
by Mark D. Roth
· 7 years ago
2897235
Expose stats into qps_driver
by Craig Tiller
· 7 years ago
451b92a
Merge pull request #12306 from kpayson64/ref_counting_slices
by kpayson64
· 7 years ago
8d51e8d
Merge pull request #12331 from markdroth/c++_filter_api_fix
by Mark D. Roth
· 7 years ago
66e6c23
Log offending ops and error code before crashing the server
by yang-g
· 7 years ago
4754398
Clang_format
by Ken Payson
· 7 years ago
196fa2e
Add recv_message() method to TransportStreamOpBatch class.
by Mark D. Roth
· 7 years ago
dce6fc6
Add missing extern C
by yang-g
· 7 years ago
bf19961
Revert "Implement call combiner"
by Mark D. Roth
· 7 years ago
567e0f1
Have write ops take ownership over slices
by Ken Payson
· 7 years ago
4a11ecc
Add ChannelConnectivityWatcher::Ref()/Unref()
by Yuchen Zeng
· 7 years ago
76e264b
Implement call combiner.
by Mark D. Roth
· 7 years ago
ba23e79
Sanity fixes
by Yuchen Zeng
· 7 years ago
504be5c
Privatize ChannelConnectivityWatcher members
by Yuchen Zeng
· 7 years ago
ddaef3e
Remove non-POD global variables
by Yuchen Zeng
· 7 years ago
f1d5098
Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER
by Yuchen Zeng
· 7 years ago
33845d0
Check env variable
by Yuchen Zeng
· 7 years ago
b4481a9
Share one monitoring thread between channels
by Yuchen Zeng
· 7 years ago
bfb4e06
Check connectivity intermittently
by Yuchen Zeng
· 7 years ago
4d88416
Remove atm in ChannelConnectivityWatcher
by Yuchen Zeng
· 7 years ago
a2e506e
Avoid using timers
by Yuchen Zeng
· 7 years ago
6a6d618
Prevent watching unsuppoted channels
by Yuchen Zeng
· 7 years ago
2411bac
Address review comments
by Yuchen Zeng
· 7 years ago
ee3e331
Add reconnect channel tests
by Yuchen Zeng
· 7 years ago
be9b814
Add ChannelConnectivityWatcher
by Yuchen Zeng
· 7 years ago
713597f
Master version bump to 1.7.x
by David Garcia Quintas
· 7 years ago
419b617
Fix thread avalances in thread manager
by Sree Kuchibhotla
· 7 years ago
ce58cf8
Add Slice constructors to match all grpc_slice cases
by Vijay Pai
· 7 years ago
9663d03
Add a GrpcLibraryInitializer to client_context.cc
by Garret Kelly
· 7 years ago
097cbfc
Resolve comments
by yang-g
· 7 years ago
0eaf7de
Allow adding events to cq after shutdown is called.
by yang-g
· 7 years ago
6abd200
Revert "Separate internal-only and public parts of C++ API"
by Vijay Pai
· 7 years ago
5079182
Merge pull request #11693 from ncteisen/refactor-thread-pool
by Noah Eisen
· 7 years ago
139072f
Const correct and clang
by ncteisen
· 7 years ago
eb70b9e
Anon namespace over static
by ncteisen
· 7 years ago
a5d557b
Rename function to avoud future clash
by ncteisen
· 7 years ago
30939f8
Make CreateThreadPool settable
by ncteisen
· 7 years ago
85fac6d
Quiet down server builder
by ncteisen
· 7 years ago
e5ba80b
Merge pull request #11870 from vjpai/slice
by Vijay Pai
· 7 years ago
65d447f
Merge pull request #11454 from markdroth/server_cq_ok_semantics
by Mark D. Roth
· 7 years ago
0f95fa4
Add idiomatic C++ API for grpc::Slice construction that doesn't
by Vijay Pai
· 7 years ago
d996379
Reset OWNERS state
by Craig Tiller
· 7 years ago
ee3fddb
Merge pull request #11837 from dgquintas/thread_manager_join
by David G. Quintas
· 7 years ago
fd82a6c
Merge pull request #11145 from vjpai/inproc3
by Vijay Pai
· 7 years ago
aef267b
Put thread creation and join under lock
by David Garcia Quintas
· 7 years ago
Next »