aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server
Commit message (Expand)AuthorAge
...
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\| |
| | * Use notify_on_receive_settings to enforce server handshake deadline.Gravatar Mark D. Roth2017-11-09
| | * Add notify_on_receive_settings closure to chttp2 transport.Gravatar Mark D. Roth2017-11-09
| | * Bool-ify is_client param.Gravatar Mark D. Roth2017-11-09
| | * Add channel arg for server handshake timeout.Gravatar Mark D. Roth2017-11-09
| |/
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Removing more build errorsGravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * more pointer conversions and goto jump warningsGravatar Yash Tibrewal2017-10-02
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-20
|\|
| * Removing designated initializers, implicit string literal to char *Gravatar Yash Tibrewal2017-09-18
* | 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