Vijay Pai
6e3245c99c
Merge pull request #12950 from vjpai/ssl_gtest
...
Move h2_ssl_cert_test out of end2end fixtures, use gtest
7 years ago
Craig Tiller
a6481f4d73
Fix uninitialized variable
7 years ago
Craig Tiller
c7ececaf59
Merge branch 'pid++' into flow++
7 years ago
Craig Tiller
c9f987426d
Merge branch 'timer' into pid++
7 years ago
Craig Tiller
e94374d0a5
Fix leak
7 years ago
Craig Tiller
0ca5d863e1
Fix leak
7 years ago
Craig Tiller
75aa96bd93
Merge branch 'flow++' of github.com:ctiller/grpc into flow++
7 years ago
Craig Tiller
53fb9f22dd
Merge branch 'timer' of github.com:ctiller/grpc into timer
7 years ago
Craig Tiller
7d5a6b877e
Merge branch 'chttp2_timer' into timer
7 years ago
Craig Tiller
4048569477
Fix compilation
7 years ago
Craig Tiller
99fafa17a3
Fix compilation
7 years ago
Craig Tiller
6b76532473
Merge branch 'vector' of github.com:ctiller/grpc into vector
7 years ago
Craig Tiller
6f2b5f0d22
Fix sanity
7 years ago
Vincent Batts
d149af0487
core: fix int conversion
...
build had failed with [-Werror=conversion] on gcc 7
```
src/core/ext/transport/cronet/transport/cronet_transport.c: In function ‘create_grpc_frame’:
src/core/ext/transport/cronet/transport/cronet_transport.c:693:10: error: conversion to ‘uint8_t {aka unsigned char}’ from ‘int’ may alter its value [-Werror=conversion]
*p++ = (flags & GRPC_WRITE_INTERNAL_COMPRESS) ? 1 : 0;
^
```
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
7 years ago
Vijay Pai
fed13916b0
Move h2_ssl_cert_test out of end2end fixtures, use gtest
7 years ago
Craig Tiller
4e86af77f5
Update CMakelists.txt
7 years ago
Vijay Pai
ca46ce10b0
Merge pull request #12939 from vjpai/proxy_e2e
...
Add a little sleep in end2end_test service to make short deadlines actually expire
7 years ago
Craig Tiller
effa873589
Merge branch 'verify' of github.com:ctiller/grpc into verify
7 years ago
Craig Tiller
4c2f702592
Fixes
7 years ago
Craig Tiller
72c9ba8457
Merge branch 'pid++' of github.com:ctiller/grpc into flow++
7 years ago
Craig Tiller
5d38ac60b8
Merge branch 'timer' into pid++
7 years ago
Craig Tiller
0a64225aab
Merge branch 'chttp2_timer' into timer
7 years ago
Craig Tiller
f78728a79a
Merge github.com:grpc/grpc into chttp2_timer
7 years ago
Craig Tiller
441a14fd43
Merge pull request #12856 from ctiller/qps_failya
...
Cleanup write path, fix some bugs
7 years ago
Vijay Pai
ac8921be5e
Merge branch 'proxy_inproc' into proxy_e2e
7 years ago
Vijay Pai
07165cbaf2
Only put server to sleep when explicitly requested
7 years ago
Vijay Pai
a6294056c8
Run ProxyEnd2End tests (without proxy) for inproc transport
7 years ago
Craig Tiller
35c10cb6da
Merge github.com:grpc/grpc into no-pollers-for-you
7 years ago
Craig Tiller
703d298521
Merge github.com:grpc/grpc into qps_failya
7 years ago
Craig Tiller
fb607b34db
Merge pull request #12882 from ctiller/flowctl+millis
...
Fix compile error
7 years ago
Nicolas Noble
b9fbb305d9
Merge pull request #12929 from nicolasnoble/init-test-timeout
...
Fixing init-test timeout.
7 years ago
Nicolas Noble
e9b1643651
Merge pull request #12927 from nicolasnoble/windows-cache-fix
...
Properly flushing execution context cache under Windows.
7 years ago
Nicolas Noble
07127078e8
Merge pull request #12930 from nicolasnoble/windows-memleak
...
Fixing Windows's memory leak.
7 years ago
Anna Sapek
1e91362498
Fix param annotation for AddListeningPort()
7 years ago
Matt Kwong
f919b95e05
Merge pull request #12827 from matt-kwong/interop-bq
...
Upload interop result to BQ
7 years ago
adelez
fbfb67110a
Merge pull request #12921 from adelez/allow_flakes
...
Added allow_flakes flag and set to True by default.
7 years ago
Vijay Pai
9f10a587a9
Make short deadlines actually expire
7 years ago
Juanli Shen
9f02a27ceb
Update load-balancing.md
7 years ago
Adele Zhou
e757adc352
Added allow_flakes flag and set to True by default.
7 years ago
Nicolas Noble
850568944a
Fixing init-test timeout.
7 years ago
Nicolas "Pixel" Noble
c02dbe57c6
clang-format.
7 years ago
Yash Tibrewal
451d312c80
Merge pull request #12919 from yashykt/nonewline
...
Add newline at the end of src/core headers that did not have it
7 years ago
Nicolas Noble
3290e49a1d
Fixing Windows's memory leak.
7 years ago
Nicolas Noble
2fb9859ae2
Properly flushing execution context cache under Windows.
7 years ago
Craig Tiller
1c0e5f7533
Merge github.com:grpc/grpc into flow++
7 years ago
Jan Tattermusch
779ae6f8b7
cap json_run_localhost to 10 mins under sanitizers
7 years ago
Jan Tattermusch
46b34caccb
add a way to disable auto_timeout_scaling
7 years ago
Michael Darakananda
df6e3750b2
Merge branch 'master' into fix-php
7 years ago
Craig Tiller
0578154eed
Fixes
7 years ago
Craig Tiller
f90f69d1ca
Merge branch 'qps_failya' into flow++
7 years ago