aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into trickle_stallGravatar Craig Tiller2017-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
| * \ \ 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 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
| | |_|/ | |/| |
| * | | 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
| | | | | |
| * | | | | 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
| | | | | | | | * Fix bogus assertsGravatar Craig Tiller2017-04-27
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge github.com:grpc/grpc into trickle_stallGravatar 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++
* | | | | | | | | | | | | Fix test failureGravatar Craig Tiller2017-04-27
| | | | | | | | | | | | |
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |
| | | | | | | | | | | * | Added verbose option to run_interop_test to ease tracing the commands invokedGravatar Yong Ni2017-04-26
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | | | * | | | | | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-26
| | | | |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #10823 from ncteisen/client-auth-filter-fuzzGravatar Noah Eisen2017-04-26
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Don't Abort on Input
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-laterGravatar Nathaniel Manista2017-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/python/grpcio/README.rst clean-up.
| | | | | | | | | * | | | | Fix for recent cmake failure owing to gmockGravatar Mahak Mukhi2017-04-26
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #10805 from dgquintas/g_for_1.4.xGravatar David G. Quintas2017-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated g meaning for 1.4.x
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10629 from kuscsik/build_fixGravatar Vijay Pai2017-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | core: fix duplicated definition
| * | | | | | | | | | | | | | Expand allowable resource quota failures: unavailable seems saneGravatar Craig Tiller2017-04-26
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | What was once Mac OS X is now called macOSGravatar Nathaniel Manista2017-04-26
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Drop Python 2.7-only implicationGravatar Nathaniel Manista2017-04-26
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | | | | | * | | | | | | more TLS cleanup.Gravatar Julien Boeuf2017-04-26
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - using NULL-terminated strings as opposed to const unsigned char * with length since the credentials are in PEM format. - aligning the structures with gRPC so that we have less convertions to do back and forth.
* | | | | | | | | | | | Expose extensibility point for flow controlGravatar Craig Tiller2017-04-26
| | | | | | | | | | | |
* | | | | | | | | | | | Merge github.com:grpc/grpc into trickle_stallGravatar Craig Tiller2017-04-26
|\| | | | | | | | | | |
| | | | | | | | * | | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-26
| | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Print before commenting to ensure theres A copy of the results somewhereGravatar Craig Tiller2017-04-26
| | | | | | | | | | | |
| | | | | | | | | * | | Regenerate projectsGravatar Craig Tiller2017-04-26
| | | | | | | | | | | |
| | | | | | | | | * | | clang-formatGravatar Craig Tiller2017-04-26
| | | | | | | | | | | |
| * | | | | | | | | | | Use larger block size in proto writeGravatar Craig Tiller2017-04-26
| | | | | | | | | | | |