aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #13515 from mehrdada/bump-master-versionGravatar Mehrdad Afshari2017-11-28
|\ | | | | Bump 1.8.0-dev to 1.9.0-dev
* \ Merge pull request #13153 from bmarkons/patch-1Gravatar apolcyn2017-11-28
|\ \ | | | | | | Add health statuses for multiple services at once
* \ \ Merge pull request #13491 from vjpai/destackGravatar Vijay Pai2017-11-28
|\ \ \ | | | | | | | | Pop lockfree stack off core implementation
* \ \ \ Merge pull request #12710 from apolcyn/speedup_ruby_end2end_testsGravatar apolcyn2017-11-27
|\ \ \ \ | | | | | | | | | | Fix a race in ruby server shutdown and cleanup for ruby tests
| * | | | Remove some sleeps in ruby tests and fix test server shutdownGravatar Alex Polcyn2017-11-27
| | | | |
* | | | | Merge pull request #13512 from grpc/fix-subchannel-indexGravatar Muxi Yan2017-11-28
|\ \ \ \ \ | | | | | | | | | | | | Fix compiler error on `need_to_unref_constructed`
| | | | | * Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| |_|_|_|/ |/| | | |
| * | | | Fix compiler error on need_to_unref_constructedGravatar Muxi Yan2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `need_to_unref_constructed` is not initialized, making Xcode compiler [complain on Sierra](https://sponge-qa.corp.google.com/invocation?tab=Kokoro&id=0ff33b71-2f61-4ad6-837e-5e43043c282a&searchFor=): ``` /Volumes/BuildData/tmpfs/src/github/grpc/workspace_objc_macos_dbg_native/src/core/ext/filters/client_channel/subchannel_index.cc:206:7: error: variable 'need_to_unref_constructed' may be uninitialized when used here [-Werror,-Wconditional-uninitialized] ```
* | | | | generate_projectsGravatar Muxi Yan2017-11-27
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into fix-objc-void-funcGravatar Muxi Yan2017-11-27
|\| | | |
| * | | | Merge pull request #13437 from muxi/fix-forward-declarationGravatar Muxi Yan2017-11-28
| |\ \ \ \ | | | | | | | | | | | | Fix ObjC forward declaration
| * \ \ \ \ Merge pull request #13499 from mehrdada/bump-protobuf-python-depGravatar Mehrdad Afshari2017-11-27
| |\ \ \ \ \ | | | | | | | | | | | | | | Update Python dependency to protobuf v3.5.0.post1
| * | | | | | Revert "Revert "Do not interpolate variables in leading comments.""Gravatar Vijay Pai2017-11-27
| | | | | | |
| | * | | | | Update Python dependency to protobuf v3.5.0.post1Gravatar Mehrdad Afshari2017-11-27
| | | | | | |
| * | | | | | Revert "Do not interpolate variables in leading comments."Gravatar David G. Quintas2017-11-27
| | | | | | |
| * | | | | | Fix ObjC C++ syntax errorGravatar Muxi Yan2017-11-27
| |/ / / / /
| | | | * | Remove lockfree stack, againGravatar Vijay Pai2017-11-22
| | | | | |
| * | | | | silence uninitialized use warningGravatar Jan Tattermusch2017-11-22
| | |_|/ / | |/| | |
| * | | | Merge pull request #12938 from gkelly/fix-variable-interpolationGravatar Vijay Pai2017-11-22
| |\ \ \ \ | | | | | | | | | | | | Do not interpolate variables in leading comments.
| * \ \ \ \ Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-fieldGravatar Nathaniel Manista2017-11-22
| |\ \ \ \ \ | | | | | | | | | | | | | | Elide local field by directly returning values.
| * \ \ \ \ \ Merge pull request #13485 from nathanielmanistaatgoogle/constGravatar Nathaniel Manista2017-11-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add missing const.
| | | * | | | | Elide local field by directly returning valuesGravatar Nathaniel Manista2017-11-22
| | |/ / / / /
| | * | | | | Add missing constGravatar Nathaniel Manista2017-11-22
| | | | | | |
| * | | | | | Merge pull request #13479 from ↵Gravatar Nathaniel Manista2017-11-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/certificate-configuration Avoid abbreviation in Python API.
| * \ \ \ \ \ \ Merge pull request #13288 from ncteisen/inheritance-in-coreGravatar Noah Eisen2017-11-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Support Manually Constructed Virtual Functions in C Core
| | | * | | | | | Avoid abbreviation in Python APIGravatar Nathaniel Manista2017-11-21
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I should have requested this during code review of bcf083fa9099e5c919 but it slipped my mind.
| * | | | | | | Merge pull request #13475 from jtattermusch/better_completion_registry_benchmarkGravatar Jan Tattermusch2017-11-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use spinlock in CompletionRegistry (and improve the benchmark).
| | | * | | | | | Reviewer feedbackGravatar ncteisen2017-11-21
| | | | | | | | |
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar Noah Eisen2017-11-21
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #13364 from ncteisen/surfacing-error-detailsGravatar Noah Eisen2017-11-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Error String to Recv Status API
| | | * | | | | | | spinlock in completion registry is slightly fasterGravatar Jan Tattermusch2017-11-21
| | | | | | | | | |
| | | * | | | | | | add completion registry benchmark with shared registry tooGravatar Jan Tattermusch2017-11-21
| | | | | | | | | |
| * | | | | | | | | save allocation by using a struct instead of a tupleGravatar Jan Tattermusch2017-11-21
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | consistent naming for OnReceivedCloseOnServerGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | remove legacy delegatesGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | make everything compileGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | avoid delegate allocations in callsafehandleGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | server and channel adjustmentsGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | add "state" filed to batch completion delegateGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | avoid unnecessary allocation in completion registryGravatar Jan Tattermusch2017-11-21
| | | | | | | | |
| * | | | | | | | Merge pull request #13438 from jtattermusch/csharp_more_microbenchmarksGravatar Jan Tattermusch2017-11-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add more C# microbenchmarks
| | | * | | | | | | Fix real TSAN/ASAN bugGravatar Noah Eisen2017-11-20
| | | | | | | | | |
| * | | | | | | | | Alter health/reflection packages' build criterionGravatar Mehrdad Afshari2017-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the presence of the `*_pb2_grpc` module, as opposed to the absence of the build script (`*_commands` module) is a problematic choice, because even if a generated file is present, the test infrastructure may want to regenerate it under a different environment (e.g. different Python/proto package version). This will ensure the protos always get recompiled if we have a `*_commands` module present, signaling we are in a build environment, thereby making the process hermetic.
| * | | | | | | | | Merge pull request #13406 from nathanielmanistaatgoogle/interop_required_argsGravatar Nathaniel Manista2017-11-20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Require port and server_port interop flags.
| * \ \ \ \ \ \ \ \ \ Merge pull request #13188 from cauthu/python-server-cert-reloadGravatar Nathaniel Manista2017-11-20
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | Add Python support for server SSL certificate reloading.
| * | | | | | | | | | Merge pull request #13454 from yang-g/lockfree_eventGravatar Yang Gao2017-11-20
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Avoid calling dtor on grpc_fd before putting it in freelist
| | | * | | | | | | | | Add Python support for server SSL cert reloadingGravatar Giang Nguyen2017-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a secure server is configured with SSL credentials during initialization, and those credentials will be used for the lifetime of the server. If the user wants the server to use new credentials, the user has to restart the server, resulting in server downtime. This change enables the user to optionally configure the server with a "certificiate config fetcher," such that on every new client connection, the server will call the config fetcher before performing the handshake, allowing the user application to optionally specify new certificate configuration for the server to use (the fetcher can return a "no change" and the server continues to use its current certificate configuration).
| | * | | | | | | | | | Resolve commentsGravatar yang-g2017-11-20
| | | | | | | | | | | |
| | | | | | * | | | | | use aquire releaseGravatar ncteisen2017-11-20
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #13173 from kwasimensah/patch-1Gravatar Nicolas Noble2017-11-20
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add logic to work around buggy Android NDKs