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
Craig Tiller
1f47730377
Fix deps between grpc and tracer system
8 years ago
Craig Tiller
9fe1bb1bc8
Fix BUILD
8 years ago
murgatroid99
572cd7e5a4
Update version to 1.3.1
8 years ago
Sree Kuchibhotla
d4fc32eacd
New epoll-based polling engine with dedicated poller threads
8 years ago
Mark D. Roth
09e458c6cd
Implement client-side load reporting for grpclb.
8 years ago
David Garcia Quintas
4e9bef0f1e
Remove leftover thrift mentions
8 years ago
Vizerai
26e85fe0d7
update
8 years ago
Vizerai
0359e1260f
initial commit
8 years ago
David Garcia Quintas
606945af76
1.3.0 -> 1.3.1-pre1
8 years ago
David Garcia Quintas
3ef2355eae
s/1.3.0-pre/1.3.0
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
819cd88bd7
Allow EPOLLEXCLUSIVE tests to be omitted outside of CI
8 years ago
Nicolas "Pixel" Noble
2b0f00168b
Adding grpc_generate_one_off_targets target.
8 years ago
David Garcia Quintas
ae64b01506
updated g meaning for 1.4.x
8 years ago
Vijay Pai
a8749903dd
Avoid duplication in build rules by expanding the grpc_cc_libraries rule-creation macro
8 years ago
Vijay Pai
576e546019
Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server
8 years ago
Vijay Pai
a935ae1505
Fix build rules for grpc++_unsecure, test that it builds properly
8 years ago
Craig Tiller
653ca0b517
Add epollex to BUILD
8 years ago
yang-g
6bc701659c
Remove status_helper as it is not needed any more
8 years ago
David Garcia Quintas
9e1acc0796
master to 1.4.0-dev
8 years ago
David Garcia Quintas
d9986c3cf7
1.3.x branch cut
8 years ago
Craig Tiller
c1b86a1c33
Fix duplicated dep
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
murgatroid99
70a2a4b01a
Bump version to 1.2.4
8 years ago
Craig Tiller
e85e950220
bazelness
8 years ago
yang-g
eceec8eaf6
Add helper function to supply and parse error_details from Status.
8 years ago
Craig Tiller
85db77951c
Work around atomics
8 years ago
jiangtaoli2016
e69881de7f
Revise based on Mark's comments.
8 years ago
murgatroid99
7cfa1bfb73
Bump version to 1.2.3
8 years ago
Craig Tiller
dcd24e4241
BUILD
8 years ago
Craig Tiller
6badbb74b6
Update BUILD
8 years ago
Craig Tiller
a24b971214
Rename compress_filter --> message_compress_filter
8 years ago
Craig Tiller
7d55746bb3
Update BUILD
8 years ago
Craig Tiller
6f9bb71c2b
Fix BUILD
8 years ago
Craig Tiller
3be7dd0e79
Optionalize deadline checking
8 years ago
Craig Tiller
af76743e33
Optionalize compress, gather all the http2 filter bits together in ext/
8 years ago
Craig Tiller
6b97e5344f
Update BUILD
8 years ago