Vijay Pai
4f0cd0e82c
Add flow control to inproc transport so send needs a matching recv; fix
...
some tests that assumed some sends could always go out
8 years ago
Craig Tiller
d0703a65f1
Get latency profiles back up and working
8 years ago
Muxi Yan
3305e5c94b
Add user-agent test and regex matching test to test suite
8 years ago
Craig Tiller
85516af26a
Fix tests
8 years ago
Craig Tiller
79c4f1fb14
Fix use after free
8 years ago
Craig Tiller
bfec10fdcf
clang-format
8 years ago
Vijay Pai
147a45ae80
Allow zero-duration polls in non-poller
8 years ago
Mark D. Roth
9843ec78a7
clang-format
8 years ago
Vijay Pai
1ba537069c
Sanity check that tests declared non-polling actually don't poll
8 years ago
Craig Tiller
a6481f4d73
Fix uninitialized variable
8 years ago
Craig Tiller
e94374d0a5
Fix leak
8 years ago
Craig Tiller
0ca5d863e1
Fix leak
8 years ago
Mark D. Roth
901bb4f5bc
Improve tracing of subchannel_list code.
8 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>
8 years ago
Vijay Pai
07165cbaf2
Only put server to sleep when explicitly requested
8 years ago
Mark D. Roth
0c11ebaa6c
Fix crash when not able to create subchannel.
8 years ago
Mark D. Roth
7ba40baeb1
Fix crashes and asan bugs.
8 years ago
Nicolas Noble
850568944a
Fixing init-test timeout.
8 years ago
Nicolas "Pixel" Noble
c02dbe57c6
clang-format.
8 years ago
Mark D. Roth
62ca6ced7c
clang-format
8 years ago
Nicolas Noble
3290e49a1d
Fixing Windows's memory leak.
8 years ago
Nicolas Noble
2fb9859ae2
Properly flushing execution context cache under Windows.
8 years ago
Craig Tiller
0578154eed
Fixes
8 years ago
Craig Tiller
e3b4d4a8d8
Fixes
8 years ago
Craig Tiller
4ff85d8dcc
Preprocessor guards
8 years ago
Craig Tiller
fca7307d0e
Cleanup suggested by code review
8 years ago
Yash Tibrewal
12fc6d461e
Add newline at the end of src/core headers that did not have it
8 years ago
Craig Tiller
e4b893b1a6
Progress
8 years ago
Craig Tiller
4bbd68b208
C++ize FlowControl - WIP
8 years ago
Mark D. Roth
bf6a86a293
Fix build portability problem.
8 years ago
Mark D. Roth
efea67438a
Fix crash in trace logging.
8 years ago
Craig Tiller
247b23114d
C++ize PidController
8 years ago
Mark D. Roth
97b6e5db9f
Process updates immediately instead of waiting for a previous one to complete.
8 years ago
Craig Tiller
6f41ad760b
Fix test
8 years ago
Guilherme Oliveira
83a2cc0c44
php return the right classes
8 years ago
Michael Darakananda
bf6185c3b1
make ruby proxy worker accept script location
...
This is done so that we can test other PHP clients.
8 years ago
Craig Tiller
5a408d8b18
Remove #if 0
8 years ago
Craig Tiller
00c207610b
Have BDP estimator schedule timers
8 years ago
Craig Tiller
3be5e1e0cd
Missing destructor
8 years ago
Craig Tiller
0cdfb8722d
Const correctness
8 years ago
Craig Tiller
922260656a
C++ize BDP estimator, introduce ManualConstructor
8 years ago
Yash Tibrewal
4e0fe5295e
Add grpc_posix.h header for grpc_use_signal declaration
8 years ago
Yash Tibrewal
b3b20f671d
Adding PR #12879 changes
8 years ago
Muxi Yan
cd9729780a
Make platform-specific headers textual
8 years ago
Yash Tibrewal
412e7ca6e7
Adding PR #12882 changes
8 years ago
Craig Tiller
c128440feb
Fix compile error
8 years ago
ZhouyihaiDing
d015389823
exclude uploading stats, add unconstained php benchmark
...
php7 build once
8 years ago
Mark D. Roth
7a2db96ed7
Fix memory leak on grpclb shutdown.
8 years ago
Yash Tibrewal
744b656e6c
const required in log_android.cc
8 years ago
Mark D. Roth
5e9848e7b0
Refactor subchannel_list code out of RR and use it in PF.
8 years ago