aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/server/insecure
Commit message (Collapse)AuthorAge
* Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* 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 ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* 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 ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
* | | 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
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | Also converting to .cc
* 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
| | | | 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 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
| | | | | | | | Also clean up hand-off semantics of endpoints.
| * 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 ↵Gravatar murgatroid992016-09-23
| | | | | | | | | | | | POSIX tests
* | | Buffer pools compileGravatar Craig Tiller2016-09-23
| |/ |/|