Mark D. Roth
|
448c1f002c
|
Move parameters for all grpc_op types into their own sub-structs.
|
8 years ago |
Mark D. Roth
|
6f690f3483
|
Merge pull request #9372 from markdroth/proxy_mapper
Add proxy mapper hook.
|
8 years ago |
David Garcia Quintas
|
84580cc487
|
PR comments: do-while in lieu of goto
|
8 years ago |
Mark D. Roth
|
674fe85d11
|
Merge pull request #9383 from markdroth/http_connect_channel_arg
Trigger HTTP CONNECT handshaker via channel args.
|
8 years ago |
David Garcia Quintas
|
80cc39009f
|
Fixed stream ref issue
|
8 years ago |
Jan Tattermusch
|
6e0697cd3a
|
Merge pull request #9343 from jtattermusch/fix_grpclb_test_deps
Fix ordering of deps in grpclb_test
|
8 years ago |
Craig Tiller
|
0f2e2e4a42
|
Merge github.com:grpc/grpc into rollfwd
|
8 years ago |
Makarand Dharmapurikar
|
df5ed720ee
|
add http2 interop tests to Jenkins
|
8 years ago |
Mark D. Roth
|
1cae131711
|
Code review changes.
|
8 years ago |
Sree Kuchibhotla
|
52f545f1db
|
Merge pull request #9411 from ctiller/faster_slices
Make move_first not call memmove
|
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 |
Craig Tiller
|
1a56a930cb
|
Fixup
|
8 years ago |
Craig Tiller
|
a53c193aa5
|
Merge github.com:grpc/grpc into faster_slices
|
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 |
Craig Tiller
|
f9623b21ff
|
Merge branch 'rollllll' into rollfwd
|
8 years ago |
Craig Tiller
|
ced5b6a57b
|
Revert "Revert "Fix cronet header memory free""
This reverts commit 2e36be09af .
|
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 |
Craig Tiller
|
ee23ae479a
|
Merge branch 'fuzzing-wonderful' into rollfwd
|
8 years ago |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97 .
|
8 years ago |
Craig Tiller
|
c7342a01bb
|
Merge branch 'revert-8842-metadata_filter' of github.com:grpc/grpc into rollfwd
|
8 years ago |
Craig Tiller
|
ad980e3a61
|
Memory fixes
|
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 |
Craig Tiller
|
0c3fdad486
|
Fix hpack fuzzer
|
8 years ago |
Craig Tiller
|
f28ca8ea22
|
Fix api_fuzzer
|
8 years ago |
Craig Tiller
|
4c26fdfe10
|
Expand corpora
|
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 |
Craig Tiller
|
6963441195
|
Merge github.com:grpc/grpc into bm_msgsz
|
8 years ago |
Craig Tiller
|
7fa7d6817e
|
Fix core banned functions
|
8 years ago |