aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server/insecure
Commit message (Expand)AuthorAge
* Make linux polling engines capable of tracking errors separately withGravatar Yash Tibrewal2018-04-20
* Abstract libuv implementationGravatar kpayson642018-03-13
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
* Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\
* | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \
| | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-15
| | |\ | | |/ | |/|
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| * | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| * | s/NULL/nullptrGravatar Craig Tiller2017-11-10
* | | Merge with masterGravatar Yash Tibrewal2017-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
| |/
| * 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
|/
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Make chunk sizes configurable, push channel args down a little deeperGravatar Craig Tiller2017-03-28
* 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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
|\
| * clang-formatGravatar Craig Tiller2016-12-05
| * 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
| * | Use the same connector code for both secure and insecure clients.Gravatar Mark D. Roth2016-11-17
| |/
| * Change grpc_handshaker_args to be owned by the handshake manager.Gravatar Mark D. Roth2016-11-16
| * Fix error refcounting in on_handshake_done callbacks.Gravatar Mark D. Roth2016-11-14
| * Change handshake manager to invoke callbacks via an exec_ctx.Gravatar Mark D. Roth2016-11-11
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\
| * Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| |\
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/ /
* | clang-formatGravatar Craig Tiller2016-10-18
* | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
| |\
* | \ Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-09-29
|\ \ \ | | |/ | |/|
* | | Tests pass with buffer pools plumbed inGravatar Craig Tiller2016-09-23
| | * Remove sockaddr type structs and socklen_t from internal core APIs, update PO...Gravatar murgatroid992016-09-23