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
Craig Tiller
9b3648a28e
Optionalize message_size_filter
8 years ago
Jan Tattermusch
0be726b34d
bump version to 1.2.2
8 years ago
Craig Tiller
6d4894e9d6
optionalize max_age
8 years ago
Craig Tiller
9eb0fdec00
Reorganize ext tree
...
- filters live under filters
- lb_policy, resolver implementations (being part of client_channel) live under client_channel
8 years ago
Craig Tiller
1a314577ca
Fix BUILD
8 years ago
Craig Tiller
0d32f2f030
Fix build files
8 years ago
Craig Tiller
29b527fa30
Reinstate one check, fix fall out
8 years ago
Ken Payson
72240e1c1b
Update BUILD file
8 years ago
Craig Tiller
134fed3a85
Move src/core/lib/tsi --> src/core/tsi
8 years ago
Harsh Vardhan
3cbc6ad2d8
Fix Bazel build
8 years ago
Yuchen Zeng
a809ea5c14
Add max_age_filter
8 years ago
Makarand Dharmapurikar
f7c48945d0
fix for bazel build break
8 years ago
Alexander Polcyn
0cb20efaec
update to 1.2.1-pre2 in BUILD file too
8 years ago
Michael Warres
c46b3ebeb9
Add socket factory support to udp_server.c
8 years ago
Makarand Dharmapurikar
226098c9f1
added b64.c to the sources neede for grpc_base
8 years ago
Sree Kuchibhotla
f6c202670c
Add the new file to bazel BUILD file
8 years ago
David Garcia Quintas
69e5a28635
Going for 1.2.0
8 years ago
Yuchen Zeng
d6b4985de0
Fix uv, cmake, bazel build
8 years ago
Makarand Dharmapurikar
c2a8a8f5c2
addressed review feedback
...
using new grpc_build_system, and cleaned up typos.
8 years ago
Mark D. Roth
fecba535d9
Switch to using a CAS loop to update the token value.
8 years ago
yang-g
9df13b26d2
Add missing files
8 years ago
Craig Tiller
06d4cbce2d
Fix BUILD
8 years ago
Yuchen Zeng
68745bbf8a
Resolve dependency issues
8 years ago
David Garcia Quintas
d8cbead37b
Updated version number in BUILD
8 years ago
Yuchen Zeng
47155ed254
Split ifaddr related functions out into a separate file
8 years ago
Craig Tiller
edbf2b9d13
Add a spinlock type.
...
Useful for situations where we need to repeatedly trylock, not useful
for cases where we need to lock (due to spinning).
Add a variant of sync_test to test it (with the same tests we run for
gpr_mu).
Add a benchmark to bm_closure to demonstrate single threaded performance.
8 years ago
Mark D. Roth
d6d192d005
Retry throttling implementation.
8 years ago
Sree Kuchibhotla
9656f27d8a
fix a minor typo
8 years ago