Nathaniel Manista
af39256c01
Fix and enable redefined-outer-name lint
8 years ago
Nathaniel Manista
b16d765c0c
Work toward enabling cyclic-import lint
8 years ago
Nathaniel Manista
4531cbe937
Selectively suppress and enable broad-except lint
8 years ago
Nathaniel Manista
e151a21ee4
Fix and enable unused-variable lint
...
In _server.py start_server_batch_result is removed because
start_server_batch can only ever fail as a result of a programming
defect in gRPC Python and not the application. This differs from some
analogous-appearing points in _channel.py where the result of
start_client_batch is checked because at those points it is possible
for a failure to indicate a programming defect on the part of the
application.
8 years ago
Nathaniel Manista
d5e3766027
Fix and enable no-value-for-parameter lint
8 years ago
Nathaniel Manista
7983213fd2
Fix and enable unused-import lint
8 years ago
Nathaniel Manista
017365d072
Fix and enable no-self-use lint
8 years ago
Nathaniel Manista
98a4c6f33f
Remove grpc.beta._connectivity_channel
...
This should have been removed in, and has done anything but fail on
import since, 4d425522bf
.
8 years ago
Yuchen Zeng
39514ccb29
Add licenses() in BUILD files
8 years ago
Stanley Cheung
82c6d8d4fd
PHP: prepare for 1.2 release
8 years ago
yang-g
5838dbffeb
Return an error when the HTTP first line or header is longer than 4K
8 years ago
kpayson64
47d7a08e1e
Increase epsilon in thread cleanup test
8 years ago
Noah Eisen
da22274401
Add sleep(1) to Python negative http2 client
...
client now conforms to spec. See
https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
8 years ago
Nathaniel Manista
fc39593a08
Add missing unittest.main call
...
This should have been included in 48226a2f1f
.
8 years ago
yang-g
01f1544c3b
Check and act on Dump failure
8 years ago
Craig Tiller
8e43edb7c3
Fix include guards
8 years ago
murgatroid99
06ab69d2d2
Clang format
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
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
Yuchen Zeng
380a3be6ee
Add more closures
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
b4673fa9ec
Use zalloc in completion queue
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
Jan Tattermusch
66f85782c0
display logs when running interop based tests
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
Sree Kuchibhotla
97e3ecc216
Comments and relaxed cas in some cases
8 years ago
Sree Kuchibhotla
8214b87fc5
Comments around acquire/release
8 years ago
David Garcia Quintas
d9314adb8e
poopulate ->len with size of struct
8 years ago
Craig Tiller
46dd790474
Fixes, review comments
8 years ago
David Garcia Quintas
e2869fee8d
Simply return 0 on input path too long
8 years ago
yang-g
c42d844d27
Let ServerContext own the initial_metadata array for sync calls
8 years ago
Sree Kuchibhotla
43bca1be48
Add BUILD file for end2end tests too
8 years ago
Craig Tiller
2f792d9d16
Initial http2 benchmarks
8 years ago
David Garcia Quintas
f05359f697
Set terminator explicitly
8 years ago
David Garcia Quintas
bcd5f12e4b
Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
8 years ago
murgatroid99
acd0ba0ca3
Fix segfault in Node server destructor
8 years ago
Nathaniel Manista
90798ab199
Fix and enable no-member lint
8 years ago
Craig Tiller
ac942f430f
Fix refcounting bug
8 years ago
Craig Tiller
4bab9463c3
Fix race in call.c
8 years ago
Craig Tiller
eb022becae
Fix compile
8 years ago
Muxi Yan
84b4214f1a
Fix flakiness in testPacketCoalescing
8 years ago
Eduardo Caceres
a2b0e56823
Correct formatting
8 years ago
Craig Tiller
f631822e51
Fix compile, bugs
8 years ago
Craig Tiller
7f4d30a032
Separate CAS/ADD RMWs
8 years ago