aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fix failures in fuzzing testsGravatar Craig Tiller2017-01-30
|
* Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-30
|\
| * Merge pull request #9486 from ctiller/but-whyGravatar Craig Tiller2017-01-30
| |\ | | | | | | Record why an FD was shutdown
| * | Fix fuzzing detected failureGravatar Craig Tiller2017-01-30
| | | | | | | | | | | | | | | If both :authority and host appear in client initial headers, we either leak (in opt builds) or crash (in dbg).
| * | Remove a duplicated gpr_freeGravatar Muxi Yan2017-01-29
| | |
| * | Merge pull request #8464 from y-zeng/str_lengthGravatar Craig Tiller2017-01-27
| |\ \ | | | | | | | | Check the length of unix socket path name
* | | | Fix bugs with TCPGravatar Craig Tiller2017-01-27
| | | |
* | | | Fix validation, stream window update edge triggeringGravatar Craig Tiller2017-01-27
| | | |
* | | | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
|\| | |
* | | | Bug fixes, tracing for bdp estimationGravatar Craig Tiller2017-01-27
| | | |
| | | * clang-formatGravatar Craig Tiller2017-01-27
| | | |
| | | * Merge branch 'but-why' of github.com:ctiller/grpc into but-whyGravatar Craig Tiller2017-01-27
| | | |\
| | | | * Update TCP WindowsGravatar Craig Tiller2017-01-27
| | | | |
| | | * | Update nodeGravatar Craig Tiller2017-01-27
| | | |/
| | | * Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | |/ | |/| | | | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* | | Better ping mgmtGravatar Craig Tiller2017-01-27
| | |
| * | Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
| |\ \ | | | | | | | | Re-integrate metadata handling changes
* | | | Target 2x BDPGravatar Craig Tiller2017-01-27
| | | |
| | * | 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
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Be more lazy about stream flow control updatesGravatar 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
* | | | | | | | Be more lazy about stream flow control updatesGravatar Craig Tiller2017-01-26
| | | | | | | |
| * | | | | | | Merge pull request #9476 from ctiller/unflattenGravatar Craig Tiller2017-01-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove slice allocator completion callbacks from global combiner
* | \ \ \ \ \ \ \ Merge branch 'bwest' into bm_countwrites+bwestGravatar Craig Tiller2017-01-26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | | * | | Accept max message size JSON values as either strings or numbers.Gravatar Mark D. Roth2017-01-26
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
| |\| | | | | |
* | | | | | | | Merge github.com:grpc/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
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | 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 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 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
| | | | | | | | |
| | | * | | | | | 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
| | | | | | | | | |