aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | * | | | | | | | 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.
| * | | | | | | | Merge pull request #17421 from grpc/serial-queue-commentGravatar Muxi Yan2018-12-12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Update GRPCCall doc to clarify serial queue requirement
| | | | * | | | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.Gravatar Nicolas "Pixel" Noble2018-12-12
| | | | | | | | |
| * | | | | | | | 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 #17460 from grpc/enable-censusGravatar Richard Belleville2018-12-11
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | Add hooks for census context propagation
| | * | | | | | | | Add hooks for census context propagationGravatar Richard Belleville2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Appease the yapf gods Reformat
| * | | | | | | | | 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
| | | | | | | | | | |
| | * | | | | | | | | Update channelz protoGravatar 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
| | | | | | | | | | * nullability failingGravatar Muxi Yan2018-12-10
| | | | | | | | | | |
| | | | | | | | | * | Upgrade sanity Docker image to debian:stretchGravatar Lidi Zheng2018-12-10
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use latest pylint in Python 3.7 (they dropped support for PY2) * Make latest pylint happy * Forced to upgrade to shellcheck 0.4.4 * Make shellcheck 0.4.4 happy * Adopt reviewers' advice to reduce global disabled rules
| | | * | | | | | | Add pagination to serversocketsGravatar ncteisen2018-12-10
| | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | clang-formatGravatar Muxi Yan2018-12-10
| | | | | | | | |
| | | | | | | | * Missing nullableGravatar Muxi Yan2018-12-10
| | | | | | | | |
| | * | | | | | | Add next_value and start_timeGravatar Muxi Yan2018-12-10
| | | | | | | | |
| | | | | | | | * Merge branch 'master' into config-isolationGravatar Muxi Yan2018-12-10
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | * | | | | clang-formatGravatar 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
| * \ \ \ \ \ \ \ \ Merge pull request #17433 from ncteisen/socket-nameGravatar Noah Eisen2018-12-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Channelz: Surface Socket Name
| * \ \ \ \ \ \ \ \ \ Merge pull request #17450 from grpc/revert-17343-server_address_listGravatar hcaseyal2018-12-07
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Allow encoding arbitrary channel args on a per-address basis."
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #17411 from lidizheng/add-licenseGravatar Lidi Zheng2018-12-07
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add License to Python tarball
| | | * | | | | | | | | | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| | | | | | | | | | | * batch fixGravatar Muxi Yan2018-12-07
| | | | | | | | | | | |