aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Properly categorize tests to allow sweeps to be run by adhocGravatar Craig Tiller2016-09-13
|
* Significantly increase sweep spaceGravatar Craig Tiller2016-09-13
|
* Reduce outstanding request countGravatar Craig Tiller2016-09-13
|
* Merge pull request #8068 from grpc/revert-7279-grand-unified-closuresGravatar Nicolas Noble2016-09-12
|\ | | | | Revert "Grand unified closures"
| * 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
* \ \ Merge pull request #7929 from yang-g/externCGravatar Nicolas Noble2016-09-12
|\ \ \ | | | | | | | | The public headers already have extern C
* \ \ \ Merge pull request #8054 from ctiller/sweep_the_Gravatar Craig Tiller2016-09-11
|\ \ \ \ | | | | | | | | | | Exclude sweep tests from the "full" suite
* \ \ \ \ Merge pull request #8035 from ctiller/OUTSTANDINGGravatar Craig Tiller2016-09-09
|\ \ \ \ \ | | | | | | | | | | | | Use a # of total outstanding requests to drive benchmark config
* \ \ \ \ \ Merge pull request #7279 from ctiller/grand-unified-closuresGravatar Nicolas Noble2016-09-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Grand unified closures
| | | * | | | Exclude sweep tests from the "full" suiteGravatar Craig Tiller2016-09-09
| |_|/ / / / |/| | | | |
| * | | | | Fix bad mergeGravatar Craig Tiller2016-09-09
| | | | | |
| * | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-09
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #7920 from tuoxiansp/patch-1Gravatar Michael Lumish2016-09-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update README.md
* \ \ \ \ \ \ 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
| | | | | | | | |
| | | | | | | | * enable runing C# interop tests under coreclrGravatar Jan Tattermusch2016-09-09
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * add shutdownhook for CoreCLRGravatar Jan Tattermusch2016-09-09
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farmGravatar Nicolas Noble2016-09-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Enable Mac OS X 10.6 compilation
* \ \ \ \ \ \ \ 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
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | | | * | Use a # of total outstanding requests to drive benchmark configGravatar Craig Tiller2016-09-08
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of specifying # of outstanding requests/channel, specify a total outstanding size, and try to fit that to the number of channels.
* | | | | | | | Merge pull request #8024 from makdharma/cpp_cacheableGravatar makdharma2016-09-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add cacheable option to client_context
| | | | * | | | | install dotnet cli into ubuntu1404 distribtest dockerGravatar Jan Tattermusch2016-09-08
| | | | | | | | |
| | | | * | | | | get the right nuget version in linux distribtestsGravatar Jan Tattermusch2016-09-08
| | | | | | | | |
| | | | * | | | | dotnet CLI distribtestGravatar Jan Tattermusch2016-09-08
| | | | | | | | |
| | | | * | | | | update path to C# test build by dotnet cliGravatar Jan Tattermusch2016-09-08
| | | | | | | | |
| | | | * | | | | dont enumerate runtimes in project.json fileGravatar Jan Tattermusch2016-09-08
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #7992 from nicolasnoble/manual-upmergeGravatar Nicolas Noble2016-09-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Manual upmerge from 1.0.x to master.
* \ \ \ \ \ \ \ \ Merge pull request #8030 from ctiller/sweep2Gravatar Craig Tiller2016-09-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add missing flag option
* \ \ \ \ \ \ \ \ \ Merge pull request #7994 from adelez/full_prod_testsGravatar Nicolas Noble2016-09-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Change permissions to run on Jenkins.
| | * | | | | | | | | Add missing flag optionGravatar Craig Tiller2016-09-07
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8007 from adelez/known_failuresGravatar Nicolas Noble2016-09-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add more known failure msgs.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8029 from ctiller/sweep2Gravatar Nicolas Noble2016-09-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | Fix file mode
| * | | | | | | | | | | Fix modeGravatar Craig Tiller2016-09-07
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8028 from ctiller/sweep2Gravatar Nicolas Noble2016-09-07
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a script to run performance sweeps
| * | | | | | | | | | | Fix copyrightGravatar Craig Tiller2016-09-07
| | | | | | | | | | | |
| * | | | | | | | | | | Add a script to run performance sweepsGravatar Craig Tiller2016-09-07
|/ / / / / / / / / / /
| | | * | | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| |_|/| | | | | | | | |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #7434 from ctiller/sweepsGravatar Nicolas Noble2016-09-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add sync variants of important tests, add sweeps across different channel counts
| * | | | | | | | | | | Fix mergeGravatar Craig Tiller2016-09-07
| | | | | | | | | | | |
| * | | | | | | | | | | Merge github.com:grpc/grpc into sweepsGravatar Craig Tiller2016-09-07
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #7865 from ctiller/mooveeGravatar Craig Tiller2016-09-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove blah repos from the visualization
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7816 from ctiller/benchmark-verbosityGravatar Craig Tiller2016-09-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase log verbosity for benchmark driver
| | | | | | | * | | | | | | add cacheable option to client_contextGravatar Makarand Dharmapurikar2016-09-07
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |