aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Run epex testsGravatar Craig Tiller2017-10-02
|
* epex should be enabled by defaultGravatar Craig Tiller2017-10-02
|
* Finish off epollex refactoring (no testing yet)Gravatar Craig Tiller2017-10-02
|
* Initial refactorGravatar Craig Tiller2017-10-02
|
* Merge pull request #12683 from grpc/revert-12480-ownitGravatar Vijay Pai2017-09-22
|\ | | | | Revert "Temporarily take ownership of cpp generator to prevent changes"
* \ Merge pull request #12670 from jtattermusch/split_win_PR_testsGravatar Jan Tattermusch2017-09-22
|\ \ | | | | | | Split windows PR basictests into dbg and opt
| | * Revert "Temporarily take ownership of cpp generator to prevent changes"Gravatar Vijay Pai2017-09-21
| |/ |/|
* | Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sirGravatar Vijay Pai2017-09-21
|\ \ | | | | | | Fix-forward: Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
* \ \ Merge pull request #12672 from ctiller/hpack_statsGravatar Nicolas Noble2017-09-21
|\ \ \ | | | | | | | | Add HPACK stats
* \ \ \ Merge pull request #12675 from grpc/revert-12674-revert-10126-phpqps_autoGravatar Zhouyihai Ding2017-09-21
|\ \ \ \ | | | | | | | | | | Revert "Revert "Add automated PHP-to-C++ performance testing""
* \ \ \ \ Merge pull request #12627 from ↵Gravatar David G. Quintas2017-09-21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dgquintas/fix_grpclbend2end_flakiness_for_the_nth_time_already Backends must be up before some grpclb tests start.
| | * | | | update licenseGravatar ZhouyihaiDing2017-09-21
| | | | | |
* | | | | | Merge pull request #12673 from matt-kwong/kokoro-perf-fixGravatar Matt Kwong2017-09-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't collect everything after running performance profiling jobs
| | | | | * | Base the new SerializationTraits API on implicit type conversion rather than ↵Gravatar Vijay Pai2017-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SFINAE
| | | | | * | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | than only grpc_byte_buffer""
| | | * | | Revert "Revert "Add automated PHP-to-C++ performance testing""Gravatar Zhouyihai Ding2017-09-21
| |_|/ / / |/| | | |
* | | | | Merge pull request #12674 from grpc/revert-10126-phpqps_autoGravatar Vijay Pai2017-09-21
|\ \ \ \ \ | | | | | | | | | | | | Revert "Add automated PHP-to-C++ performance testing"
| * | | | | Revert "Add automated PHP-to-C++ performance testing"Gravatar Vijay Pai2017-09-21
|/ / / / /
| * | | | Don't collect everything after running a buildGravatar Matt Kwong2017-09-21
| | | | |
* | | | | Merge pull request #12623 from vjpai/one_sidedGravatar Vijay Pai2017-09-21
|\ \ \ \ \ | |/ / / / |/| | | | C++ QPS tests: Cancel outstanding streams when shutting down the async client
| | | * | Correct uncompressed string countGravatar Craig Tiller2017-09-21
| | | | |
| | | * | Add HPACK statsGravatar Craig Tiller2017-09-21
| | | | |
* | | | | Merge pull request #12658 from matt-kwong/line-countGravatar Matt Kwong2017-09-21
|\ \ \ \ \ | |_|_|/ / |/| | | | Add line count job to Kokoro
* | | | | Merge pull request #10126 from vjpai/phpqps_autoGravatar Vijay Pai2017-09-21
|\ \ \ \ \ | | | | | | | | | | | | Add automated PHP-to-C++ performance testing
* \ \ \ \ \ Merge pull request #12666 from nathanielmanistaatgoogle/grpc_1_0_flagGravatar Nathaniel Manista2017-09-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean up even more uses of gRPC in _pb2.py files.
| | | | | | * split windows PR basictests into dbg and optGravatar Jan Tattermusch2017-09-21
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #12635 from jtattermusch/increase_tsan_timeoutGravatar Jan Tattermusch2017-09-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adjust sanitizer timeouts
| | * | | | | Clean up even more uses of gRPC in _pb2.py filesGravatar Nathaniel Manista2017-09-21
| | | | | | |
| | | | * | | Add line count job to KokoroGravatar Matt Kwong2017-09-20
| | | | | | |
* | | | | | | Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_timeGravatar apolcyn2017-09-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reduce time taken by ruby unit test suite
* \ \ \ \ \ \ \ Merge pull request #12657 from yashykt/libuv_fix1Gravatar Craig Tiller2017-09-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Missing argument in finish_connection in tcp_client_uv_test
| * | | | | | | Missing argument in finish_connection in tcp_client_uv_testGravatar Yash Tibrewal2017-09-20
|/ / / / / / /
* | | | | | | Merge pull request #12426 from michaelbausor/php-namespacesGravatar Stanley Cheung2017-09-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: Determine type name using php_namespace option
* \ \ \ \ \ \ \ Merge pull request #12643 from ZhouyihaiDing/composerGravatar Zhouyihai Ding2017-09-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | php qps: composer install stable protobuf instead of dev
* \ \ \ \ \ \ \ \ Merge pull request #12646 from yashykt/libuv_fixGravatar Craig Tiller2017-09-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add missing exec_ctx parameter to pollset_uv.c
* \ \ \ \ \ \ \ \ \ Merge pull request #12639 from kpayson64/fix_importGravatar Nathaniel Manista2017-09-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix cython definition to match c definition.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12650 from kpayson64/backport_metaclass_fixGravatar kpayson642017-09-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport #12615
| * | | | | | | | | | | Backport #12615Gravatar Ken Payson2017-09-19
| | | | | | | | | | | |
| | | * | | | | | | | | Modifying uv tests to reflect exec_ctx parameter for grpc_pollset_kickGravatar Yash Tibrewal2017-09-19
| | | | | | | | | | | |
| | | * | | | | | | | | Add missing exec_ctx parameter to pollset_uv.cGravatar Yash Tibrewal2017-09-19
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #12624 from yashykt/ctocc6Gravatar Yash Tibrewal2017-09-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | C to C++ compilation
| | | | * | | | | | | | update composer installing protobuf v3 for php-qpsGravatar ZhouyihaiDing2017-09-19
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #12580 from ctiller/execpGravatar Craig Tiller2017-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | General executor speedups, introspection
| * | | | | | | | | | | | Really spell out code generationGravatar Craig Tiller2017-09-19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12571 from vladmos/depsetGravatar Craig Tiller2017-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename set to depset
| | * \ \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into execpGravatar Craig Tiller2017-09-19
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #12641 from ctiller/simple_namesGravatar Craig Tiller2017-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use shortname for shortname for json_run_localhost tests
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12370 from ctiller/pollset_kick_statsGravatar Craig Tiller2017-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pollset kick stats
| | | | | | | * | | | | | | | | Fix cython definition to match c definitionGravatar Ken Payson2017-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required to compile with Cython options that are more strict about const correctness.
| | * | | | | | | | | | | | | | Use shortname for shortname for json_run_localhost testsGravatar Craig Tiller2017-09-19
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |