Craig Tiller
adcb92d68e
clang-format
9 years ago
Craig Tiller
c7762a8c24
Move chttp2 related files under ext/
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Nicolas "Pixel" Noble
d9a2368e56
Moving grpc_pick_unused_port_of_die before creating a deadline.
9 years ago
Craig Tiller
d1fce837f2
Fixes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Craig Tiller
c82048f5ef
Fix some status codes to match spec
9 years ago
Craig Tiller
9498bb1bb1
Reorder asserts to avoid TSAN failure
9 years ago
David Garcia Quintas
fb349b9f71
removed uchannels
9 years ago
Jan Tattermusch
38da4491cc
fix -Wshadow warning
9 years ago
Craig Tiller
e272081049
Fix copyright
9 years ago
Craig Tiller
ebdb007722
Log test names
9 years ago
yang-g
4e5c6d9895
Remove end2end_certs library.
9 years ago
Craig Tiller
69b093b360
Revert "Revert "Add an implementation firewall against pollset_set""
9 years ago
Vijay Pai
e9ef536451
Revert "Add an implementation firewall against pollset_set"
9 years ago
Craig Tiller
85371a2bb0
Change pollset mutex ownership
9 years ago
Craig Tiller
19fa540100
Fix copyrights
9 years ago
Craig Tiller
732a875fe8
Add a sanity test for name aliasing
9 years ago
Craig Tiller
d78d16499e
clang-fmt
9 years ago
Craig Tiller
c605c62b30
Update copyrights
9 years ago
Craig Tiller
a8be91b315
Provide an interface firewall between pollset and its implementations
...
Starting to allow for >1 implementation of pollset within a binary.
Do so without requiring an extra allocation for completion queues (which
we could not tolerate).
9 years ago
Craig Tiller
7a1aab6c2a
Fix copyright
9 years ago
Craig Tiller
de676268aa
Reinstate sockpair tests
9 years ago
Craig Tiller
9a8df281ad
Reinstate sockpair tests: part 0
9 years ago
Craig Tiller
9b5241209f
Fix copyrights
9 years ago
Craig Tiller
f290e30d08
Finish porting posix
9 years ago
Craig Tiller
178edfae2b
Decouple filter selection from channel construction
...
Allow plugins to extend the set of filters used by gRPC core:
- plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type
- channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack
- ultimately we construct the channel stack in the fashion we always have
This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
9 years ago
Craig Tiller
da179ce598
Rollback gpr deletion
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Nicolas "Pixel" Noble
09121799b0
Removing gpr as a separated library.
9 years ago
Craig Tiller
a93a25f7bc
Update copyrights
9 years ago
Craig Tiller
6c39686dfa
Preparatory changes for work shedding
...
- cleanup: change grpc_iomgr_cb_func to take a bool instead of int
success
- cleanup: follow through with iomgr callback scheduling functions
- prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue*
functions
9 years ago
Craig Tiller
194824467c
Get subchannel index working
9 years ago
Craig Tiller
8cdba6644a
Subchannel index compiles
9 years ago
Craig Tiller
5f735a64e1
Add CPU cost measurement, tune parameters, decrease default maxjobs
9 years ago
Craig Tiller
56c6b6ab0a
Use CPU cost modelling to increase parallelism
9 years ago
Craig Tiller
ee36bce881
Update copyrights
9 years ago
Craig Tiller
fc051c9aa3
Run nosec tests again
9 years ago
Craig Tiller
093193edb7
Fix pings
9 years ago
Craig Tiller
e6d95c93a3
Tweak end2end formatting
9 years ago
Craig Tiller
8ceba198ee
Tweak end2end formatting
9 years ago
Craig Tiller
3731cc068e
Fix end2end_test formatting
9 years ago
Craig Tiller
560e5f8aa3
Update copyrights, clang-fmt
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
be52c6e9c2
clang-format code
9 years ago
Craig Tiller
769567e769
Eliminate a layer of libraries in the end2end tests
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
0fe5ee7be3
BoringSSL integration: non-vsprojects changes
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
9 years ago