Mehrdad Afshari
9073ea03ef
Regenerate projects
7 years ago
Mehrdad Afshari
005d63da4c
Regenerate projects
7 years ago
Muxi Yan
9614395928
Fix grpc++->grpcpp leftover files
7 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
Noah Eisen
4d20a66685
Run clang fmt
7 years ago
Noah Eisen
be82e64b3d
Autofix c casts to c++ casts
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Mehrdad Afshari
e05ca2204e
Regenerate projects
7 years ago
Mehrdad Afshari
812e5da193
Regenerate projects
7 years ago
Jan Tattermusch
2dc3b1eb55
regenerate projects
7 years ago
Vijay Pai
fe75ef5b2d
clang-format
7 years ago
Vijay Pai
e1e7042919
Restructure to simplify, harden, and avoid forward declaration
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
Mehrdad Afshari
43884047c9
Regenerate projects
7 years ago
Mehrdad Afshari
28d5cf33e9
Regenerate projects
7 years ago
murgatroid99
01c2334998
Update version to v1.8.4
7 years ago
Mehrdad Afshari
6c9a0a1a96
Bump version to 1.8.3
7 years ago
Ken Payson
16e4bc010a
Bump to 1.8.2
7 years ago
Mehrdad Afshari
0981f9fab1
Bump version to 1.8.1
7 years ago
Mehrdad Afshari
0ba96edc41
v1.8.0-pre2 is now v1.8.0
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
7 years ago
Yash Tibrewal
c354269ba7
Remove _ prefixed variable names
7 years ago
Mehrdad Afshari
14e96f9ae8
Bump 1.8.0-dev to 1.9.0-dev
7 years ago
Mehrdad Afshari
552a7ca088
Bump 1.8.0-dev to 1.8.0-pre1
7 years ago
ncteisen
adbfbd5977
Remove all extern C
8 years ago
Yash Tibrewal
6c26b16fe0
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes
8 years ago
Yash Tibrewal
75122c2357
Address some PR comments
8 years ago
ncteisen
f97d2f5b37
Add init/shutdown to codegen interface
8 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
8 years ago
Alexander Polcyn
9f5163eb85
Bump v1.7.x branch to 1.7.2
8 years ago
ncteisen
023726202a
Refactor SerializationTraits
8 years ago
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
8 years ago
Vijay Pai
06e174a088
Separate public and internal C++ interfaces
8 years ago
Ken Payson
42bd87e376
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
8 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
8 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
8 years ago
murgatroid99
90e9140211
1.7.x is now 1.7.0-pre1
8 years ago
murgatroid99
9887379158
Update version to 1.8.0-dev, update g word to 'generous'
8 years ago
Juanli Shen
fe40815682
Readd grpclb fallback
8 years ago
Ken Payson
01e83b55e4
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
...
This reverts commit aba0a0a544
.
8 years ago
Jan Tattermusch
4fa3364975
bump version to 1.6.1
8 years ago
Juanli Shen
aba0a0a544
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
8 years ago
Mark D. Roth
764cf04a13
Revert "Revert "Implement call combiner""
...
This reverts commit bf19961d0a
.
8 years ago
Ken Payson
4754398f81
Clang_format
8 years ago
Mark D. Roth
196fa2e154
Add recv_message() method to TransportStreamOpBatch class.
8 years ago
yang-g
dce6fc6a48
Add missing extern C
8 years ago
Mark D. Roth
bf19961d0a
Revert "Implement call combiner"
8 years ago
David Garcia Quintas
dfde288148
1.6.0-pre1 -> 1.6.0
8 years ago