aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix error refcount bugGravatar Noah Eisen2017-05-02
| | | | | Added a missing ref in httpcli.c. Also added a test to avoid regression
* Merge pull request #10947 from jtattermusch/internal_ci_try_macGravatar Jan Tattermusch2017-05-02
|\ | | | | Internal CI: Add macos grpc_master job
| * remove --build_onlyGravatar Jan Tattermusch2017-05-02
| |
* | Merge pull request #10922 from jtattermusch/master_tests_for_realGravatar Jan Tattermusch2017-05-02
|\ \ | | | | | | Use run_tests_matrix.py for running internal_ci master tests
* \ \ Merge pull request #10876 from jtattermusch/csharp_qps_worker_gc_statsGravatar Jan Tattermusch2017-05-02
|\ \ \ | | | | | | | | Reports GC stats in qps workers
* \ \ \ Merge pull request #10828 from vjpai/recaptchaGravatar Vijay Pai2017-05-02
|\ \ \ \ | | | | | | | | | | Reintroduce a lambda capture as part of C++11-izing code
| | | | * add macos grpc_master.sh jobGravatar Jan Tattermusch2017-05-02
| |_|_|/ |/| | |
* | | | Merge pull request #10921 from jtattermusch/internal_ci_better_reportsGravatar Jan Tattermusch2017-05-02
|\ \ \ \ | | | | | | | | | | Better presentation of reports in internal CI
| | | * | add C# generic insecure scenariosGravatar Jan Tattermusch2017-05-02
| | | | |
| | | * | reports GC stats in qps workersGravatar Jan Tattermusch2017-05-02
| |_|/ / |/| | |
* | | | Merge pull request #10360 from dgquintas/grpclb_new_testGravatar David G. Quintas2017-05-02
|\ \ \ \ | | | | | | | | | | New version of grpclb end2end test
* \ \ \ \ Merge pull request #7836 from thinkerou/delete_unuse_libGravatar Nathaniel Manista2017-05-01
|\ \ \ \ \ | | | | | | | | | | | | Remove unused import in grpcio_health_checking.
* \ \ \ \ \ Merge pull request #10862 from makroiss/patch-1Gravatar Nathaniel Manista2017-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix imports in generated gRPC Python code.
| | | | | * | Reintroduce a lambda capture as part of C++11-izing codeGravatar Vijay Pai2017-05-01
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #10924 from ctiller/not-ldGravatar Craig Tiller2017-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix printf format
* \ \ \ \ \ \ Merge pull request #10896 from ctiller/sbtestGravatar Craig Tiller2017-05-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix bogus asserts
| | | | | * | | Apply slowdown factor to timeoutsGravatar David Garcia Quintas2017-05-01
| | | | | | | |
* | | | | | | | Merge pull request #10933 from dgquintas/thrift_againGravatar David G. Quintas2017-05-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove leftover thrift mentions
| * | | | | | | | Remove leftover thrift mentionsGravatar David Garcia Quintas2017-05-01
|/ / / / / / / /
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_new_testGravatar David Garcia Quintas2017-05-01
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #10687 from makdharma/fixbazelGravatar makdharma2017-05-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | .proto and BUILD files can now in differnt dirs
| | | * | | | | | Fix printf formatGravatar Craig Tiller2017-04-29
| |_|/ / / / / / |/| | | | | | |
| | | | | | | * use run_tests_matrix.py for running internal_ci master testsGravatar Jan Tattermusch2017-04-29
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * reports can create subdirsGravatar Jan Tattermusch2017-04-29
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #10873 from yongni/masterGravatar yongni2017-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added verbose option to run_interop_test to ease tracing the commands…
* \ \ \ \ \ \ Merge pull request #10911 from dgquintas/remove_thriftGravatar David G. Quintas2017-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Removed 3rd party dep on thrift
| * | | | | | | Removed 3rd party dep on thriftGravatar David Garcia Quintas2017-04-28
| | | | | | | |
| | | | | | | * BUILD and #include fixesGravatar David Garcia Quintas2017-04-28
| | | | | | | |
* | | | | | | | Merge pull request #10901 from grpc/vjpai-patch-2Gravatar Vijay Pai2017-04-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add gflags to Mac build from source instructions
| * | | | | | | | Add gflags to Mac build from source instructionsGravatar Vijay Pai2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that gflags is already listed as something to install under Linux before build from source and running tests but was not included on Mac.
* | | | | | | | | Merge pull request #10824 from ctiller/proxy2Gravatar Craig Tiller2017-04-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix potential memory leak, cleanup some code
* \ \ \ \ \ \ \ \ \ Merge pull request #9376 from ivucica/ivucica_grpc_cliGravatar Jan Tattermusch2017-04-28
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Bazel build rule for //test/cpp/util:grpc_cli
* | | | | | | | | | Merge pull request #10874 from matt-kwong/perf-create-scriptGravatar Matt Kwong2017-04-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update performance VM init script
| | | | | | | | | | * New version of grpclb end2end testGravatar David Garcia Quintas2017-04-27
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | | | | * | Fix python imports in gRPC generated python codeGravatar Manuel Kroiss2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the import style for proto dependencies from a) to b). a) "import a.b.c as x" b) "from a.b import c as x" Using statement a) causes problems when using __init__ files. If module "a.b" has an __init__.py file which is importing the python generated grpc code "a.b.d", then we cannot import a module named "a.b.c" because the module "a.b" does not exist yet. In this case python will throw: AttributeError: 'module' object has no attribute 'b' This PR adapts the code to use the same logic as in: /google/protobuf/compiler/python/python_generator.cc
| | | | | | | * | | Fix bogus assertsGravatar Craig Tiller2017-04-27
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #10613 from ctiller/framing_costsGravatar Craig Tiller2017-04-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Optimize framing a little
* \ \ \ \ \ \ \ \ \ Merge pull request #10869 from MakMukhi/cmake_fixGravatar MakMukhi2017-04-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix for recent cmake failure owing to gmock
* \ \ \ \ \ \ \ \ \ \ Merge pull request #10522 from jiangtaoli2016/new_tsiGravatar David G. Quintas2017-04-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update TSI with new non-blocking TSI interfaces.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10819 from jtattermusch/fix_cpp_distribGravatar Jan Tattermusch2017-04-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix C++ distribtest
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10427 from ctiller/c++lameGravatar Craig Tiller2017-04-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert Lame Client Channel code to C++
* | | | | | | | | | | | | | Update macOS install instructionsGravatar Mehrdad Afshari2017-04-27
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #10877 from jtattermusch/fix_sc_formattingGravatar Jan Tattermusch2017-04-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix security_connector.c formatting
| * | | | | | | | | | | | | | fix security_connector.c formattingGravatar Jan Tattermusch2017-04-27
|/ / / / / / / / / / / / / /
| | | | | | | * / / / / / / Bazel rule for building grpc_cli.Gravatar Ivan Vučica2017-04-27
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #10772 from jboeuf/http2_cipher_suitesGravatar jboeuf2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing cipher suites blacklisted in HTTP2.
| * | | | | | | | | | | | | Removing cipher suites blacklisted in HTTP2.Gravatar Julien Boeuf2017-04-26
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://httpwg.org/specs/rfc7540.html#BadCipherSuites
* | | | | | | | | | | | | Merge pull request #10627 from jboeuf/more_ssl_factory_cleanupGravatar jboeuf2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | more TLS cleanup.
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10855 from matt-kwong/fix_filterGravatar Matt Kwong2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | Fix test filtering for C/C++
| | | | | | | | * | | | | | Update performance VM init scriptGravatar Matt Kwong2017-04-26
| | | | | | | | | |_|_|/ / | | | | | | | | |/| | | |