aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* \ \ \ 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
| | | | | | | | | |
| | | * | | | | | | 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.
| | | | | | | * | | 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
| | | | | | | | | |
| | | | * | | | | | Fix C/C++ test filteringGravatar Matt Kwong2017-04-26
| |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | core, avl: rename static functionsGravatar Zoltan Kuscsik2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed remove and add static functions to remove_key and add_key
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-04-25
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | client-auth-filter-fuzz
| | | | | | * | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-25
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #10844 from ctiller/PSCGravatar Craig Tiller2017-04-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes for test stability (especially microbenchmarks)
| * | | | | | | | | Ensure port server can shutdownGravatar Craig Tiller2017-04-25
| | | | | | | | | |
| | | | | | | * | | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-25
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Ensure port server runningGravatar Craig Tiller2017-04-25
| | | | | | | | | |
| * | | | | | | | | Recycle portsGravatar Craig Tiller2017-04-25
| | | | | | | | | |
| * | | | | | | | | Be resilient against failed runsGravatar Craig Tiller2017-04-25
| | | | | | | | | |
| * | | | | | | | | Allow a longer fetch time for port serverGravatar Craig Tiller2017-04-25
|/ / / / / / / / /
| | | * | | | | | clang fmtGravatar Noah Eisen2017-04-25
| | | | | | | | |
* | | | | | | | | Merge pull request #10822 from ctiller/threaded_port_serverGravatar Craig Tiller2017-04-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Threaded port_server
* \ \ \ \ \ \ \ \ \ Merge pull request #10826 from ctiller/ubsanGravatar Craig Tiller2017-04-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Slow down timers for ubsan builds
* \ \ \ \ \ \ \ \ \ \ Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added unit testing support.
| | | | | | * | | | | | Add fuzzer to corpusGravatar Noah Eisen2017-04-24
| | | | | | | | | | | |
| | | | | | * | | | | | Propagate publish errorGravatar Noah Eisen2017-04-24
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #10796 from danzh2010/udpserver2Gravatar Yang Gao2017-04-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add lock to shutdown_fd() callback in udp_server.c