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 |
Mark D. Roth
|
95b627b7ad
|
Clean up method parameters in client channel code.
|
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 |
kpayson64
|
38c8bb4a7f
|
Merge pull request #9856 from kpayson64/bump_v1_1_3
Bump version to v1.1.3
|
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 |
yang-g
|
29a3b28aa2
|
Merge branch 'master' into xtra_header
|
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 |
Ken Payson
|
fd6cc7de7b
|
Bump version to v1.1.3
|
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 |
Craig Tiller
|
b82b3d0e52
|
Fixes for zalloc
|
8 years ago |
Sree Kuchibhotla
|
8214b87fc5
|
Comments around acquire/release
|
8 years ago |
Craig Tiller
|
917ae82908
|
Merge github.com:grpc/grpc into zalloc
|
8 years ago |
Craig Tiller
|
8a66165fe5
|
Merge pull request #9745 from ctiller/bm_error
Add a benchmark for various operations on grpc_error
|
8 years ago |
Craig Tiller
|
ef33c8752f
|
Merge github.com:grpc/grpc into bm_meta
|
8 years ago |
Craig Tiller
|
b92d5a2f70
|
Merge branch 'bm_error' into bm_meta
|
8 years ago |
Craig Tiller
|
4a4c973780
|
Un-change gflags
|
8 years ago |
David Garcia Quintas
|
7ff6cd2757
|
Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzz
|
8 years ago |
David Garcia Quintas
|
d9314adb8e
|
poopulate ->len with size of struct
|
8 years ago |
Craig Tiller
|
266f66a67c
|
Merge github.com:grpc/grpc into zalloc
|
8 years ago |
Matt Kwong
|
dff19376a7
|
Increase ulimit -n for internal testing
|
8 years ago |
Craig Tiller
|
549c46b68f
|
Merge github.com:grpc/grpc into always-use-port-server
|
8 years ago |