aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #14647 from kpayson64/fork_exec_ctx_checkGravatar kpayson642018-05-15
|\ | | | | Add exec_ctx check to fork handlers
* \ Merge pull request #15280 from yashykt/statsremGravatar Yash Tibrewal2018-05-15
|\ \ | | | | | | Remove stats collection from opt builds
* \ \ Merge pull request #15347 from apolcyn/remove_ares_double_exec_ctxGravatar apolcyn2018-05-14
|\ \ \ | | | | | | | | Remove a redundant ExecCtx in c-ares resolver
| | * | Undo clang_format script changeGravatar Yash Tibrewal2018-05-14
| | | |
| | * | Cleanup stats removal for opt build. Stats will only be collected on debug ↵Gravatar Yash Tibrewal2018-05-14
| | | | | | | | | | | | | | | | builds or if GRPC_COLLECT_STATS is defined.
* | | | Merge pull request #15350 from ericgribkoff/remove_no_op_stringGravatar Eric Gribkoff2018-05-14
|\ \ \ \ | | | | | | | | | | chttp2_transport: remove unused string
| * | | | chttp2_transport: remove unused stringGravatar Eric Gribkoff2018-05-14
| | | | |
| | * | | Remove a redundant ExecCtx in c-ares resolverGravatar Alexander Polcyn2018-05-11
| |/ / /
* | | | Merge pull request #15044 from yashykt/gprlikely2Gravatar Yash Tibrewal2018-05-11
|\ \ \ \ | |/ / / |/| | | Add GPR_UNLIKELY annotations for client side on error cases
| | | * Review changesGravatar kpayson642018-05-11
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_checkGravatar kpayson642018-05-11
| | | |\ | |_|_|/ |/| | |
| | | * Test failure fixesGravatar kpayson642018-05-11
| | | |
* | | | Merge pull request #15203 from sreecha/fd-traceGravatar Sree Kuchibhotla2018-05-11
|\ \ \ \ | | | | | | | | | | fd tracing support
* \ \ \ \ Merge pull request #15325 from yihuazhang/google_default_creds_fixGravatar yihuaz2018-05-10
|\ \ \ \ \ | | | | | | | | | | | | Fix channel args errors in google default credentials
| * | | | | fix google default credsGravatar Yihua Zhang2018-05-09
| | | | | |
* | | | | | Migrate SSL_transport_security TSI to new TSI handshaker APIGravatar jiangtaoli20162018-05-09
|/ / / / /
* | | | | Add tsi_handshaker_shutdown to TSIGravatar Yihua Zhang2018-05-09
| | | | |
* | | | | Merge pull request #15283 from apolcyn/server_consume_socket_mutatorGravatar apolcyn2018-05-08
|\ \ \ \ \ | | | | | | | | | | | | Consume socket mutators on posix servers
| | | * | | Remove GPR_UNLIKELY that are not in the call pathGravatar Yash Tibrewal2018-05-08
| | | | | |
| * | | | | Add a test that tcp server posix consumes socket mutatorsGravatar Alexander Polcyn2018-05-08
| | | | | |
* | | | | | Remove redundant ExecCtxGravatar yang-g2018-05-04
| | | | | |
| | | | * | Try removing statsGravatar Yash Tibrewal2018-05-04
| | | | | |
* | | | | | Merge pull request #15240 from yihuazhang/google_default_credsGravatar yihuaz2018-05-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Incorporate alts to google default creds
* \ \ \ \ \ \ Merge pull request #15235 from yashykt/remflushGravatar Yash Tibrewal2018-05-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unnecessary exec ctx flush
| | | | | * | | Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
| | | | | |/ /
| | * | | / / incorporate alts to google default credsGravatar Yihua Zhang2018-05-03
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #15143 from jiangtaoli2016/init_opensslGravatar Jiangtao Li2018-05-03
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Init OpenSSL callbacks if it has not been initialized.
| | * | | | Remove unnecessary exec ctx flushGravatar Yash Tibrewal2018-05-03
| |/ / / / |/| | | |
* | | | | Regenerate projectsGravatar Mehrdad Afshari2018-05-02
| | | | |
* | | | | Merge pull request #14886 from markdroth/c++_subchannel_listGravatar Mark D. Roth2018-05-02
|\ \ \ \ \ | | | | | | | | | | | | Convert subchannel_list code to C++.
| * | | | | Fix error refcounting bug.Gravatar Mark D. Roth2018-05-01
| | | | | |
| * | | | | clang-formatGravatar Mark D. Roth2018-05-01
| | | | | |
| * | | | | Maintain ref to LB policy.Gravatar Mark D. Roth2018-05-01
| | | | | |
| * | | | | Make sure we set error for transient_failure state.Gravatar Mark D. Roth2018-05-01
| | | | | |
* | | | | | Merge pull request #15236 from yashykt/runcommentGravatar Yash Tibrewal2018-04-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Message about the watcher_timer_init closure requiring immediate exec
* \ \ \ \ \ \ Merge pull request #15205 from yashykt/gprassertGravatar Yash Tibrewal2018-04-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Replace assert in closures with GPR_ASSERT
| | | | | | | * c++ifyGravatar kpayson642018-04-30
| | | | | | | |
| | | | | | | * Add exec_ctx check to fork handlersGravatar kpayson642018-04-30
| | | | | | | |
* | | | | | | | Merge pull request #15226 from hcaseyal/timer_typosGravatar hcaseyal2018-04-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix typos in GPR_TIMER_SCOPE annotations
| | | * | | | | | Message about the watcher timer init closure requiring immediate execution.Gravatar Yash Tibrewal2018-04-30
| | | | | | | | |
* | | | | | | | | Merge pull request #15108 from ncteisen/compile-out-tracersGravatar Noah Eisen2018-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Compile Out Tracers
| * | | | | | | | | Add in compile out tracers optionGravatar ncteisen2018-04-30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15156 from AspirinSJL/resolution_timer_fixGravatar Juanli Shen2018-04-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Check retry timer before starting resolving
| * | | | | | | | | | Don't resolve if there is a resolution timerGravatar Juanli Shen2018-04-30
| |/ / / / / / / / /
| | * | | | | | | | Fix typos in GPR_TIMER_SCOPEGravatar Hope Casey-Allen2018-04-29
| | | | | | | | | |
| | | | | * | | | | Fix error refcounting bug.Gravatar Mark D. Roth2018-04-27
| | | | | | | | | |
| | | | | * | | | | Improve trace logging.Gravatar Mark D. Roth2018-04-27
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15217 from jiangtaoli2016/fix_security_connector_namespaceGravatar Jiangtao Li2018-04-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix namespace of security_connector test functions
| | | | | | * | | | | clang-formatGravatar Mark D. Roth2018-04-27
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #14905 from ara-ayvazyan/enable_loopback_fastpathGravatar Noah Eisen2018-04-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable SIO_LOOPBACK_FAST_PATH on Windows