aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | | | | * | Prep for splitting bm_fullstackGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | BugfixesGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #9967 from nathanielmanistaatgoogle/lintGravatar Nathaniel Manista2017-03-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | Lint progress.
* | | | | | | | | | | | | | | Merge pull request #9930 from ctiller/call_create_fixturesGravatar Craig Tiller2017-03-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fixtures for call creation benchmarks
| | | | | | | | | | | | * | | | fix Grpc.HealthCheck and Grpc.Reflection packagesGravatar Jan Tattermusch2017-03-03
| | | | | | | | | | |_|/ / / / | | | | | | | | | |/| | | | |
| | | | | | | | | | | | | | * Enable unused-argument lintGravatar Nathaniel Manista2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Enable too-many-return-statements lintGravatar Nathaniel Manista2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Suppress and enable too-many-locals lintGravatar Nathaniel Manista2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Configure and enable too-many-arguments lintGravatar Nathaniel Manista2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Fix and enable super-init-not-called lintGravatar Nathaniel Manista2017-03-03
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #9953 from y-zeng/build_licenseGravatar Yuchen Zeng2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add licenses() in BUILD files
| | | | * | | | | | | | | | | | Avoid using oversized framesGravatar Yuchen Zeng2017-03-02
| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-03-02
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove text-base64 C-T. Will revisit if we ever need support non-default (base64) encoding.
| | | | | | | | | | | | | | * Enable suppressed-message lintGravatar Nathaniel Manista2017-03-03
| | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | | | | | | | * | | | | | Use grpc_build_system.bzl in other projectsGravatar Makarand Dharmapurikar2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added //external to grpc deps in case where grpc_build_system.bzl is imported in a project that is using grpc as a dependency.
| | | * | | | | | | | | | | Fix and enable redefined-outer-name lintGravatar Nathaniel Manista2017-03-03
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9866 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | Lint fixes.
| | | | * | | | | | | | | | Work toward enabling cyclic-import lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Selectively suppress and enable broad-except lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Control and enable fixme lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9961 from nathanielmanistaatgoogle/_connectivity_channelGravatar Nathaniel Manista2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove grpc.beta._connectivity_channel.
| | | | | * | | | | | | | | | Fix and enable no-value-for-parameter lintGravatar Nathaniel Manista2017-03-02
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Fix and enable unused-variable lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In _server.py start_server_batch_result is removed because start_server_batch can only ever fail as a result of a programming defect in gRPC Python and not the application. This differs from some analogous-appearing points in _channel.py where the result of start_client_batch is checked because at those points it is possible for a failure to indicate a programming defect on the part of the application.
| | * | | | | | | | | | | | Fix and enable unused-import lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix and enable no-self-use lintGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Limit the gem native build resourcesGravatar J. Martin2017-03-02
| | | | | | | | | | |_|_|/ | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building the native extension make -j can absorb all available resources on a system. Implement "reasonable" limits on the number of compiling jobs when the number of processors can be detected and use a conservative count when ruby version does not provide detection.
* | | | | | | | | | | | | Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dreamGravatar Noah Eisen2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sleep(1) to Python negative http2 client
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9814 from apolcyn/turn_off_ruby_testsGravatar apolcyn2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re-enable ruby tests on mac
| | | | | | | | | | | | | | * Add option to recompile Node library without ALPN supportGravatar murgatroid992017-03-02
| | | | | | | | | | | | |_|/ | | | | | | | | | | | |/| |
| | | * | | | | | | | | | | Remove grpc.beta._connectivity_channelGravatar Nathaniel Manista2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been removed in, and has done anything but fail on import since, 4d425522bffc9c616872d672bb58c993c3ac4c6a.
| | | | | | | | | | | | * | Disable node_protobuf_async_unary_qps_unconstrained benchmark testGravatar murgatroid992017-03-02
| | | | | | | | | | | |/ /
| | | | | | | | | | | * | Merge pull request #9946 from muxi/advance-v1.1.4Gravatar Muxi Yan2017-03-02
| | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Advance grpc version to v1.1.4
| | | | | | | | | | | | | * expose AuthContext in C#Gravatar Jan Tattermusch2017-03-02
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9809 from jtattermusch/csharp_server_side_auth_docsGravatar Jan Tattermusch2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add high-level docs for server-side auth
| * | | | | | | | | | | | | regenerate docsGravatar Jan Tattermusch2017-03-02
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add high-level server-side auth docsGravatar Jan Tattermusch2017-03-02
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #9928 from jtattermusch/kokoro_winGravatar Jan Tattermusch2017-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve script for running windows tests on internal_ci
| | | | | | * | | | | | | | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
| | | | | | | |/ / / / / / | | | | | | |/| | | | | |
* | | | | | | | | | | | | refactor clientGravatar Eric Gribkoff2017-03-01
| | | | | | | | | | | | |
* | | | | | | | | | | | | Enable C++ negative http2 testGravatar Eric Gribkoff2017-03-01
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9894 from apolcyn/update_go_bmGravatar apolcyn2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | update go to 1.8 on benchmarks
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9950 from grpc/revert-9932-ltoGravatar Craig Tiller2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Enable lto for performance testing"
| * | | | | | | | | | | | | Revert "Enable lto for performance testing"Gravatar Craig Tiller2017-03-01
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #9932 from ctiller/ltoGravatar Craig Tiller2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable lto for performance testing
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into ltoGravatar Craig Tiller2017-03-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | | | | | | * Boost grpc version to v1.1.4Gravatar Muxi Yan2017-03-01
| | | | | | | | | | | | |/
* | | | | | | | | | | | | Merge pull request #9769 from ctiller/always-use-port-serverGravatar Craig Tiller2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use port server
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9940 from yang-g/http_parserGravatar Yang Gao2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return an error when the HTTP first line or header is longer than 4K
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9908 from yang-g/on_timeoutGravatar Yang Gao2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check and act on Dump failure