Craig Tiller
8e43edb7c3
Fix include guards
8 years ago
Craig Tiller
46ab5f5983
Update template
8 years ago
Craig Tiller
c2515d0c64
Merge github.com:grpc/grpc into always-use-port-server
8 years ago
Noah Eisen
de99fe8679
Enable Go negative http2 interop test
8 years ago
murgatroid99
06ab69d2d2
Clang format
8 years ago
Wenbo Zhu
a56edc43f4
Update PROTOCOL-WEB.md
8 years ago
Wenbo Zhu
ea16fa1598
Update PROTOCOL-WEB.md
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
Wenbo Zhu
0258444a81
Update PROTOCOL-WEB.md
...
Addressed @mwitkow comments.
https://github.com/grpc/grpc-web/issues/57
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
Alexander Polcyn
08ad56525b
update go to 1.8 on benchmarks
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
murgatroid99
8c2946a5a0
Fix missing wakeups when using the libuv iomgr under Electron
8 years ago
Mark D. Roth
722de8d46e
clang-format
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
Jan Tattermusch
31c64171fd
Update host name i18n docs.
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
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