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
|
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 |
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 |
yang-g
|
23f777df08
|
When there is an error from filters (such as max recv message size too
large), add an error to the batch to avoid emitting new rpc on the
server side in C++.
|
8 years ago |
Craig Tiller
|
13792875de
|
Fix closure running: current code is unsafe
|
8 years ago |
murgatroid99
|
98cdf3b3e6
|
Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master
|
8 years ago |
Sree Kuchibhotla
|
97e3ecc216
|
Comments and relaxed cas in some cases
|
8 years ago |
Michael Lumish
|
63852c933b
|
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
Upmerge from 1.1.x
|
8 years ago |
Jan Tattermusch
|
b10a193b16
|
run_tests.py: support downloading base image from dockerhub
|
8 years ago |
Yang Gao
|
1556aa1a48
|
Merge pull request #9718 from yang-g/metadata
Let ServerContext own the initial_metadata array for sync calls
|
8 years ago |
Jan Tattermusch
|
13c1562934
|
add experimental CI job to run sanity tests
|
8 years ago |
matt-kwong
|
0ceb94928f
|
Merge pull request #9851 from matt-kwong/internal-ci-adjustments
Reduce running time of internally run fuzzers
|
8 years ago |
Craig Tiller
|
681507aa24
|
Fix memory leak
|
8 years ago |