aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-18
|\
| * removing a completed TODO, removing forward declarations and rearranging code...Gravatar Yash Tibrewal2017-09-13
| * Adding more pointer conversions and type renamingGravatar Yash Tibrewal2017-09-13
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\|
| * More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\|
| * Add rich closure debug modeGravatar ncteisen2017-06-08
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| * Fixes #9542Gravatar Makarand Dharmapurikar2017-05-18
* | Converting codeGravatar Craig Tiller2017-05-12
|/
* Demote handshake logging msg to DEBUGGravatar David Garcia Quintas2017-04-21
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-07
|\
* | Fix sanityGravatar Craig Tiller2017-04-03
* | Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
| * Make chunk sizes configurable, push channel args down a little deeperGravatar Craig Tiller2017-03-28
|/
* 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
* | | clang-formatGravatar 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
| * clang-formatGravatar Mark D. Roth2016-12-01
| * Fix shutdown semantics for client and server code.Gravatar Mark D. Roth2016-11-30
| * Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-29
| |\
| | * Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
| * | Use the same synchronization in the insecure server code as in the secure.Gravatar Mark D. Roth2016-11-17