Yang Gao
|
8daca99390
|
Merge pull request #9466 from rjshade/add_test_log
Add "Running test:" string to test log output
|
8 years ago |
Mark D. Roth
|
ca6541fb5d
|
Merge pull request #9477 from markdroth/service_config_max_message_size_fix
Accept max message size JSON values as either strings or numbers.
|
8 years ago |
Craig Tiller
|
eb30fd1df5
|
Merge pull request #9404 from ctiller/maxmsgsz
Remove double-checking of max-message-size in C++ layers
|
8 years ago |
Stanley Cheung
|
de78a21579
|
Merge pull request #9416 from thinkerou/update_method_property_visibility
PHP: Update the visibility property of method
|
8 years ago |
Stanley Cheung
|
8914ce0872
|
Merge pull request #9415 from thinkerou/fix_php_lib_code_style
PHP: fix code style
|
8 years ago |
Craig Tiller
|
fa3b130b81
|
Merge pull request #9476 from ctiller/unflatten
Remove slice allocator completion callbacks from global combiner
|
8 years ago |
Mark D. Roth
|
40b4c786f0
|
Accept max message size JSON values as either strings or numbers.
|
8 years ago |
Craig Tiller
|
4edd56751f
|
Merge github.com:grpc/grpc into maxmsgsz
|
8 years ago |
Craig Tiller
|
6fa43c5e22
|
Merge branch 'maxmsgsz' of github.com:ctiller/grpc into maxmsgsz
|
8 years ago |
Craig Tiller
|
1291fd4b2f
|
Merge pull request #9471 from ctiller/cp
Consume the correct event fd
|
8 years ago |
Robbie Shade
|
55a046a479
|
Add a 'Running test: ' string to test output
|
8 years ago |
Mark D. Roth
|
4ffcb2058d
|
Merge pull request #9465 from markdroth/core_api_change
Move parameters for all grpc_op types into their own sub-structs.
|
8 years ago |
Craig Tiller
|
5082d7e942
|
Remove slice allocator completion callbacks from global combiner
These were never intended to be under that lock, and doing so can (sometimes) flatten our concurrency back to a single thread.
|
8 years ago |
makdharma
|
890ccaedca
|
Merge pull request #9458 from makdharma/http2_interop
add http2 interop tests to Jenkins
|
8 years ago |
Craig Tiller
|
e49959dc98
|
Consume the correct event fd
|
8 years ago |
Mark D. Roth
|
db74844fb6
|
Really fix python.
|
8 years ago |
David G. Quintas
|
0292bf6176
|
Merge pull request #9464 from dgquintas/stalled_stream_ref_fix
Fixed stream ref issue on exhausted outgoing flow ctrl window
|
8 years ago |
Mark D. Roth
|
9d76dbe5d3
|
clang-format
|
8 years ago |
Mark D. Roth
|
02adb8914f
|
Fix cython bug.
|
8 years ago |
David Garcia Quintas
|
d8e3e3d544
|
clang-format
|
8 years ago |
Mark D. Roth
|
435f9f23ef
|
Fix tests.
|
8 years ago |
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 |
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 |
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 |
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 |