aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into large_message_benchmarksGravatar Craig Tiller2017-01-27
|\
| * Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
| |\ | | | | | | Re-integrate metadata handling changes
| * \ Merge pull request #9466 from rjshade/add_test_logGravatar Yang Gao2017-01-27
| |\ \ | | | | | | | | Add "Running test:" string to test log output
| | | * Add commentGravatar Craig Tiller2017-01-27
| | | |
| * | | Merge pull request #9477 from markdroth/service_config_max_message_size_fixGravatar Mark D. Roth2017-01-27
| |\ \ \ | | | | | | | | | | Accept max message size JSON values as either strings or numbers.
| | | | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-27
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #9404 from ctiller/maxmsgszGravatar Craig Tiller2017-01-26
| |\ \ \ \ | | | | | | | | | | | | Remove double-checking of max-message-size in C++ layers
| * \ \ \ \ Merge pull request #9416 from thinkerou/update_method_property_visibilityGravatar Stanley Cheung2017-01-26
| |\ \ \ \ \ | | | | | | | | | | | | | | PHP: Update the visibility property of method
| * \ \ \ \ \ Merge pull request #9415 from thinkerou/fix_php_lib_code_styleGravatar Stanley Cheung2017-01-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: fix code style
| | | | | | | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge pull request #9476 from ctiller/unflattenGravatar Craig Tiller2017-01-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove slice allocator completion callbacks from global combiner
| | | | | | * | | Accept max message size JSON values as either strings or numbers.Gravatar Mark D. Roth2017-01-26
| | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Merge github.com:grpc/grpc into maxmsgszGravatar Craig Tiller2017-01-26
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Merge branch 'maxmsgsz' of github.com:ctiller/grpc into maxmsgszGravatar Craig Tiller2017-01-26
| | | | | |\ \ \
| | | | | | | | * Fix merge errorGravatar Craig Tiller2017-01-26
| | | | | | | | |
| | | | | | | | * Fix merge errorGravatar Craig Tiller2017-01-26
| | | | | | | | |
| | | | | | | | * Fix merge errorGravatar Craig Tiller2017-01-26
| | | | | | | | |
| * | | | | | | | Merge pull request #9471 from ctiller/cpGravatar Craig Tiller2017-01-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Consume the correct event fd
| | | | | | | | | * Fix error handlingGravatar Craig Tiller2017-01-26
| | | | | | | | | |
| | | | | | | | | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | | | | | | | | |\ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | | * | Add a 'Running test: ' string to test outputGravatar Robbie Shade2017-01-26
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9465 from markdroth/core_api_changeGravatar Mark D. Roth2017-01-26
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | Move parameters for all grpc_op types into their own sub-structs.
| | | | | | | | | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | | | | | | | | |\ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | | | * Merge branch 'unflatten' into rollfwdGravatar Craig Tiller2017-01-26
| | | | | | | | | |\ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | | * | | | | | Remove slice allocator completion callbacks from global combinerGravatar Craig Tiller2017-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were never intended to be under that lock, and doing so can (sometimes) flatten our concurrency back to a single thread.
| * | | | | | | | | Merge pull request #9458 from makdharma/http2_interopGravatar makdharma2017-01-26
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | add http2 interop tests to Jenkins
| | | | | | | | | * Merge branch 'cp' into rollfwdGravatar Craig Tiller2017-01-26
| | | | | | | | | |\ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | | * | | | | | Consume the correct event fdGravatar Craig Tiller2017-01-26
| | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | Really fix python.Gravatar Mark D. Roth2017-01-26
| | | | | | | | |
| * | | | | | | | Merge pull request #9464 from dgquintas/stalled_stream_ref_fixGravatar David G. Quintas2017-01-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed stream ref issue on exhausted outgoing flow ctrl window
| | | | * | | | | | clang-formatGravatar Mark D. Roth2017-01-25
| | | | | | | | | |
| | | | * | | | | | Fix cython bug.Gravatar Mark D. Roth2017-01-25
| | | | | | | | | |
| | * | | | | | | | clang-formatGravatar David Garcia Quintas2017-01-25
| | | | | | | | | |
| | | | * | | | | | Fix tests.Gravatar Mark D. Roth2017-01-25
| | | | | | | | | |
| | | | * | | | | | Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9372 from markdroth/proxy_mapperGravatar Mark D. Roth2017-01-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add proxy mapper hook.
| | | * | | | | | | | PR comments: do-while in lieu of gotoGravatar David Garcia Quintas2017-01-25
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #9383 from markdroth/http_connect_channel_argGravatar Mark D. Roth2017-01-25
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | Trigger HTTP CONNECT handshaker via channel args.
| | | | * | | | | | | Fixed stream ref issueGravatar David Garcia Quintas2017-01-25
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #9343 from jtattermusch/fix_grpclb_test_depsGravatar Jan Tattermusch2017-01-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix ordering of deps in grpclb_test
| | | | | | | | | | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
| | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | | | | * | | | | | add http2 interop tests to JenkinsGravatar Makarand Dharmapurikar2017-01-24
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | * | | | | | | Code review changes.Gravatar Mark D. Roth2017-01-24
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9411 from ctiller/faster_slicesGravatar Sree Kuchibhotla2017-01-24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make move_first not call memmove
| | * | | | | | | | | FixupGravatar Craig Tiller2017-01-23
| | | | | | | | | | |
| | * | | | | | | | | Merge github.com:grpc/grpc into faster_slicesGravatar Craig Tiller2017-01-23
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #9074 from dgquintas/poll_fd_shutdownGravatar Sree Kuchibhotla2017-01-23
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | poll_posix double shutdown fix
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #8810 from htuch/pollset-fixGravatar Sree Kuchibhotla2017-01-23
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix workqueue_move_items_to_parent invocation bug in polling_island_merge
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9127 from ↵Gravatar Masood Malekghassemi2017-01-23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | Run yapf over Python codeGravatar Masood Malekghassemi2017-01-23
| | | | | | | | | | | | | |