aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | 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
| |/ / / / / /
| | | | | | * Nullability annotation fixGravatar Muxi Yan2018-12-14
| | | | | | |
| | | | | | * remove debug informationGravatar Muxi Yan2018-12-14
| | | | | | |
| | | | | | * more nullability annotationGravatar Muxi Yan2018-12-14
| | | | | | |
| | | | | | * CFStream use serial dispatch queueGravatar Muxi Yan2018-12-14
| | | | | | |
| | | | | | * Make NSMutableDictionary annotation rightGravatar Muxi Yan2018-12-14
| | | | | | |
| * | | | | | 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
| | | | | | | | | | |
| | | | | | | | | | * Remove some annotations in GRPCRequestHeaderGravatar Muxi Yan2018-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.
| | | | | | | | | | | | * clang-formatGravatar Muxi Yan2018-12-13
| | | | | | | | | | | | |
| | | | | | | | | | | | * Test assert failureGravatar Muxi Yan2018-12-13
| | | | | | | | | | | | |
| | | | * | | | | | | | | 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
| | | | | | | | | | * | Update README for #16821Gravatar Muxi Yan2018-12-12
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | | | | | | | * Fix unused variable errorGravatar Muxi Yan2018-12-12
| | | | | | | | | | |
| * | | | | | | | | | 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
| | | | | | | | | | | | * nit fixGravatar Muxi Yan2018-12-12
| | | | | | | | | | | | |
| | | | | | | | | | | | * Merge remote-tracking branch 'upstream/master' into config-isolationGravatar Muxi Yan2018-12-12
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | | | | | | * | | | | | 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
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #17480 from apolcyn/revert_upbGravatar apolcyn2018-12-12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | Revert "Changes add a script for generating C code and build rule for…
| | | | | | | | | | | | * batch fixGravatar Muxi Yan2018-12-12
| | | | | | | | | | | | |
| | | | * | | | | | | | | New abort with grpc.Status APIGravatar Lidi Zheng2018-12-12
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add `abort_with_status` method in ServicerContext * Add `Status` interface similar to the design of Details in interceptor * Add 3 unit test cases for abort mechanism
| | | * | | | | | | | | 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.