Vijay Pai
da69355f30
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
7 years ago
Vijay Pai
58a62755fc
Remove support for detached threads. All threads must be joined.
7 years ago
David Garcia Quintas
249a1d7104
Removed outdated grpclb_test
7 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
Vijay Pai
c745690caf
Internalize gpr_thd except for id and currentid
7 years ago
Vijay Pai
132efa0c9b
Add non-blocking test
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
99f1a8f467
Remove compression_ruby
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Vijay Pai
d4d0a30c6f
Privatize useful.h and avl.h
7 years ago
David Garcia Quintas
8d8214afe5
Removed obsolete lb_policies_test
7 years ago
Mehrdad Afshari
2338ec169c
Promote 1.9.0-pre3 to 1.9.0
7 years ago
David Garcia Quintas
956fe5e089
Added tests, supporting c-ares as well as std resolver.
7 years ago
Matt Kwong
654944bfeb
Add -fno-rtti and -fno-exceptions flags to BoringSSL compilation
7 years ago
Mehrdad Afshari
53f88d77ec
Bump version to 1.9.0-pre3
7 years ago
Vijay Pai
ae376bf9d9
Privatize host_port.h; was not used in any wrapped language implementation
7 years ago
Vijay Pai
b6cf123717
Privatize thread-local storage headers
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
Vijay Pai
16efe6c750
Generate projects properly
7 years ago
yang-g
98cd36e2c3
Add a test
7 years ago
ncteisen
4e8bcb2cee
Fix header dependancy
7 years ago
Yihua Zhang
d36fe0708b
rename gts to alts
7 years ago
ncteisen
34ebf5dd9e
Move object registry out of gpr
7 years ago
Jan Tattermusch
4c3496c234
attempt fixing boringssl compilation with gcc7.2
7 years ago
Jan Tattermusch
7196dfeccd
attempt fixing zlib compilation with gcc7.2
7 years ago
Jan Tattermusch
3683ada93f
1.9.0-pre1 is now 1.9.0-pre2
7 years ago
Vijay Pai
392e2131e1
Removing grpc_alarm from core requires a major version bump for core
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
Mehrdad Afshari
d1915a988e
Bump version to 1.10
7 years ago
Mehrdad Afshari
22c607d2e7
1.9.0-dev is now 1.9.0-pre1
7 years ago
Mark D. Roth
4f2b0fdadf
Rename 'gpr++' directories to 'gprpp'.
7 years ago
Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
7 years ago
Mark D. Roth
324703db51
Fix existing ref counting classes and add new ones.
7 years ago
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
9d2d84382e
Add portability tests on Linux to make sure that build with -fno-exceptions
...
continues to work
7 years ago
Vijay Pai
9427eabf3b
uses_polling shouldn't be false for this test
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
Yuchen Zeng
c6ae9b562b
Silence openssl 1.1.0 warnings
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
Mehrdad Afshari
0981f9fab1
Bump version to 1.8.1
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