aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
* Set error status correctly on server sideGravatar Ken Payson2018-01-04
|
* Refactor POSIX TCP client connect.Gravatar Dan Born2017-12-12
|
* 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 pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\ | | | | All instances of exec_ctx being passed around in src/core removed
* \ Merge pull request #13559 from dmaclach/threadnamesGravatar Vijay Pai2017-12-05
|\ \ | | | | | | Add thread naming support on platforms that support it.
| | * Merge master into execctxGravatar Yash Tibrewal2017-12-05
| | |\ | |_|/ |/| |
| * | clang-formatGravatar Vijay Pai2017-12-04
| | |
* | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
|\ \ \ | | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout
* | | | fix connectivity test failureGravatar Sree Kuchibhotla2017-12-04
| | | |
| | * | Merge branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
| | |\ \
* | | | | Delete outdated commentsGravatar Sree Kuchibhotla2017-12-01
| | | | |
* | | | | Provide a cleaner API for proxy_connection_failed().Gravatar Mark D. Roth2017-12-01
| | | | |
* | | | | No need to explicitly zero initialize since we are doing zalloc. Some misc ↵Gravatar Sree Kuchibhotla2017-12-01
| | | | | | | | | | | | | | | | | | | | formatting changes
| * | | | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| |\ \ \ \ | | | |/ / | | |/| |
| | | | * Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
| | | | |\ | | | |_|/ | | |/| |
* | | | | Add special cases and some commentsGravatar Sree Kuchibhotla2017-11-30
| | | | |
* | | | | Change ep_state from gpr_atm to int since all callbacks execute under a ↵Gravatar Sree Kuchibhotla2017-11-30
| | | | | | | | | | | | | | | | | | | | combiner and hence conn object is thread safe
* | | | | properly shutdown endpoints in h2_http_proxyGravatar Sree Kuchibhotla2017-11-30
| |/ / / |/| | |
| | * | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| | | |
| | | * Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
| | | |\
| | | * | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | | |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-29
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | | * | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a client of grpc I want to be aware of which threads are being created by grpc, and giving them recognizable names makes it significantly easier to diagnose what is going on in my programs. This provides thread names for macOS and Linux. Adding support for other platforms should be easy for platform specialists.
| * | | | Fix windowsGravatar ncteisen2017-11-29
| | | | |
| * | | | clang fmtGravatar ncteisen2017-11-29
| | | | |
| * | | | Add test for RecvStatus error_string APIGravatar ncteisen2017-11-29
| | |/ / | |/| |
| | | * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵Gravatar Yash Tibrewal2017-11-28
| | | | | | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
| | | * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| | | |
* | | | Fix the fuzzersGravatar ncteisen2017-11-28
| | | |
* | | | Remove uneeded header, fix unused warnGravatar ncteisen2017-11-28
| | | |
| | | * A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| | | |
| | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | |\ | | |_|/ | |/| |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
|\| | |
| | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-20
| | |\ \ | | |/ / | |/| |
| | * | Fix some dumb typos.Gravatar Mark D. Roth2017-11-20
| | | |
* | | | Fix test cert buildGravatar ncteisen2017-11-20
| | | |
| * | | Attempt to fix TSANGravatar ncteisen2017-11-17
| | | |
* | | | Fix windows buildGravatar ncteisen2017-11-17
| | | |
* | | | clang fmtGravatar ncteisen2017-11-17
| | | |
* | | | Un extern the fuzzersGravatar ncteisen2017-11-17
| | | |
* | | | Remove all extern CGravatar ncteisen2017-11-17
|/ / /
| | * 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
| | |
* | | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| | |
| | * Merge masterGravatar Yash Tibrewal2017-11-09
| | |\ | |_|/ |/| |
| | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | |\