Muxi Yan
|
eb5ee45eec
|
Revert "Dynamically enable/disable packet coalecsing and test it"
This reverts commit 60ab7ef00a .
|
8 years ago |
Muxi Yan
|
8d1d95d07c
|
Clean up old packet coalescing tests
|
8 years ago |
Muxi Yan
|
60ab7ef00a
|
Dynamically enable/disable packet coalecsing and test it
|
8 years ago |
Muxi Yan
|
b0bd22dfc7
|
Test packet coalescing using TLS endpoint
|
8 years ago |
Muxi Yan
|
b44e089d29
|
Merge branch 'master' into packet-coalescing-core
|
8 years ago |
Sree Kuchibhotla
|
889b0a4535
|
Merge pull request #9074 from dgquintas/poll_fd_shutdown
poll_posix double shutdown fix
|
8 years ago |
Sree Kuchibhotla
|
24e5f3ad62
|
Merge pull request #8810 from htuch/pollset-fix
Fix workqueue_move_items_to_parent invocation bug in polling_island_merge
|
8 years ago |
Masood Malekghassemi
|
c9cf96d2e1
|
Merge pull request #9127 from soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right
Don't leak Py exceptions without calling gRPC core
|
8 years ago |
Masood Malekghassemi
|
6b890d1dd3
|
Run yapf over Python code
|
8 years ago |
Masood Malekghassemi
|
0b1bb2d418
|
Don't leak Py exceptions without calling gRPC core
|
8 years ago |
David G. Quintas
|
f2c5c1e541
|
Merge pull request #9428 from grpc/revert-8842-metadata_filter
Revert "Metadata handling rewrite"
|
8 years ago |
David G. Quintas
|
6e407b7762
|
Merge pull request #9446 from grpc/revert-9430-fix-8842
Revert "Fix cronet header memory free"
|
8 years ago |
Masood Malekghassemi
|
d772c2cda4
|
Merge pull request #9425 from soltanmm-google/automation-was-supposed-to-make-us-all-greater
Be more verbose when generating Python documentation
|
8 years ago |
Nicolas Noble
|
4f0752318b
|
Merge pull request #9448 from nathanielmanistaatgoogle/v1.0.x-upmerge
v1.0.x upmerge
|
8 years ago |
Masood Malekghassemi
|
f621a0fabe
|
Merge pull request #9422 from soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries
Add __richcmp__ to cygrpc.Timespec
|
8 years ago |
Yuchen Zeng
|
3c63080140
|
Merge pull request #9393 from y-zeng/interop_http2_template
Dockerfile template update for http2_badserver_interop
|
8 years ago |
Nathaniel Manista
|
9ff26dc693
|
v1.0.x → master upmerge
Manual resolution:
- Force use of local distributions in Python-building in
tools/run_tests/helper_scripts/build_python.sh.
|
8 years ago |
David G. Quintas
|
2e36be09af
|
Revert "Fix cronet header memory free"
|
8 years ago |
matt-kwong
|
ba9aa59bdf
|
Merge pull request #9052 from matt-kwong/internal-ci-fuzzers
Add all the other fuzzer tests to internal CI
|
8 years ago |
Noah Eisen
|
0c6fc6c834
|
Merge pull request #9426 from ncteisen/doesnt-look-like-anything-to-me
Update Name of Python Negative Interop Test
|
8 years ago |
Muxi Yan
|
a60b31d0a4
|
Merge pull request #9308 from muxi/fix-loupe-exception
Fix cronet_transport.c failure handling bug
|
8 years ago |
Noah Eisen
|
5e9e1a259f
|
Update with #9358
Whoops
Should have known better than to use Github's conflict resolver....
|
8 years ago |
Muxi Yan
|
9d97c165bc
|
Merge pull request #9430 from muxi/fix-8842
Fix cronet header memory free
|
8 years ago |
Muxi Yan
|
607413f623
|
fix the test error
|
8 years ago |
Muxi Yan
|
e0016e2dc6
|
clang-format
|
8 years ago |
Muxi Yan
|
289f0fed89
|
Fix cronet header memory free
|
8 years ago |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
8 years ago |
Nathaniel Manista
|
c84725fd02
|
Merge pull request #9420 from nathanielmanistaatgoogle/time_remaining
Fix grpc._server._Context.time_remaining.
|
8 years ago |
Masood Malekghassemi
|
aa7089a549
|
Be more verbose when generating Python documentation
|
8 years ago |
Nicolas Noble
|
2e225c1d80
|
Merge pull request #9340 from stanley-cheung/update-boringssl
Update boringssl
|
8 years ago |
ncteisen
|
459c93f147
|
Update name of Python negative interop test
|
8 years ago |
Masood Malekghassemi
|
a66dad5db6
|
Add __richcmp__ to cygrpc.Timespec
|
8 years ago |
Nathaniel Manista
|
7d561a6328
|
Fix grpc._server._Context.time_remaining
A weak test is included; proper test coverage will come later.
|
8 years ago |
Eric Gribkoff
|
4a4a3a4468
|
Merge pull request #9388 from ericgribkoff/java_http2_test
Update path to http2 Java test client
Failing test is known issue #9150
|
8 years ago |
Nicolas Noble
|
28ec869b5a
|
Merge pull request #8842 from ctiller/metadata_filter
Metadata handling rewrite
|
8 years ago |
Craig Tiller
|
2b5cf1ff26
|
Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter
|
8 years ago |
Craig Tiller
|
55fe0db764
|
Update projects
|
8 years ago |
Craig Tiller
|
4a08147513
|
Fix test under MSVC
Optimizer was spotting that src1 and src2 would be identical and merging
them.
|
8 years ago |
Harvey Tuch
|
daa9f45f0e
|
Fix workqueue_move_items_to_parent() invocation bug in polling_island_merge()[ev_epoll_linux.c].
This bug resulted in workqueue items failing to merge correctly and
consequently queued closures would fail to execute.
|
8 years ago |
Craig Tiller
|
b7b7486c4b
|
Merge github.com:grpc/grpc into metadata_filter
|
8 years ago |
Craig Tiller
|
4906d2c4b1
|
Update projects
|
8 years ago |
Eric Gribkoff
|
4e51140789
|
Update path to http2 Java test client
|
8 years ago |
Stanley Cheung
|
7201fdc0d8
|
re-run generate-project.sh after rebase
|
8 years ago |
Stanley Cheung
|
b39942f06f
|
Update boringssl to latest chromium-stable
|
8 years ago |
Nicolas Noble
|
bd827887ff
|
Merge pull request #9414 from jboeuf/fix_alpn_msan
Fixing msan issue in client_ssl.c
|
8 years ago |
Craig Tiller
|
0f5b400fa4
|
Fix Python test
|
8 years ago |
Eric Anderson
|
c2bc59b2b0
|
Merge pull request #9346 from stevej/stevej/content_type_in_example_response
adding content-type to the example response
|
8 years ago |
Noah Eisen
|
c405a76ebf
|
Merge pull request #8819 from ncteisen/cpp_stress_flags
Tweaked cpp stress client flags
|
8 years ago |
Robbie Shade
|
56eb94af15
|
Merge pull request #9362 from grpc/rjshade-patch-1
Fix GRPC_TRACE doc formatting
|
8 years ago |
Craig Tiller
|
c27b5b7933
|
Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter
|
8 years ago |