aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server/chttp2_server.c
Commit message (Expand)AuthorAge
* Fixes #9542Gravatar Makarand Dharmapurikar2017-05-18
* Demote handshake logging msg to DEBUGGravatar David Garcia Quintas2017-04-21
* Fix sanityGravatar Craig Tiller2017-04-03
* Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
* Change error_create API to sliceGravatar ncteisen2017-03-13
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| * Contain the links for the pending handshake managers inside handshake_managerGravatar yang-g2017-02-16
|/
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\
* | clang-formatGravatar Craig Tiller2017-01-06
* | Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
| * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
|/
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\
| * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
* | Fix merge errorGravatar Craig Tiller2016-12-12
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\|
| * Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
| |\
| * | Catch the case where we were shutdown after a handoff.Gravatar Mark D. Roth2016-12-09
| | * Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
| | * Pass ownership of grpc_tcp_server_acceptor to connector.Gravatar Mark D. Roth2016-12-08
| * | Make handshakers that exit early responsible for cleaning up all args.Gravatar Mark D. Roth2016-12-07
* | | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| * | Provide a way to exit handshaking early without an error.Gravatar Mark D. Roth2016-12-06
|/ /
| * Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
|/
* clang-formatGravatar Craig Tiller2016-12-05
* Fix server_chttp2_test.Gravatar Mark D. Roth2016-12-02
* Fix allocation bugs in server shutdown.Gravatar Mark D. Roth2016-12-02
* Fix Windows build problem.Gravatar Mark D. Roth2016-12-02
* Use the same server code for both secure and insecure servers.Gravatar Mark D. Roth2016-12-02