aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server/insecure
Commit message (Expand)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
* 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
* | | Buffer pools compileGravatar Craig Tiller2016-09-23
| |/ |/|
| * Remove completion queue parameter from grpc_server_add_insecure_channel_from_...Gravatar Sree Kuchibhotla2016-08-22
|/
* Change handshaker API to use a read buffer to pass leftover bytes readGravatar Mark D. Roth2016-08-04
* Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
|\
| * Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
| |\
* | | Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| |/ |/|
* | clang-formatGravatar Mark D. Roth2016-07-21
* | Add acceptor parameter.Gravatar Mark D. Roth2016-07-20
* | clang-formatGravatar Mark D. Roth2016-07-20
* | Plumb channel args through handshakers.Gravatar Mark D. Roth2016-07-15
* | Use handshake_manager API in client and server.Gravatar Mark D. Roth2016-07-14
| * Shutdown the listeners early when destroying the tcp_serverGravatar yang-g2016-07-11
|/
* Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
|\
| * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| |\
| | * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10