Muxi Yan
2ee9751cbb
clang-format
8 years ago
Muxi Yan
4c94e52f00
bug fix for creating Cronet transport context
8 years ago
Muxi Yan
1a5f90fa8a
Fix and clang-format Cronet unit tests
8 years ago
Muxi Yan
2688eb143e
Merge remote-tracking branch 'upstream/master' into packet-coalescing-core
8 years ago
Muxi Yan
0a2fae9aed
Dynamically enable packet coalescing by channel args
8 years ago
David G. Quintas
d5a5bec603
Merge pull request #9485 from sreecha/poll-cv-disable
...
Exclude async_client_sync_server_* tests for poll-cv engine
8 years ago
Eric Gribkoff
d68552a8da
Merge pull request #9472 from ericgribkoff/update_cli_instructions
...
Update instructions for building grpc_cli from a fresh repository
8 years ago
Muxi Yan
eb5ee45eec
Revert "Dynamically enable/disable packet coalecsing and test it"
...
This reverts commit 60ab7ef00a
.
8 years ago
Craig Tiller
b5c422d722
Merge pull request #9544 from ctiller/more-fuzzz
...
Fix fuzzing detected crash
8 years ago
Craig Tiller
f20d3075e0
Fix conditional
8 years ago
Craig Tiller
239af8b9fc
Fix fuzzing detected crash
8 years ago
Craig Tiller
a3310f8e1d
Merge pull request #9513 from ctiller/version3
...
Bump master version numbers
8 years ago
Craig Tiller
4040e13cc5
Merge pull request #9541 from ctiller/call_create
...
Dont crash on API errors
8 years ago
Craig Tiller
44f8af59a0
Merge github.com:grpc/grpc into call_create
8 years ago
Craig Tiller
abae25b5a2
Merge pull request #9540 from ctiller/fuzzing-apiness
...
Fix bug in api_fuzzer
8 years ago
Craig Tiller
e55fcc7f06
Merge pull request #9530 from ctiller/hybrid
...
Mark hybrid tests as flaky
8 years ago
Sree Kuchibhotla
03370d31a8
Merge branch 'master' into poll-cv-disable
8 years ago
Craig Tiller
f4484cdbab
Dont crash on API errors
8 years ago
Craig Tiller
ed277efbf7
Fix bug in api_fuzzer
...
If the slices to unref array was expanded after returning a pointer to a
slice, that pointer becomes invalidated. Instead, allocate and store
pointers to slices in that array to keep stability.
8 years ago
Muxi Yan
459e10d80e
Merge pull request #9532 from muxi/revert-cronet-header-dir-change
...
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
8 years ago
Yang Gao
c9f9c1e95b
Merge pull request #9364 from rjshade/sanitizer_slowdown
...
Replaces macros with methods for test timeout scaling
8 years ago
Muxi Yan
bb2e8af0b0
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
8 years ago
Craig Tiller
6e0a4760c4
Merge github.com:grpc/grpc into version3
8 years ago
Craig Tiller
b23f4b7db9
Mark hybrid tests as flaky
8 years ago
Sree Kuchibhotla
6687cb8297
Merge branch 'master' into poll-cv-disable
8 years ago
Stanley Cheung
7b005f7fdd
Merge pull request #9492 from stanley-cheung/php-update-codegen-psr4
...
PHP: make tests runnable on both protobuf 3.1 and 3.2
8 years ago
Yang Gao
ed239e26cd
Merge pull request #9523 from yang-g/example
...
Add missing files to build system.
8 years ago
yang-g
988b47c977
Add metadata_map.h to build.yaml
...
Add missing files to BUILD
8 years ago
Jan Tattermusch
ca9d959f15
Merge pull request #9390 from jtattermusch/csharp_utf8_message
...
Make C# status messages truly UTF8
8 years ago
Stanley Cheung
6481d04ae6
Add comments
8 years ago
Robbie Shade
ca7effcdff
Replace timeout/scaling macros with functions.
8 years ago
Yuchen Zeng
08a215f72c
Merge pull request #8066 from y-zeng/cli_main_fork
...
gRPC CLI stream RPC support
8 years ago
Stanley Cheung
1a3f4a55c2
PHP: make tests runnable on both protobuf 3.1 and 3.2
8 years ago
David G. Quintas
c88834ba99
Merge pull request #9508 from dgquintas/yapf
...
ran yapf
8 years ago
Craig Tiller
5cad46e218
Bump master version numbers
8 years ago
Yuchen Zeng
8d2d70ca99
Support bidirectional stream RPC
...
Add bidistream test
Add bad request tests
Replace deprecated DynamicMessageFactory constructor
8 years ago
Craig Tiller
e4fae823cd
Merge pull request #9503 from ctiller/fuzzing-api
...
Fix bugs in api_fuzzer
8 years ago
Sree Kuchibhotla
3030c3985b
Merge pull request #9408 from ctiller/bm_msgsz
...
Microbenchmark for ping-ponging large messages
8 years ago
David Garcia Quintas
4a1fa69d2d
ran yapf
8 years ago
Nicolas Noble
2cd882ad75
Merge pull request #9369 from yang-g/has_services
...
set has_services properly
8 years ago
Nicolas Noble
083bfaa452
Merge pull request #9323 from yang-g/build_fixes
...
Add missing dependency
8 years ago
Michael Lumish
c5492f9a89
Merge pull request #9345 from murgatroid99/uv_tcp_header_fix
...
Add missing header include in tcp_uv.c
8 years ago
Craig Tiller
a415c0d145
Merge pull request #9486 from ctiller/but-why
...
Record why an FD was shutdown
8 years ago
Sree Kuchibhotla
6b446b601e
Merge branch 'master' into poll-cv-disable
8 years ago
Craig Tiller
7233a7676f
Merge pull request #9502 from ctiller/fuzzing-fun
...
Fix fuzzing detected failure
8 years ago
Jan Tattermusch
603249229a
allow utf8 encoded status message
8 years ago
Jan Tattermusch
2e5e5f661c
add test for utf8 status
8 years ago
Craig Tiller
004a81936c
Fix bugs in api_fuzzer
8 years ago
Craig Tiller
fa6a71d6e5
Fix fuzzing detected failure
...
If both :authority and host appear in client initial headers, we either
leak (in opt builds) or crash (in dbg).
8 years ago
Muxi Yan
fd0e2152b7
Merge pull request #9495 from muxi/fix-cronet-double-free
...
Remove a duplicated gpr_free
8 years ago