Sree Kuchibhotla
|
b5517ddf65
|
typo
|
8 years ago |
Craig Tiller
|
8a8021a2ad
|
Merge github.com:grpc/grpc into bm_msgsz
|
8 years ago |
Craig Tiller
|
49ee19d46d
|
Merge branch 'bm_msgsz' of github.com:ctiller/grpc into bm_msgsz
|
8 years ago |
Craig Tiller
|
393a4d9156
|
clang-format
|
8 years ago |
Craig Tiller
|
261979be7d
|
Merge branch 'but-why' of github.com:ctiller/grpc into but-why
|
8 years ago |
Craig Tiller
|
6ba80f94ed
|
Update TCP Windows
|
8 years ago |
Craig Tiller
|
22f13fb2fb
|
Update node
|
8 years ago |
Craig Tiller
|
cda759d658
|
Add an error to fd_shutdown (and recursively)
Allows diagnosing WHY a file descriptor was shutdown prematurely.
|
8 years ago |
Sree Kuchibhotla
|
70d9ca402a
|
Excluded async_client_sync_server_* tests for poll-cv engine since it
sometimes get stuck (or extremely slow).
(https://github.com/grpc/grpc/issues/8545) created to debug poll-cv
issues with async_client_sync_server perf tests
|
8 years ago |
Craig Tiller
|
46357c882d
|
Merge pull request #9444 from ctiller/rollfwd
Re-integrate metadata handling changes
|
8 years ago |
Yang Gao
|
8daca99390
|
Merge pull request #9466 from rjshade/add_test_log
Add "Running test:" string to test log output
|
8 years ago |
Craig Tiller
|
a78da60a8a
|
Add comment
|
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
|
68bb6a8453
|
Merge github.com:grpc/grpc into rollfwd
|
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
|
1812cb87e2
|
Merge github.com:grpc/grpc into rollfwd
|
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
|
c2e85bf9f6
|
Merge branch 'maxmsgsz' into bm_msgsz
|
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
|
e3562b8320
|
Fix merge error
|
8 years ago |
Craig Tiller
|
c3b6d3a3eb
|
Fix merge error
|
8 years ago |
Craig Tiller
|
ce7b981577
|
Fix merge error
|
8 years ago |
Craig Tiller
|
1291fd4b2f
|
Merge pull request #9471 from ctiller/cp
Consume the correct event fd
|
8 years ago |
Craig Tiller
|
f5ffddcff2
|
Fix error handling
|
8 years ago |
Craig Tiller
|
afceb2edbd
|
Merge github.com:grpc/grpc into rollfwd
|
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
|
8b7372b1ee
|
Merge github.com:grpc/grpc into rollfwd
|
8 years ago |
Craig Tiller
|
7a5b9eeeae
|
Merge branch 'unflatten' into rollfwd
|
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 |
Eric Gribkoff
|
132fd42a70
|
Update instructions for building grpc_cli from a fresh copy of the gRPC
repository.
|
8 years ago |
Craig Tiller
|
c63aaf1650
|
Merge branch 'cp' into rollfwd
|
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 |