aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* removed unused traceback importGravatar Eric Gribkoff2018-12-19
|
* Destruct CensusContext to avoid leaking memory.Gravatar easy2018-12-19
| | | | | Otherwise, the placement-new leaks context -> span_ -> impl_ which is a std::shared_ptr.
* 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.
* \ \ 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
| | | | |\
* | | | | \ Merge pull request #17444 from ericgribkoff/server_deallocGravatar Eric Gribkoff2018-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Refactor server deallocation
* \ \ \ \ \ \ Merge pull request #17535 from lidizheng/remove-fake-channelz-dependencyGravatar Lidi Zheng2018-12-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove the fake package dependency
* \ \ \ \ \ \ \ Merge pull request #17524 from jtattermusch/64bit_windows_grpc_toolsGravatar Jan Tattermusch2018-12-18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Use x64 tools on 64-bit Windows in Grpc.Tools (#17437 for master branch)
| | | * | | | | bazel docker image does not support ipv6Gravatar Eric Gribkoff2018-12-17
| | | | | | | |
| | | * | | | | fix BUILD.bazelGravatar Eric Gribkoff2018-12-17
| | | | | | | |
| | * | | | | | Remove the fake package dependency && temporarily skip the Channelz testsGravatar Lidi Zheng2018-12-17
| | | | | | | |
| | | * | | | | Address comments, improve testsGravatar Eric Gribkoff2018-12-17
| | | | | | | |
| | | | * | | | Improve grpclb trace logging.Gravatar Mark D. Roth2018-12-17
| | | | | |/ / | | | | |/| |
* | | | / | | Revert "Revert "re-enable ExitTest""Gravatar Eric Gribkoff2018-12-17
| |/ / / / / |/| | | | | | | | | | | | | | | | | This reverts commit 1bd231605a341bea7ac841b72be212bb8df12f25.
* | | | | | Merge pull request #17528 from grpc/revert-17466-exit_testsGravatar Juanli Shen2018-12-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "re-enable ExitTest"
| * | | | | | Revert "re-enable ExitTest"Gravatar Juanli Shen2018-12-17
| | |_|/ / / | |/| | | |
| | | * | | disable fork test on windowsGravatar Eric Gribkoff2018-12-17
| | | | | |
| | | * | | add tracking issueGravatar Eric Gribkoff2018-12-17
| | | | | |
| | | * | | add testsGravatar Eric Gribkoff2018-12-17
| | | | | |
| | | * | | Refactor server deallocationGravatar Eric Gribkoff2018-12-17
| | |/ / / | |/| | |
| | * | | Use x64 tools on 64-bit Windows in Grpc.ToolsGravatar kkm2018-12-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Windows Nano Server Docker image does not support 32-bit executables. See: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server#important-differences-in-nano-server See: https://github.com/grpc/grpc/pull/13207#issuecomment-444846082 Close: #13098 (wontfix)
* / / / extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
|/ / /
* | | Merge pull request #17490 from lidizheng/py-status-3Gravatar Lidi Zheng2018-12-14
|\ \ \ | | | | | | | | Add grpcio-status extension package
| * | | Assign noop to build_package_protos for backward compatibilityGravatar Lidi Zheng2018-12-14
| | | |
| * | | Update docstring to make it more clearGravatar Lidi Zheng2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | * Mark API as experimental * Rephrase the raise condition * Add more detail to the returned object
* | | | Merge pull request #17466 from ericgribkoff/exit_testsGravatar Eric Gribkoff2018-12-14
|\ \ \ \ | | | | | | | | | | re-enable ExitTest
* \ \ \ \ 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
| | | | * | | Include LICENSE in artifactGravatar Lidi Zheng2018-12-13
| | | | | | |
| | | | * | | Fix typo && remove unecessary exceptGravatar Lidi Zheng2018-12-13
| | | | | | |
* | | | | | | Merge pull request #17488 from nicolasnoble/revert-windows-logsGravatar Nicolas Noble2018-12-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reverting #17378
* \ \ \ \ \ \ \ Merge pull request #17468 from nicolasnoble/grpc_namespaceGravatar Nicolas Noble2018-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.
| | | * | | | | | 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
| | | | | | | | |
| | | | | | * | | Add grpcio-status extension packageGravatar Lidi Zheng2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The new package has 2 API `from_call` and `to_status` * Utilize the experimental API `abort_with_status` * Add 5 unit test cases
* | | | | | | | | 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.
| | | | | * | | | re-enable unit._exit_test.ExitTestGravatar Eric Gribkoff2018-12-12
| | | | |/ / / /
* | | | | | | | Merge pull request #17470 from apolcyn/cares_default_prepGravatar apolcyn2018-12-12
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Avoid SRV and TXT lookups for localhost
* | | | | | | | Merge pull request #17481 from lidizheng/py-status-2Gravatar Lidi Zheng2018-12-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | New abort with grpc.Status API
* \ \ \ \ \ \ \ \ Merge pull request #17484 from grpc/create-census-contextGravatar Richard Belleville2018-12-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Actually build CensusContext
| | | | | | * | | | 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<>.
| | * | | | | | | | Actually build CensusContextGravatar Richard Belleville2018-12-12
| | | | | | | | | |
| | | * | | | | | | Update the documentation about the status code constraintGravatar Lidi Zheng2018-12-12
| | | | | | | | | |