Vijay Pai
1d91362f81
exec_ctx_fwd.h should never have been in public headers
7 years ago
Mark D. Roth
c6406f32f6
Implement InlinedVector independently of absl.
7 years ago
Vijay Pai
8fc3715a17
Catch exceptions from sync method handlers without crashing server
7 years ago
murgatroid99
01c2334998
Update version to v1.8.4
7 years ago
Ken Payson
6535cfd140
Set error status correctly on server side
7 years ago
Mehrdad Afshari
6c9a0a1a96
Bump version to 1.8.3
7 years ago
ncteisen
7d9b6358b5
Initial commit
...
Picks up work from https://github.com/grpc/grpc/pull/10259 .
A merge was impossible due to the many sweeping changed that
have occured since I last touched that PR (c++-ization, exec_ctx,
reorganitation of filters, etc).
7 years ago
Ken Payson
16e4bc010a
Bump to 1.8.2
7 years ago
Jan Tattermusch
f38b1526f8
simplify top level CMakeLists.txt
7 years ago
Mehrdad Afshari
0981f9fab1
Bump version to 1.8.1
7 years ago
Jan Tattermusch
86ef92516a
dont hardcode using boringssl headers when ssl provider is package
7 years ago
Jan Tattermusch
3fc14dc979
exclude artificial ares target when building with cmake
7 years ago
ncteisen
cf1d28b473
Fix windows compile
7 years ago
Mehrdad Afshari
0ba96edc41
v1.8.0-pre2 is now v1.8.0
7 years ago
Mark D. Roth
e204e5e497
Apply #13336 to v1.8.x branch.
7 years ago
David Garcia Quintas
460b5e0cd3
Backoff test is now a C++ file
7 years ago
Mark D. Roth
2c619be982
generate_projects.sh
7 years ago
Jan Tattermusch
3c93a1982d
working cmake install on windows
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
bf816d325e
Shorted "reference" to "ref".
7 years ago
Mark D. Roth
b319f491ff
Code review changes.
7 years ago
Mark D. Roth
cf9ca843eb
Add ReferenceCountedPtr class.
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
Mark D. Roth
70db663ae8
Add ReferenceCounted base class.
7 years ago
Vijay Pai
891254292e
Remove lockfree stack, again
7 years ago
Mark D. Roth
b9f34acfe5
Add test for handshake timeout.
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
Juanli Shen
e5d2139e1e
Add client channel stress test
7 years ago
Alexander Polcyn
3f6b10afba
Use existing read buffer in security handshaker if present
7 years ago
Craig Tiller
348b334f4b
Back-out absl dependency for now
7 years ago
ncteisen
4d9c98b146
split POC into real test
7 years ago
ncteisen
dd34f3caf6
Inline closure
7 years ago
Alexander Polcyn
9f5163eb85
Bump v1.7.x branch to 1.7.2
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
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
7 years ago
Yash Tibrewal
1cf9992ce2
Removing a few build.yaml errors
7 years ago
Yash Tibrewal
af922468dd
ssl_credentials_tests C++ized
7 years ago
Yash Tibrewal
34a57d0346
rename all test core files to cc and a lot of C++ style conversions
7 years ago
Justin Burke
9b9a44e4dd
Expose conversion of grpc to tsi cert pairs
7 years ago
Vizerai
bb7d088ed2
Cleaning up census code.
7 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
7 years ago
Vijay Pai
088112fea1
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
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
Yash Tibrewal
af6bb8515f
Disabling large_metadata_bad_client_test as per #11745
7 years ago