Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
0e00c430827e81d61e1e7164ef04ca21ccbfaa77
/
include
0e00c43
Move headers from grpc++ to grpcpp
by Muxi Yan
· 7 years ago
1d16854
Merge pull request #14407 from vjpai/gpr_review_thd
by Vijay Pai
· 7 years ago
236d9f2
Address reviewer feedback.
by Vijay Pai
· 7 years ago
c745690
Internalize gpr_thd except for id and currentid
by Vijay Pai
· 7 years ago
776490a
Revert "Revert "grpclb re-resolution""
by Juanli Shen
· 7 years ago
86accb1
Merge pull request #14384 from grpc/sc-experimental
by Muxi Yan
· 7 years ago
86e6cc1
polish
by Muxi Yan
· 7 years ago
0693b72
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
bead964
Mark stream compression as experimental
by Muxi Yan
· 7 years ago
0024ebc
Merge pull request #14196 from vjpai/gpr_review_tls
by Vijay Pai
· 7 years ago
18b9133
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
239b7d4
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
25b61fd
Merge branch 'master' into gpr_review_tls
by Vijay Pai
· 7 years ago
573717b
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
7bd5e18
Merge pull request #14197 from vjpai/gpr_review_host_port
by Vijay Pai
· 7 years ago
32748c1
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
89464de
Trim backup slice when it is larger than needed
by yang-g
· 7 years ago
b1ef84a
Merge branch 'master' into gpr_review_host_port
by Vijay Pai
· 7 years ago
aa7dc29
Revert "grpclb re-resolution"
by Juanli Shen
· 7 years ago
fb369d9
Merge pull request #14343 from muxi/revert-12708
by Muxi Yan
· 7 years ago
cda058d
build projects
by Muxi Yan
· 7 years ago
99f1a8f
Remove compression_ruby
by Muxi Yan
· 7 years ago
6f0b195
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
by Muxi Yan
· 7 years ago
33cdd57
grpclb in charge of its re-resolution
by Juanli Shen
· 7 years ago
b7bf768
Merge pull request #14323 from vjpai/cq_comments
by Vijay Pai
· 7 years ago
e81ead5
Improve CQ and cancellation comments
by Vijay Pai
· 7 years ago
dcd5ef3
Deprecate GenericStub()::Call for multi-threaded use
by Vijay Pai
· 7 years ago
73a50ab
Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors
by Vijay Pai
· 7 years ago
1acfaca
Merge branch 'master' into gpr_review_host_port
by Vijay Pai
· 7 years ago
d4d0a30
Privatize useful.h and avl.h
by Vijay Pai
· 7 years ago
4c0640e
Merge branch 'master' into gpr_review3
by Vijay Pai
· 7 years ago
e5b0a50
Merge pull request #14015 from vjpai/alarm
by Vijay Pai
· 7 years ago
a21ab2b
Fix compression algorithm accessors
by David Garcia Quintas
· 7 years ago
f25126c
PR comments
by David Garcia Quintas
· 7 years ago
3ee68da
PR Comments
by David Garcia Quintas
· 7 years ago
7896b62
DNS cooldown mechanism
by David Garcia Quintas
· 7 years ago
97209ae
fix warning & typo
by Jan Tattermusch
· 7 years ago
ae376bf
Privatize host_port.h; was not used in any wrapped language implementation
by Vijay Pai
· 7 years ago
b6cf123
Privatize thread-local storage headers
by Vijay Pai
· 7 years ago
8a99fdb
Move cmdline and subprocess from public gpr to test/core/util
by Vijay Pai
· 7 years ago
fd900e0
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
62569dd
Fix arena to return aligned memory.
by Mark D. Roth
· 7 years ago
e1e7042
Restructure to simplify, harden, and avoid forward declaration
by Vijay Pai
· 7 years ago
2b226ad
Remove alarm from core, implement in C++ layer only
by Vijay Pai
· 7 years ago
fb061c3
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
69d3e09
Merge pull request #13815 from vjpai/catcher
by Vijay Pai
· 7 years ago
c9ec2c0
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
by Jan Tattermusch
· 7 years ago
4db3b74
Merge pull request #13697 from vjpai/nostdthread
by Vijay Pai
· 7 years ago
1d91362
exec_ctx_fwd.h should never have been in public headers
by Vijay Pai
· 7 years ago
b4b0ac7
Resolve leak by freeing request payload if resources exhausted
by Vijay Pai
· 7 years ago
fd4884a
Address review comments
by Vijay Pai
· 7 years ago
7500577
Address review feedback; stop using result of 'what'
by Vijay Pai
· 7 years ago
32d077e
Merge pull request #13922 from y-zeng/openssl_1_1_0
by Yuchen Zeng
· 7 years ago
ab00654
Tag new #else and #endif blocks with comments
by Vijay Pai
· 7 years ago
9809ce3
Use appropriate preprocessor guards to allow building without exceptions
by Vijay Pai
· 7 years ago
8fc3715
Catch exceptions from sync method handlers without crashing server
by Vijay Pai
· 7 years ago
5dd3226
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
by Vijay Pai
· 7 years ago
91bab37
When building with bazel on a Mac, workaround bazelbuild/bazel#4341
by Vijay Pai
· 7 years ago
c6ae9b5
Silence openssl 1.1.0 warnings
by Yuchen Zeng
· 7 years ago
832bd00
Merge pull request #13874 from vjpai/allow_no_message
by Vijay Pai
· 7 years ago
11d1ac4
Add an exception in TLS to use pthread library instead of __thread for Android NDK with GCC as the compiler
by Yash Tibrewal
· 7 years ago
d5730c6
Allow no message on sync unary call, just like async
by Vijay Pai
· 7 years ago
032e9b3
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
934a3ce
Allow forward declaration of log args
by ncteisen
· 7 years ago
30ced5d
Add comments for AsyncGenericService
by yang-g
· 7 years ago
9c5d826
resolve comments
by yang-g
· 7 years ago
69aec17
Add dummy operator delete to make VS2015 not complain.
by yang-g
· 7 years ago
99024d6
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
5b1a66c
Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped
by Noah Eisen
· 7 years ago
6193c63
Reviewer feedback
by ncteisen
· 7 years ago
9c02a3c
Do not separate message/stream compression levels
by Muxi Yan
· 7 years ago
6043006
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
fc38142
Merge commit 'b0bad8f^' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
38fcd0c
clang-format
by Muxi Yan
· 7 years ago
4a117f0
Merge e759d2a^
by Muxi Yan
· 7 years ago
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
a3df36c
Merge pull request #13058 from yashykt/execctx
by Yash Tibrewal
· 7 years ago
9dbb6e3
Merge pull request #13559 from dmaclach/threadnames
by Vijay Pai
· 7 years ago
73bb67d
Merge master into execctx
by Yash Tibrewal
· 7 years ago
30ccc94
Update port_platform.h
by Vijay Pai
· 7 years ago
6fa206d
Merge pull request #13336 from markdroth/server_connection_timeout
by Mark D. Roth
· 7 years ago
11f6780
Add comment with API
by ncteisen
· 7 years ago
64e0b10
Variable name consistency
by ncteisen
· 7 years ago
b9cff78
Reviewer feedback
by ncteisen
· 7 years ago
0d7f5e7
No null string ctor
by Noah Eisen
· 7 years ago
74c106e
Add error string to C++
by ncteisen
· 7 years ago
d9f6407
Merge master into execctx after removal of assert in tls_gcc
by yashkt
· 7 years ago
7d7babb
Merge branch 'master' into threadnames
by Vijay Pai
· 7 years ago
e1e7db0
Remove asserts from tls_gcc.h
by Yash Tibrewal
· 7 years ago
e109ddf
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
by Mark D. Roth
· 7 years ago
764ef8c
Merge pull request #13575 from vjpai/dehist
by Vijay Pai
· 7 years ago
36522e9
Merge master after no Extern C changes
by Yash Tibrewal
· 7 years ago
195cf1e
Move histogram to test/core/util
by Vijay Pai
· 7 years ago
10f2790
Merge branch 'master' into execctx
by Yash Tibrewal
· 7 years ago
43db249
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
by ncteisen
· 7 years ago
14b27b8
Merge commit 'aa358d5e43' into no-more-extern-c
by ncteisen
· 7 years ago
8a631a2
Remove unused BSD thread name macro
by Dave MacLachlan
· 7 years ago
af5c54d
Add thread naming support on platforms that support it.
by Dave MacLachlan
· 7 years ago
17a1431
Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7
by Nicolas Noble
· 7 years ago
Next »