Craig Tiller
295df6da9a
Add a slice type that shares a refcount with a transport stream
8 years ago
Craig Tiller
6517333d17
Merge pull request #9881 from ctiller/spinlock
...
Add a spinlock type.
8 years ago
Stanley Cheung
7ef0cd668c
Merge pull request #9785 from stanley-cheung/php-update-doc
...
PHP: added README notes for RHEL 6/7 users
8 years ago
Noah Eisen
4de6688bcf
Merge pull request #9901 from ncteisen/wherever-you-golang-golang-with-all-your-heart
...
Enable Go Negative HTTP2 Interop Test
8 years ago
Craig Tiller
8e43edb7c3
Fix include guards
8 years ago
Noah Eisen
de99fe8679
Enable Go negative http2 interop test
8 years ago
Craig Tiller
cd232f64c6
Merge pull request #9753 from ctiller/zalloc
...
Add zalloc, convert a bunch of files to use it
8 years ago
Craig Tiller
b73ad23bd8
Fix memory leak
8 years ago
Craig Tiller
a10f00c711
Merge github.com:grpc/grpc into spinlock
8 years ago
Craig Tiller
79ccb81b48
Merge pull request #9882 from ctiller/cqbm
...
Add more cq benchmarks
8 years ago
Yuchen Zeng
4776102ea4
Merge pull request #9468 from y-zeng/p2p_client
...
Client-side keepalive pings
8 years ago
matt-kwong
e434e9e6c0
Merge pull request #9876 from matt-kwong/filter-intern
...
Make portability tests pull images from Dockerhub and add test filter
8 years ago
Yang Gao
dc720ca6bf
Merge pull request #9846 from yang-g/max_message_size
...
Stop receiving and add an error to batch when there is an error from lower level.
8 years ago
Yuchen Zeng
e0b1e46f0d
Address review comments
8 years ago
Michael Lumish
07e4c13a68
Merge pull request #9857 from murgatroid99/merge_1.1.x_master
...
Upmerge 1.1.x into master
8 years ago
Craig Tiller
b843ff2ce4
Add more cq benchmarks
8 years ago
Craig Tiller
c758542df6
Fix compile
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
Jan Tattermusch
ca8de5c1c3
Merge pull request #9868 from jtattermusch/csharp_more_interop_logging
...
Display logs when running interop based tests
8 years ago
Yuchen Zeng
380a3be6ee
Add more closures
8 years ago
Matt Kwong
70e353bf28
Make portability tests pull Docker images from Dockerhub
8 years ago
Matt Kwong
28b0f2a0d1
Add tools/internal_ci/ to test filter
8 years ago
Yuchen Zeng
efdf5a3903
Update with the new ping implementation
8 years ago
Yuchen Zeng
990d9fe146
Client-side keepalive ping
...
Based on soltanmm-google's #9114
8 years ago
Craig Tiller
345abfd6ef
Merge pull request #9871 from ctiller/fix-bm
...
Fix uploader
8 years ago
Craig Tiller
e177c24b5f
Fix uploader
8 years ago
Craig Tiller
2467630fa6
Merge pull request #9757 from ctiller/bm_meta
...
Add benchmarks for metadata operations
8 years ago
Craig Tiller
2c3d4ed32e
Fix submodule
8 years ago
Craig Tiller
d0ed9ffd37
Merge github.com:grpc/grpc into bm_meta
8 years ago
Craig Tiller
312fdba350
Merge github.com:grpc/grpc into bm_meta
8 years ago
Craig Tiller
5825b6922e
Merge pull request #9849 from ctiller/bm_chttp2
...
Add benchmarks for HTTP2 HPACK encoding
8 years ago
Craig Tiller
f30194f157
Merge branch 'bm_meta' of github.com:ctiller/grpc into bm_meta
8 years ago
Craig Tiller
510f38a711
Merge branch 'bm_chttp2' into bm_meta
8 years ago
Craig Tiller
b325a1dd4a
Fix submodule
8 years ago
Craig Tiller
b4673fa9ec
Use zalloc in completion queue
8 years ago
Craig Tiller
f2cf3d94a1
Merge pull request #9747 from ctiller/splitsies
...
Increase timeout for bm_fullstack
8 years ago
Craig Tiller
3d72d71c7c
Merge github.com:grpc/grpc into zalloc
8 years ago
Noah Eisen
c240e6cd11
Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-build
...
Add grpc_load_reporting to grpc_cronet
8 years ago
Craig Tiller
e1bc938b44
Merge pull request #9858 from ctiller/cb
...
Fix closure running: current code is unsafe
8 years ago
ncteisen
40e1e99f62
Fix load_reporting linker error
8 years ago
adelez
f11e050e16
Merge pull request #9614 from adelez/fix_interop_report2
...
Fix interop HTML report
8 years ago
Adele Zhou
8e7e1e37fa
Only run bad http2 server tests with supported client/server pairs.
8 years ago
Adele Zhou
992d5cd89b
comment out python temporarily
8 years ago
Adele Zhou
429e5607f7
Fix interop HTML report.
8 years ago
Sree Kuchibhotla
defc69670a
Merge pull request #9774 from sreecha/surface_test_bazel
...
Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
8 years ago
Jan Tattermusch
66f85782c0
display logs when running interop based tests
8 years ago
Sree Kuchibhotla
5ea18b372f
Merge pull request #9683 from sreecha/fd_rw_atm_closure
...
Reduce mutexes in grpc_fd read_closure/write_closure/shutdown paths (epoll engine only)
8 years ago
Jan Tattermusch
6b46b7414e
Merge pull request #9859 from jtattermusch/internal_ci_try_github
...
Add experimental CI job to run sanity tests
8 years ago
Craig Tiller
8a6db33e7b
Merge pull request #9664 from ctiller/c3+r+l
...
Make load balancers use combiner locks
8 years ago
Jan Tattermusch
1642b7c1f6
copy sponge_log.xml from docker container once tests finish
8 years ago