aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
|\
| * Merge pull request #6586 from makdharma/cronetGravatar Jorge Canizales2016-05-27
| |\
| * \ Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| |\ \
| | * \ Merge pull request #6423 from ctiller/signal_handlerGravatar Jan Tattermusch2016-05-22
| | |\ \
| | | | * Bugfix to work with empty messagesGravatar Makarand Dharmapurikar2016-05-20
| | * | | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
| | |\ \ \ | | | | |/ | | | |/|
| | | | * clang-formatGravatar Craig Tiller2016-05-18
| | | | * Merge github.com:grpc/grpc into signal_handlerGravatar Craig Tiller2016-05-18
| | | | |\ | | | | |/ | | | |/|
* | | | | added missing pollset_set changes to cronet transportGravatar David Garcia Quintas2016-05-18
* | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-18
|\ \ \ \ \ | | |_|/ / | |/| | |
| | * | | Further server cq affinity workGravatar Craig Tiller2016-05-16
| | * | | Begin sharding request queues per cqGravatar Craig Tiller2016-05-16
| |/ / /
| * | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
| | * | Merge branch 'master' of https://github.com/grpc/grpc into credentials_refact...Gravatar Julien Boeuf2016-05-10
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #6320 from markdroth/limit_metadata_sizeGravatar Jan Tattermusch2016-05-10
| |\ \ \
| * | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| * | | | Merge pull request #6379 from y-zeng/debug-logging-fixGravatar Yuchen Zeng2016-05-05
| |\ \ \ \
| * \ \ \ \ Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
| |\ \ \ \ \
| | | | | * | Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | |_|_|/ / | |/| | | |
| | | | * | Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
| | | | * | Use unlimited default for max header size until receiving new settingsGravatar Mark D. Roth2016-05-04
| | | | | * Fix some ubsan issues: I fear no bugs were harmed in the making of this episodeGravatar Craig Tiller2016-05-03
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-03
|\| | | |
| | * | | Fixed a compiler warning that only shows up on linuxGravatar Makarand Dharmapurikar2016-05-03
| | * | | clang-format fixesGravatar Makarand Dharmapurikar2016-05-03
| | * | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | | * Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-03
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
| * | | | Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
| |\ \ \ \
| | | | | * Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-02
| | | | | |\
| | | | | * | Changed writing code to honor the peer's header size limit setting.Gravatar Mark D. Roth2016-05-02
| | | * | | | Clang formatting fixesGravatar Makarand Dharmapurikar2016-05-01
| | | * | | | created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@Gravatar Makarand Dharmapurikar2016-05-01
| | | * | | | fixed clang formatingGravatar Makarand Dharmapurikar2016-05-01
| | | * | | | moved cronet_c_for_grpc.h in third_partyGravatar Makarand Dharmapurikar2016-05-01
| | | * | | | cronet wrapper codeGravatar Makarand Dharmapurikar2016-05-01
| | | | |_|/ | | | |/| |
| * | / | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| | |/ / / | |/| | |
| | | * | format fixesGravatar Yuchen Zeng2016-04-29
| | * | | Stress test fixesGravatar Craig Tiller2016-04-29
| |/ / /
| | * / debug logging fixGravatar Yuchen Zeng2016-04-29
| |/ /
| | * Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new memberGravatar Mark D. Roth2016-04-29
| | * Mark stream as cancelled if we exceed the metadata size limit.Gravatar Mark D. Roth2016-04-28
* | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-27
|\ \ \
| | | * Initial attempt at adding support for max metadata size. Currently, theGravatar Mark D. Roth2016-04-27
| | |/ | |/|
| | * Fix use-after-freeGravatar Craig Tiller2016-04-26
| | * Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
| | |\ | | |/ | |/|
* | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-25
|\ \ \
| | * | Fix test bugs, expand corpusGravatar Craig Tiller2016-04-24
| | * | Expand corpusGravatar Craig Tiller2016-04-23
| | |\ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-21
| | |\ \