aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-13
|\
| * Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| |
| * Merge pull request #8048 from jtattermusch/dotnetcli_interoptestGravatar Jan Tattermusch2016-09-12
| |\ | | | | | | Enable running interop tests with dotnet CLI + CoreCLR
| * \ Merge pull request #8047 from jtattermusch/coreclr_unloadingGravatar Jan Tattermusch2016-09-12
| |\ \ | | | | | | | | Add shutdown hook for CoreCLR
| * | | Fix bad mergeGravatar Craig Tiller2016-09-09
| | | |
| * | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-09
| |\ \ \
| | * \ \ Merge pull request #8021 from hacfi/node_typoGravatar Michael Lumish2016-09-09
| | |\ \ \ | | | | | | | | | | | | Fix typo in node.js README
| | * \ \ \ Merge pull request #8039 from jtattermusch/dotnetcli_distribtest_prototypeGravatar Jan Tattermusch2016-09-09
| | |\ \ \ \ | | | | | | | | | | | | | | Dotnet CLI distrib tests and associated cleanup.
| | | | | | * fix copying data directoryGravatar Jan Tattermusch2016-09-09
| | | | |_|/ | | | |/| |
| | | | | * add shutdownhook for CoreCLRGravatar Jan Tattermusch2016-09-09
| | | | |/ | | | |/|
| | * | | Merge pull request #7748 from thinkerou/update_function_descGravatar Stanley Cheung2016-09-08
| | |\ \ \ | | | | | | | | | | | | PHP: update param description of function
| | | | * | 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 github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-08
| |\| | | |
| | * | | | Merge pull request #8024 from makdharma/cpp_cacheableGravatar makdharma2016-09-08
| | |\ \ \ \ | | | | | | | | | | | | | | add cacheable option to client_context
* | | \ \ \ \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-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
| |\ \ \ \ \ | | | | | | | | | | | | | | Support >16kib frame sizes in core
| | | | | | * Fix typo in node.js READMEGravatar Philipp Wahala2016-09-07
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #7986 from jtattermusch/coreclr_interop_fixesGravatar Jan Tattermusch2016-09-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Improvements to CoreCLR support
| * \ \ \ \ \ Merge pull request #7987 from ctiller/fuzz-failsGravatar Craig Tiller2016-09-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix fuzzing detected failure
| | | | | | * \ Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Percent encoding routines
| | | | | | | | * update func descGravatar thinkerou2016-09-07
| | | | | | | | |
| | | | | | | | * update func descGravatar thinkerou2016-09-07
| | | | | | | | |
| | | | | | * | | Merge pull request #7963 from apolcyn/fix_server_leakGravatar apolcyn2016-09-06
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | destroy byte buffer reader after use
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Manual upmerge from v1.0.x
| | | | | | | * \ \ Merge pull request #7894 from murgatroid99/build.yaml_changesGravatar Nicolas Noble2016-09-06
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | build.yaml changes to make certain grpc++ builds work
* | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
|\| | | | | | | | | |
* | | | | | | | | | | Increase max send message size on server used in objc tests.Gravatar Mark D. Roth2016-09-06
| | | | | | | | | | |
* | | | | | | | | | | Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-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
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use thread pool from concurrent-ruby on ruby server
| | | | | | | | | | * Revert barrier change to restore TSAN passingGravatar Craig Tiller2016-09-02
| | | | | | | | | | |
| | | | | | | | | | * Fix typoGravatar Craig Tiller2016-09-02
| | | | | | | | | | |
| | | | | | | | | | * Address review commentsGravatar Craig Tiller2016-09-02
| | | | | | | | | | |
| | | | | | | | | | * Improve commentGravatar Craig Tiller2016-09-02
| | | | | | | | | | |
| | | | | | | | | | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| | | | | | | | | | |\