aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #8021 from hacfi/node_typoGravatar Michael Lumish2016-09-09
|\
* \ Merge pull request #8039 from jtattermusch/dotnetcli_distribtest_prototypeGravatar Jan Tattermusch2016-09-09
|\ \
* \ \ Merge pull request #7748 from thinkerou/update_function_descGravatar Stanley Cheung2016-09-08
|\ \ \
| | * | fixed formattingGravatar Jan Tattermusch2016-09-08
| | * | allow building all nugets on linuxGravatar Jan Tattermusch2016-09-08
| | * | make native extension loader work for published netcoreapp1.0 tooGravatar Jan Tattermusch2016-09-08
* | | | Merge pull request #8024 from makdharma/cpp_cacheableGravatar makdharma2016-09-08
|\ \ \ \
| | | * | dont enumerate runtimes in project.json fileGravatar Jan Tattermusch2016-09-08
| |_|/ / |/| | |
* | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
|\ \ \ \
| | * | | add cacheable option to client_contextGravatar Makarand Dharmapurikar2016-09-07
| |/ / / |/| | |
* | | | Merge pull request #7864 from ctiller/bigger_framesGravatar Craig Tiller2016-09-07
|\ \ \ \
| | | | * Fix typo in node.js READMEGravatar Philipp Wahala2016-09-07
| |_|_|/ |/| | |
* | | | Merge pull request #7986 from jtattermusch/coreclr_interop_fixesGravatar Jan Tattermusch2016-09-07
|\ \ \ \
* \ \ \ \ Merge pull request #7987 from ctiller/fuzz-failsGravatar Craig Tiller2016-09-07
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
|\ \ \ \ \ \
| | | | | | * update func descGravatar thinkerou2016-09-07
| | | | | | * update func descGravatar thinkerou2016-09-07
| | | | | * | Merge pull request #7963 from apolcyn/fix_server_leakGravatar apolcyn2016-09-06
| | | | | |\ \
* | | | | | | | php: use ssl hostname_override as auth audience uri if presentGravatar Stanley Cheung2016-09-06
* | | | | | | | php: minor error initializing a variableGravatar Stanley Cheung2016-09-06
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-09-06
|\ \ \ \ \ \ \
| | | | | | * \ Merge pull request #7894 from murgatroid99/build.yaml_changesGravatar Nicolas Noble2016-09-06
| | | | | | |\ \
| | | * | | | | | Fix fuzzing detected failureGravatar Craig Tiller2016-09-05
| |_|/ / / / / / |/| | | | | | |
| | | * | | | | address coreCLR TODOGravatar Jan Tattermusch2016-09-05
| | | * | | | | upgrade Moq to version that supports netstandard1.3Gravatar Jan Tattermusch2016-09-05
| | | * | | | | cleanup of project.json filesGravatar Jan Tattermusch2016-09-05
| | | * | | | | update csproj files to Google.Protobuf to 3.0.0Gravatar Jan Tattermusch2016-09-05
| | | * | | | | update Protobuf to 3.0.0 in project.json projectsGravatar Jan Tattermusch2016-09-05
| | | * | | | | update .csproj projects to Google.Apis.Auth to 1.16.0Gravatar Jan Tattermusch2016-09-05
| | | * | | | | update Google.Apis.Auth to 1.16.0 for project.json projectsGravatar Jan Tattermusch2016-09-05
* | | | | | | | Merge pull request #7758 from apolcyn/use_third_party_thread_pool_masterGravatar kpayson642016-09-02
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
|\ \ \ \ \ \ \ \ \
| | | | | | * | | | clang-formatGravatar Craig Tiller2016-09-02
| | | | | | * | | | Merge github.com:grpc/grpc into bigger_framesGravatar Craig Tiller2016-09-02
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | | | | | | | * destroy byte buffer reader after useGravatar Alexander Polcyn2016-09-01
| | | | | | | | |/ | | | | | | | |/|
| | | | | | | | * Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
* | | | | | | | | Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #7918 from y-zeng/server_builderGravatar kpayson642016-09-01
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #7939 from dgquintas/server_builder_tiny_include_fixGravatar kpayson642016-09-01
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7942 from a-veitch/add_protoGravatar kpayson642016-09-01
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | clang-formatGravatar Mark D. Roth2016-09-01
* | | | | | | | | | | | | Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7841 from fr05t1k/csGravatar Stanley Cheung2016-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | A bit more cleanup.Gravatar Mark D. Roth2016-09-01
| | * | | | | | | | | | | | | moved kMaxPayloadSizeForGet definition to C fileGravatar Makarand Dharmapurikar2016-08-31
| | * | | | | | | | | | | | | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-31
| | | | | | * | | | | | | | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | add trace context protoGravatar Alistair Veitch2016-08-31
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | * | | | | | | | | | | one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
* | | | | | | | | | | | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \