Yihua Zhang
75f0a9fbd2
place security_connector in its own subdirectory
7 years ago
Mark D. Roth
209f644f04
Convert resolver API to C++.
7 years ago
Vijay Pai
8f4fbb1c55
Move avl to its own directory and rename it to grpc_avl
7 years ago
Muxi Yan
cda058de8e
build projects
7 years ago
Matt Kwong
a110c74c58
Update BoringSSL to latest chromium-stable ref
7 years ago
Vijay Pai
80e23d19df
Separate out cmdline so that it can be used in tool and test builds
7 years ago
Vijay Pai
8a99fdb57e
Move cmdline and subprocess from public gpr to test/core/util
7 years ago
Yihua Zhang
d36fe0708b
rename gts to alts
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
7 years ago
Ken Payson
b353297b43
Revert "Revert "Set error status correctly on server side""
...
This reverts commit 951f84aea0
.
7 years ago
David G. Quintas
951f84aea0
Revert "Set error status correctly on server side"
7 years ago
Yuchen Zeng
c6ae9b562b
Silence openssl 1.1.0 warnings
7 years ago
Ken Payson
6535cfd140
Set error status correctly on server side
7 years ago
Adele Zhou
5b7cdefb68
Rename port_hermetic to port_isolated_runtime_environment
7 years ago
Adele Zhou
c8bf2da1e0
Enabling hermetic testing for running tests on Foundry.
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Mark D. Roth
b319f491ff
Code review changes.
7 years ago
Mark D. Roth
70db663ae8
Add ReferenceCounted base class.
7 years ago
Vijay Pai
891254292e
Remove lockfree stack, again
7 years ago
ncteisen
aa3b19741f
Rename tracer_peer to tracer_util
7 years ago
ncteisen
90ffc3a6f7
Add tracer peer to keep set_enabled private()
7 years ago
Craig Tiller
348b334f4b
Back-out absl dependency for now
7 years ago
ncteisen
dd34f3caf6
Inline closure
7 years ago
Yash Tibrewal
d89c202dca
solve benchmark issue
7 years ago
Yash Tibrewal
77532036b6
BUILD changes. test languauge to C++
7 years ago
Yuchen Zeng
0bad30a244
Use backup pollser instead of connectivity watcher
7 years ago
Yuchen Zeng
f8ed4fa7f4
convert connectivity_watcher to cpp file
7 years ago
Yuchen Zeng
7269667f9e
Add client channel connectivity watcher
7 years ago
Ken Payson
667aa2b990
Add call size bm_diff
7 years ago
Yash Tibrewal
34a57d0346
rename all test core files to cc and a lot of C++ style conversions
7 years ago
Vizerai
bb7d088ed2
Cleaning up census code.
7 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.
7 years ago
Ken Payson
9714e0376a
Add thread pool reset on fork with FORKING_SUPPORT_ENABLED
7 years ago
Muxi Yan
f7a97e19cf
build_project
7 years ago
Craig Tiller
922260656a
C++ize BDP estimator, introduce ManualConstructor
7 years ago
Mark D. Roth
5e9848e7b0
Refactor subchannel_list code out of RR and use it in PF.
7 years ago
Craig Tiller
d48bd078d7
Fixes
7 years ago
Craig Tiller
b7a8cace34
Add abseil to core, use it for InlinedVector
7 years ago
Yash Tibrewal
bc460fa3c4
Rebasing on master for easier merging and testing
7 years ago
Yash Tibrewal
26c78038a5
Trying ken's fix for windows python
7 years ago
Yash Tibrewal
a0b96d4f9a
Running generate projects
7 years ago
Yash Tibrewal
15ce142d65
Reverting pb.c files for now. Also fixing few more build errors
7 years ago
Yash Tibrewal
4bf670793b
Running generate_projects.sh and solving some uv build errors
7 years ago
Yash Tibrewal
83062842c3
Changes for C to C++. Adding extern C to header files for compatibility.
...
Also converting to .cc
7 years ago
Yash Tibrewal
1c9b584a15
Changes for C to C++. Adding extern C to header files for compatibility.
7 years ago
Muxi Yan
92d1bc11ba
generate_project
7 years ago
Matt Kwong
0c867bed5b
Add -lstdc++ flag for compiling under gcov
7 years ago
Craig Tiller
24f30f7ac0
Garbage collect experimental pollers
7 years ago
David Garcia Quintas
0822d331df
s/load_reporting/server_load_reporting
7 years ago