Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into sockaddr_resolver_lb_2 | David G. Quintas | 2016-03-31 |
|\ | |||
| * | Merge pull request #6012 from nicolasnoble/memleak_detector | Nicolas Noble | 2016-03-31 |
| |\ | | | | | | | Adding memory leak detections for the json fuzzer. | ||
| * \ | Merge pull request #6048 from jtattermusch/multilang_perf_tests | Jan Tattermusch | 2016-03-31 |
| |\ \ | | | | | | | | | Multilang support for run_performance_tests.py | ||
| * \ \ | Merge pull request #6009 from menghanl/STRESS_CLIENT_SPEC_update | Jan Tattermusch | 2016-03-31 |
| |\ \ \ | | | | | | | | | | | fix typo in STRESS_CLIENT_SPEC.md | ||
| * \ \ \ | Merge pull request #5944 from ctiller/we-are-never-ever-ever | Jan Tattermusch | 2016-03-31 |
| |\ \ \ \ | | | | | | | | | | | | | Add a test that channels recover from goaway correctly | ||
| * \ \ \ \ | Merge pull request #5700 from bluecmd/ssl-defaults | Jan Tattermusch | 2016-03-31 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | ssl_channel_credentials to use None by default | ||
| * \ \ \ \ \ | Merge pull request #6041 from vjpai/i_know_virtual_destructors | Jan Tattermusch | 2016-03-31 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add virtual destructor to satisfy a requirement of some compilers | ||
| * \ \ \ \ \ \ | Merge pull request #6034 from dgquintas/uri_query_parts | Nicolas Noble | 2016-03-31 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added & and = to URI queries | ||
| | | | | | | * | | add support for multiple languages | Jan Tattermusch | 2016-03-31 |
| | | | | | | | | | |||
| | | | | | | | * | Fixing another memory leak. | Nicolas "Pixel" Noble | 2016-04-01 |
| | | | | | | | | | |||
| | | | | | | * | | build C# and node perf workers | Jan Tattermusch | 2016-03-31 |
| | | | | | | | | | |||
| | | | | | | * | | add a newline | Jan Tattermusch | 2016-03-31 |
| | |_|_|_|_|/ / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #5955 from jtattermusch/clearer_onconnect_msg | Nicolas Noble | 2016-03-31 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Better message for on_connect error | ||
| * \ \ \ \ \ \ \ | Merge pull request #6039 from ctiller/copyright-fix | Nicolas Noble | 2016-03-31 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove year range requirement for copyright checker | ||
| | * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into sockaddr_resolver_lb_2 | David Garcia Quintas | 2016-03-31 |
|\| | | | | | | | | | |||
* | | | | | | | | | | Simplified code. | David Garcia Quintas | 2016-03-31 |
| | | | | | | | | | | |||
| | | | | * | | | | | Merge branch 'master' into i_know_virtual_destructors | Vijay Pai | 2016-03-31 |
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| | | | | * | | | | | Add virtual destructor to satisfy a requirement of some compilers | vjpai | 2016-03-31 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge branch 'uri_query_parts' into sockaddr_resolver_lb_2 | David Garcia Quintas | 2016-03-31 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||
| | * | | | | | | | | Merge pull request #5943 from vjpai/make_unix_sockets_great_again | Nicolas Noble | 2016-03-31 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix the unix socket #ifdef in init.c | ||
| * | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into uri_query_parts | David Garcia Quintas | 2016-03-31 |
| |\| | | | | | | | | | |||
| * | | | | | | | | | | Added grpc_uri_get_query_arg per comments. | David Garcia Quintas | 2016-03-31 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Merge pull request #6000 from ctiller/optionalize_roundrobin | Nicolas Noble | 2016-03-31 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | Optionalize load balancing policies | ||
| | | | | * | | | | | | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
| | | | | |\ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | |||
| | | | | * | | | | | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | Update tool | Craig Tiller | 2016-03-31 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | added grpclb support to sockaddr resolver | David Garcia Quintas | 2016-03-30 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'uri_query_parts' into sockaddr_resolver_lb_2 | David Garcia Quintas | 2016-03-30 |
|\| | | | | | | | | | | |/ / / / / / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | Added & and = to URI queries | David Garcia Quintas | 2016-03-30 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6030 from nicolasnoble/upmerge | Nicolas Noble | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Upmerge | ||
| * | | | | | | | | | Merge branch 'release-0_13' into upmerge | Nicolas "Pixel" Noble | 2016-03-31 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Core/VersionInfo.cs src/csharp/build_packages.bat src/python/grpcio/grpc_version.py src/ruby/lib/grpc/version.rb tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal | ||
| * | | | | | | | | | Merge pull request #6031 from nicolasnoble/0.13.2-pre1 | Nicolas Noble | 2016-03-30 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | The release-0_13 branch is now 0.13.2-pre1. | ||
* | \ \ \ \ \ \ \ \ \ | Merge pull request #5691 from ctiller/idempotent | Nicolas Noble | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Idempotent request support for core | ||
| | | * | | | | | | | | | The release-0_13 branch is now 0.13.2-pre1. | Nicolas "Pixel" Noble | 2016-03-31 |
| | |/ / / / / / / / / | |||
| | | | | | | | * | | | Zero out memory to avoid msan failure | Craig Tiller | 2016-03-30 |
| | | | | | | | | | | | |||
| | | | | | | | * | | | Merge github.com:grpc/grpc into we-are-never-ever-ever | Craig Tiller | 2016-03-30 |
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #5699 from ctiller/accounting | Bogdan Drutu | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Introduce byte counting to the transport API | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5764 from ctiller/internal-canary | Nicolas Noble | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial canaries for downstream merges | ||
| | | | * \ \ \ \ \ \ \ \ | Merge pull request #6026 from nicolasnoble/flagging-0.13.1 | Nicolas Noble | 2016-03-30 |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flagging the 0.13.1 release. | ||
* | | | | \ \ \ \ \ \ \ \ \ | Merge pull request #5984 from jtattermusch/perf_tests_script | Jan Tattermusch | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add python script for running performance tests | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6021 from grpc/release-0_13 | Nicolas Noble | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | 0.13 a tiny upmerge | ||
| | | | | | | | | | | | | * | | fix typo in STRESS_CLIENT_SPEC.md | Menghan Li | 2016-03-30 |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge pull request #5894 from soltanmm/stop-that | Jan Tattermusch | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't allow precompiled binaries in tests | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6025 from jtattermusch/csharp_refactor_building_take2 | Jan Tattermusch | 2016-03-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor C# building in run_tests.py (revert a revert) | ||
| | | | | | | | | * \ \ \ \ \ \ | Merge branch 'master' into optionalize_roundrobin | Craig Tiller | 2016-03-30 |
| | | | | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | dont break mac build by EMBED_ZLIB=true again | Jan Tattermusch | 2016-03-30 |
| | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | make C# mac build use same args as in artifact builder | Jan Tattermusch | 2016-03-30 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | | | | Flagging the 0.13.1 release. | Nicolas "Pixel" Noble | 2016-03-30 |
| | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | |||
| | | | | | | | | | | | | | * | Added a few more corpora. | Nicolas "Pixel" Noble | 2016-03-30 |
| | | | | | | | | | | | | | | |