jiangtaoli2016
25d6fd82d1
split tsi library into two
8 years ago
jiangtaoli2016
32f66e8a81
Update build rule
8 years ago
Jiangtao Li
0211cfb277
Revert "Revert "Add TSI zero-copy frame protector""
8 years ago
Jiangtao Li
f5504a3e43
Revert "Add TSI zero-copy frame protector"
8 years ago
jiangtaoli2016
72eeb3c6dd
split tsi into two libraries: tsi_interface and tsi
8 years ago
Mark D. Roth
f9bf428489
Add support for service configs to c-ares resolver.
8 years ago
jiangtaoli2016
3aaa5ea028
minor fix
8 years ago
Vijay Pai
4280725bb3
Clean up grpc++_unsecure so that it doesn't require secure content anymore
8 years ago
jiangtaoli2016
7001bc279b
Add TSI zero-copy frame protector
8 years ago
Yuchen Zeng
2d6ce74591
Update BUILD
8 years ago
ncteisen
268a82398c
Pull flow control into one module
8 years ago
murgatroid99
b8e07ad780
Add asserts that uv calls all run on the same thread
8 years ago
Yihua Zhang
1435bfc718
Add GTS plugin
8 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
8 years ago
Muxi Yan
1e9bdb5d1a
lib - fix another Bazel build problem
8 years ago
Ian Coolidge
13213419f6
alwayslink=1 for reflection plugin
...
The reflection plugin uses a static initializer to
enable itself, but no one depends on its symbols, so it gets
optimized out.
Set alwayslink in the reflection plugin to fix that.
8 years ago
Muxi Yan
e8714b93b9
lib - Fix Bazel build
8 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
8 years ago
murgatroid99
ab14a0b4c8
Bump version to 1.4.1
8 years ago
Sree Kuchibhotla
a8cf05c803
Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called before the alarm event is dequeued from the completion queue
8 years ago
Sree Kuchibhotla
bfce58742d
Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called before the alarm event is dequeued from the completion queue
8 years ago
Ken Payson
e9c17873af
Bump to version 1.4.0
8 years ago
Vijay Pai
3d04e025bc
Remove lockfree-stack implementation that is no longer used
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
David Garcia Quintas
87d5a3130d
Implement LB policy updates
8 years ago
Yuchen Zeng
4ebace71b0
Fix windows build, no_logging tests, dns_resolver_test
8 years ago
Nicolas "Pixel" Noble
e7c2458d66
More layering.
8 years ago
Nicolas "Pixel" Noble
86ac5966f6
Better layering support for grpc++.
8 years ago
David Garcia Quintas
aebcdbd732
master bumped to 1.5.x
8 years ago
David Garcia Quintas
ce13cb78a2
1.4.x branch cut, version bump PR
8 years ago
Craig Tiller
ebe38add27
Update BUILD
8 years ago
Vizerai
c1947ef570
update
8 years ago
Jan Tattermusch
bbfdbb19c0
bump version to 1.3.6
8 years ago
Ken Payson
c0ce2cdf00
Update version to 1.3.5
8 years ago
Alexander Polcyn
92eb7fbc05
Bump to version 1.3.4
8 years ago
Jan Tattermusch
9eef67d0e0
fix python artifact build
8 years ago
Ken Payson
16f76d2092
Bump to version 1.3.3
8 years ago
Muxi Yan
2a5bbc1e2d
Fix bazel build
8 years ago
Craig Tiller
faee583781
Add language where it was missing to BUILD file
8 years ago
Craig Tiller
eb2c1bcd19
Eliminate grpc_cc_libraries
...
Best practice for Bazel builds gives one rule per target, and producing
multiple targets conflicts with this.
Short term: define macros, and common libraries that can eliminate the
duplication.
Longer term: eliminate the existing plugin registration mechanism, and
replace it with a C++ static initialization in appropriate files. This
will allow grpc to be layered strictly atop grpc_unsecure (and similarly
grpc++ atop grpc++_unsecure and grpc).
8 years ago
Nicolas "Pixel" Noble
0885f98863
Fixing mock test target.
8 years ago
Nicolas "Pixel" Noble
b935a68386
Broken merge: missed a few new libraries.
8 years ago
Nicolas "Pixel" Noble
057b53833c
Merge failure - forgot grpc_generate_one_off_targets
8 years ago
Nicolas "Pixel" Noble
76808f840c
Merge failure - duplicated external_deps.
8 years ago
Craig Tiller
832c607fef
Attempted fix
8 years ago
Nicolas "Pixel" Noble
0c8cb1e4ce
Disabling c-ares.
8 years ago
Stanley Cheung
3b90b7dc0f
Fixed BUILD as well
8 years ago
Craig Tiller
d586587d85
Fix BUILD
8 years ago
Craig Tiller
cc00300c93
Add missing file to BUILD
8 years ago