aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server
Commit message (Collapse)AuthorAge
* clang-format after nullptr changesGravatar Craig Tiller2017-11-10
|
* s/NULL/nullptrGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* 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
| | | | | | | | Also converting to .cc
| * 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
| | | | | | | | conversions and solving crosses initialization due to jump warnings
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-18
|\|
| * removing a completed TODO, removing forward declarations and rearranging ↵Gravatar Yash Tibrewal2017-09-13
| | | | | | | | code instead, removing _t suffixes with other recommendations
| * 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
| | | | | | | | | | | | This fixes the case when a server is shutdown right after it Accept'ed a connection. The socket needs to be closed right before the endpoint is destroyed.
* | 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
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* 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
| | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | 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
| |\ | | | | | | Address comments from #8913. Also make changes needed for import.
| * | 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
| |/ /