Craig Tiller
48bc4767db
Eliminate cancellation if we never sent an op down
8 years ago
Muxi Yan
255d002f92
Relieve ios deployment version to 7.0
8 years ago
Craig Tiller
36dd42ec01
Diff minimization
8 years ago
Craig Tiller
7bc4d3edd8
Revert unnecessary change
8 years ago
Vijay Pai
24992060c8
Finish streams that error. Don't histogram failed ops.
...
Fail on failed write
8 years ago
Craig Tiller
2c3d0a92c7
Better cleanup
...
If the caller specifies a timeout, set it at call initialization
When we send initial metadata, take service config into account (iff
service config specifies a shorter deadline)
Saves a combiner on a critical path
8 years ago
Nathaniel Manista
fc39593a08
Add missing unittest.main call
...
This should have been included in 48226a2f1f
.
8 years ago
David G. Quintas
5f13f48986
Merge pull request #9833 from dgquintas/parse_address_clusterfuzz
...
Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
8 years ago
David G. Quintas
16edd99975
Merge pull request #9812 from dgquintas/timestamp_logs
...
Timestamp test logs
8 years ago
David G. Quintas
9ccebc3a45
Merge pull request #9773 from dgquintas/build_files
...
Test BUILD file assortment
8 years ago
Yang Gao
c1d9d51e54
Merge pull request #9819 from yang-g/xtra_header
...
Remove redundant header
8 years ago
Craig Tiller
a7ed26885c
Fix some bugs
8 years ago
Craig Tiller
80a0cb3981
Merge github.com:grpc/grpc into trim-the-locks
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
yang-g
01f1544c3b
Check and act on Dump failure
8 years ago
Craig Tiller
7acc37e502
Trim deadline setting out of call creation path: reduces ClientChannelFilter init/destroy from 128ns to 46ns on my machine
8 years ago
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
Jan Tattermusch
26ec0d0b9b
Merge pull request #9886 from jtattermusch/latest_release_dashboard
...
Add script for running "latest released" benchmarks
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
2aa5a1d908
Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix
...
Preserve ipv6 scope id in grpc_channel_args
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
Matt Kwong
d9b257a154
Add fuzzer options for oss-fuzz
8 years ago
Matt Kwong
c5b3b25f8d
Change ssl_server_fuzzer.c to use ssl_test_data.h instead of loading mock SSL data from file
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
Jan Tattermusch
6766150343
add script for running "latest released" benchmarks
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