aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Regenerate projectsGravatar Sanjay Pujare2019-01-03
|
* Revert "Implement a lock-free fast path for queue_call_request()"Gravatar Jan Tattermusch2019-01-02
|
* Merge pull request #17611 from jtattermusch/reintroduce_tcp_windowsGravatar Jan Tattermusch2019-01-02
|\ | | | | Reintroduce tcp windows improvements
| * Revert "Revert "better slice management for win_read""Gravatar Jan Tattermusch2019-01-02
| | | | | | | | This reverts commit a050ae8ddc3a64151b344fd1a4d438db9dea2acb.
| * Revert "Revert "basic tcp_trace support for windows""Gravatar Jan Tattermusch2019-01-02
| | | | | | | | This reverts commit f438d72e6c5e5bd839a255322fb91c416822f629.
* | * Fixed issue(17563) "Freeing heap block containing an active critical ↵Gravatar xtao2018-12-22
|/ | | | section." reported by Application Verifier on Windows.
* Fix errorGravatar Yash Tibrewal2018-12-21
|
* Merge branch 'master' into fathomGravatar Yash Tibrewal2018-12-20
|\
* | Revert changes to Context list cleanupGravatar Yash Tibrewal2018-12-20
| |
| * Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
| |
| * Merge pull request #17547 from markdroth/alignment_cleanupGravatar Mark D. Roth2018-12-20
| |\ | | | | | | Remove now-unnecessary workarounds for alignment issues.
* | | Fix compiler errorGravatar Yash Tibrewal2018-12-19
| | |
| * | Merge pull request #17351 from yashykt/softerrorsetsocketGravatar Yash Tibrewal2018-12-18
| |\ \ | | | | | | | | Fallback instead of failing for cases where are not able to set the socket options
| * \ \ Merge pull request #17534 from markdroth/grpclb_subchannel_fixGravatar Nicolas Noble2018-12-18
| |\ \ \ | | | | | | | | | | Fix bug incorrectly inhibiting subchannel sharing for grpclb.
| | | | * Remove now-unnecessary workarounds for alignment issues.Gravatar Mark D. Roth2018-12-18
| | | | |
| * | | | Merge pull request #17055 from danieljoos/openssl_v_1_1Gravatar Nicolas Noble2018-12-18
| |\ \ \ \ | | | | | | | | | | | | Enable compilation with OpenSSL 1.1 API
| | | * | | Fix bug that was breaking subchannel reuse in grpclb.Gravatar Mark D. Roth2018-12-18
| | | | |/ | | | |/|
| * | | | Merge pull request #17533 from markdroth/grpclb_trace_loggingGravatar Mark D. Roth2018-12-18
| |\ \ \ \ | | | | | | | | | | | | Improve grpclb trace logging.
| | | | | * Suppress compiler error by initializing sent_lengthGravatar Yash Tibrewal2018-12-18
| | | | | |
| | | | | * Merge branch 'master' into softerrorsetsocketGravatar Yash Tibrewal2018-12-18
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | Add error details on context list clearingGravatar Yash Tibrewal2018-12-17
| | | | | |
* | | | | | Avoid taking refs on the stream by getting a copy of the contextGravatar Yash Tibrewal2018-12-17
|/ / / / /
| * | / / Improve grpclb trace logging.Gravatar Mark D. Roth2018-12-17
| | |/ / | |/| |
* / | | extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
|/ / /
* | | Merge pull request #17500 from jiangtaoli2016/client_root_nullGravatar Jiangtao Li2018-12-14
|\ \ \ | | | | | | | | Set SSL_CTX_set_verify even if pem_client_root_certs is null
* \ \ \ Merge pull request #17495 from apolcyn/revise_ares_loggingGravatar apolcyn2018-12-13
|\ \ \ \ | | | | | | | | | | Put most c-ares logs under a tracer
* \ \ \ \ Merge pull request #17488 from nicolasnoble/revert-windows-logsGravatar Nicolas Noble2018-12-13
|\ \ \ \ \ | | | | | | | | | | | | Reverting #17378
| | * | | | Move most c-ares logs under a tracerGravatar Alexander Polcyn2018-12-13
| | | | | |
| | | * | | Set SSL_CTX_set_verify even if pem_client_root_certs is nullGravatar jiangtaoli20162018-12-13
| | | | | |
* | | | | | Merge pull request #17291 from soheilhy/worktree-security-cppGravatar Soheil Hassas Yeganeh2018-12-13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Move security credentials, connectors, and auth context to C++
| * | | | | Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* | | | | | Merge pull request #17470 from apolcyn/cares_default_prepGravatar apolcyn2018-12-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Avoid SRV and TXT lookups for localhost
| | | * | | | Revert "basic tcp_trace support for windows"Gravatar Nicolas "Pixel" Noble2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5861f082607344ed42215ac341e97e4b4bbf0abc.
| | | * | | | Revert "better slice management for win_read"Gravatar Nicolas "Pixel" Noble2018-12-13
| |_|/ / / / |/| | | | | | | | | | | | | | | | | This reverts commit b0139e15425196be518b251dbdfa3b86648b4740.
* | | | | | Merge pull request #17482 from markdroth/remove_memory_alignment_hackGravatar Mark D. Roth2018-12-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert alignment hack in New<> and Delete<>.
| * | | | | | Revert alignment hack in New<> and Delete<>.Gravatar Mark D. Roth2018-12-12
| | |_|/ / / | |/| | | |
| | * | | | Disable SRV and TXT lookups for localhostGravatar Alexander Polcyn2018-12-12
| |/ / / /
* / / / / Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
|/ / / / | | | | | | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
* | | | Merge pull request #17364 from vishalpowar/generate_buildGravatar vishalpowar2018-12-11
|\ \ \ \ | |/ / / |/| | | Changes add a script for generating C code and build rule for protobuf
| * | | Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
* | | | Merge pull request #17456 from ncteisen/socket-paginationGravatar Noah Eisen2018-12-11
|\ \ \ \ | | | | | | | | | | Channelz: Add Pagination to ServerSockets
| * | | | Add test and fix bugGravatar ncteisen2018-12-11
| | | | |
| * | | | reviewer feedbackGravatar ncteisen2018-12-11
| | | | |
| * | | | Add max_results to ServerSocketsGravatar ncteisen2018-12-11
| | | | |
* | | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| | | | |
* | | | | Merge pull request #17457 from muxi/alternate-debug-countersGravatar Muxi Yan2018-12-10
|\ \ \ \ \ | | | | | | | | | | | | Add more counters to debug the timer crash on iOS
| | * | | | Add pagination to serversocketsGravatar ncteisen2018-12-10
| |/ / / / |/| | | |
| * | | | clang-formatGravatar Muxi Yan2018-12-10
| | | | |
| * | | | Add next_value and start_timeGravatar Muxi Yan2018-12-10
| | | | |
* | | | | Merge pull request #17398 from yihuazhang/gdc_metadata_serverGravatar yihuaz2018-12-10
|\ \ \ \ \ | | | | | | | | | | | | Add a non-sticky network check of metadata server detection to google default credentials