aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added example to gen_load_balancing_proto.shGravatar David Garcia Quintas2015-12-03
|
* Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2015-12-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # BUILD # Makefile # binding.gyp # build.yaml # gRPC.podspec # tools/doxygen/Doxyfile.core.internal # tools/run_tests/sources_and_headers.json # vsprojects/vcxproj/grpc/grpc.vcxproj # vsprojects/vcxproj/grpc/grpc.vcxproj.filters # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters
| * Add http2 test for small http max frame sizeGravatar Carl Mastrangelo2015-12-03
| |
| * Merge pull request #4276 from jtattermusch/vs2015_fixupGravatar Nicolas Noble2015-12-03
| |\ | | | | | | Fixup nuget packages
| * \ Merge pull request #4207 from yang-g/server_builder_optionsGravatar Craig Tiller2015-12-03
| |\ \ | | | | | | | | Server builder options
| * \ \ Merge pull request #4270 from ctiller/consistent-encoding-testGravatar Sree Kuchibhotla2015-12-03
| |\ \ \ | | | | | | | | | | Fix HPACK encoder test
| | | | * unify .targets file with zlib nugetGravatar Jan Tattermusch2015-12-03
| | |_|/ | |/| |
| * | | Merge pull request #4265 from jtattermusch/display_csharp_coverage_reportGravatar Nicolas Noble2015-12-03
| |\ \ \ | | | | | | | | | | Add index.html file for C# coverage reports
| * \ \ \ Merge pull request #4248 from ctiller/odrGravatar Nicolas Noble2015-12-03
| |\ \ \ \ | | | | | | | | | | | | Fix dependency violations
| * \ \ \ \ Merge pull request #4236 from jtattermusch/get_ready_vs2015Gravatar Nicolas Noble2015-12-03
| |\ \ \ \ \ | | | | | | | | | | | | | | Make native nuget packages VS2015 ready
| * \ \ \ \ \ Merge pull request #4204 from ctiller/emergency-cheese-and-crackersGravatar jboeuf2015-12-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Global hook for doing something in response to a synchronous server call
| * \ \ \ \ \ \ Merge pull request #4272 from nicolasnoble/check-all-the-pythonsGravatar Jan Tattermusch2015-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Supporting Msys2's python.
| | * | | | | | | Supporting Msys2's python.Gravatar Nicolas "Pixel" Noble2015-12-03
| |/ / / / / / /
| * | | | | | | Merge pull request #4266 from ctiller/http2-is-a-specGravatar Craig Tiller2015-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make chttp2 pass h2spec section 6.5
| | | | | | | * | Fix HPACK encoder testGravatar Craig Tiller2015-12-02
| | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Make chttp2 pass h2spec section 6.5Gravatar Craig Tiller2015-12-02
| | | | | | | |
| | | * | | | | Further review feedbackGravatar Craig Tiller2015-12-02
| | | | | | | |
| * | | | | | | Merge pull request #4262 from nicolasnoble/unzip-overrideGravatar Eric Anderson2015-12-02
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Force-unzipping test results.
| | | | | | * | add index.html file for C# coverage reportsGravatar Jan Tattermusch2015-12-02
| | |_|_|_|/ / | |/| | | | |
| | * | | | | Force-unzipping test results.Gravatar Nicolas "Pixel" Noble2015-12-02
| | | | | | |
| | | | | | * add doxygen commentGravatar yang-g2015-12-02
| | | | | | |
| * | | | | | Merge pull request #4249 from yang-g/unreachableGravatar Jorge Canizales2015-12-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unreachable macro from reachable code.
| * \ \ \ \ \ \ Merge pull request #4247 from Crusty82/patch-1Gravatar Craig Tiller2015-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adjusted error handling for benign error EINTR.
| * \ \ \ \ \ \ \ Merge pull request #4202 from yang-g/channel_argsGravatar Craig Tiller2015-12-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Give the security_connector server's channel_args
| | | | | | | | * | Build fixGravatar Craig Tiller2015-12-02
| | | | | | | | | |
| | | | | | * | | | Review feedbackGravatar Craig Tiller2015-12-02
| | | | | | | | | |
| | | | * | | | | | Fix unreachable macroGravatar yang-g2015-12-02
| | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | Adjusted error handling for benign error EINTR.Gravatar Tom2015-12-02
| | |/ / / / / / | |/| | | | | |
| | | | | | * | Correctly tag dependencies: generated filesGravatar Craig Tiller2015-12-02
| | | | | | | |
| | | | | | * | Correctly tag dependenciesGravatar Craig Tiller2015-12-02
| | | | | | | |
| * | | | | | | Merge pull request #4230 from nicolasnoble/generate-coverage-alwaysGravatar adelez2015-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Generate html reports always.
| * \ \ \ \ \ \ \ Merge pull request #4231 from parkr/patch-1Gravatar Stanley Cheung2015-12-03
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | php: remove callable type hint from BaseStub->_simpleRequest()
| * | | | | | | | Merge pull request #4188 from ctiller/no-transport-metadataGravatar Sree Kuchibhotla2015-12-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove metadata contexts
| * \ \ \ \ \ \ \ \ Merge pull request #4244 from grpc/jtattermusch-patch-1Gravatar LisaFC2015-12-02
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Delete grpc-auth-support.md
| * \ \ \ \ \ \ \ \ \ Merge pull request #4222 from yang-g/release_fdGravatar Nicolas Noble2015-12-02
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Support release fd from tcp endpoint
| | | * | | | | | | | | Delete grpc-auth-support.mdGravatar Jan Tattermusch2015-12-02
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #4229 from nicolasnoble/ruby-gcovGravatar Michael Lumish2015-12-01
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | Ruby gcov support.
| | | | | | | | | * | regenerate project filesGravatar Jan Tattermusch2015-12-01
| | | | | | | | | | |
| | | | | | | | | * | update C# projectsGravatar Jan Tattermusch2015-12-01
| | | | | | | | | | |
| | | | | | | | | * | improve injected .targets filesGravatar Jan Tattermusch2015-12-01
| | | | | | | | | | |
| | | | | * | | | | | php: remove callable type hint from BaseStub->_simpleRequest()Gravatar Parker Moore2015-12-01
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated. See https://bugs.php.net/bug.php?id=61467&edit=1 for more info.
| | | | | * | | | | Generate html reports always.Gravatar Nicolas "Pixel" Noble2015-12-02
| | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Adding coverage report for ruby.Gravatar Nicolas "Pixel" Noble2015-12-02
| | | | | | | | |
| | * | | | | | | Making ruby's gcov configuration work.Gravatar Nicolas "Pixel" Noble2015-12-02
| | | | | | | | |
| * | | | | | | | Merge pull request #4217 from adelez/fix_coverageGravatar Nicolas Noble2015-12-01
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Run code coverage no matter if tests failed or succeeded.
| * | | | | | | | Merge pull request #4225 from nicolasnoble/format-masterGravatar Craig Tiller2015-12-01
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Clang format.
| | * | | | | | | | Clang format.Gravatar Nicolas "Pixel" Noble2015-12-01
| |/ / / / / / / /
| * | | | | | | | Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * \ \ \ \ \ \ \ \ Merge pull request #4219 from w4-sjcho/masterGravatar Michael Lumish2015-12-01
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes memory leaks described in #4211
| | | * \ \ \ \ \ \ \ Merge pull request #4223 from jcanizales/filter-protobuf-warningsGravatar Michael Lumish2015-12-01
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Filter Protobuf nullable warnings