aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* \ \ Merge pull request #9953 from y-zeng/build_licenseGravatar Yuchen Zeng2017-03-02
|\ \ \ | | | | | | | | Add licenses() in BUILD files
| | | * 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
| | | | |
* | | | | 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
| | | * | | | 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.
* | | | | | | 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
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | 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
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9943 from ctiller/diff_perfGravatar Craig Tiller2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to diff microbenchmark results between git revs
| * | | | | | | | | | | | stripGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | Call the right functionGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | Make cleanGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix module name :)Gravatar Craig Tiller2017-03-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | Experimental versionGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9942 from stanley-cheung/php-prepare-for-1_2Gravatar Stanley Cheung2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: prepare for 1.2 release
| | * \ \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into diff_perfGravatar Craig Tiller2017-03-01
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | Add argumentGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Reserve opt for external builds, use lto for profilingGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Merge github.com:grpc/grpc into ltoGravatar Craig Tiller2017-03-01
| | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | | | | | | * Merge github.com:grpc/grpc into call_create_fixturesGravatar Craig Tiller2017-03-01
| | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | PHP: prepare for 1.2 releaseGravatar Stanley Cheung2017-03-01
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #9938 from kpayson64/increase_epsilonGravatar kpayson642017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase epsilon in thread cleanup test
| | | | * | | | | | | | | | Return an error when the HTTP first line or header is longer than 4KGravatar yang-g2017-03-01
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9869 from markdroth/client_channel_method_params_cleanupGravatar Mark D. Roth2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up method parameters in client channel code.
| | * | | | | | | | | | | | | Increase epsilon in thread cleanup testGravatar kpayson642017-03-01
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #9936 from dgquintas/gen_projsGravatar David G. Quintas2017-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix generate projects
| * | | | | | | | | | | | | | | Fix generate projectsGravatar David Garcia Quintas2017-03-01
|/ / / / / / / / / / / / / / /