aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge pull request #637 from jtattermusch/debian_packageGravatar Nicolas Noble2015-02-20
|\
* \ Merge pull request #592 from ctiller/chex2Gravatar Nicolas Noble2015-02-20
|\ \
* \ \ Merge pull request #673 from jtattermusch/csharp_nugetGravatar Tim Emiola2015-02-20
|\ \ \
| * | | added NuGet package specificationsGravatar Jan Tattermusch2015-02-20
* | | | Merge pull request #665 from nicolasnoble/ssl-prefixGravatar jboeuf2015-02-20
|\ \ \ \
* \ \ \ \ Merge pull request #670 from ctiller/interopGravatar Yang Gao2015-02-20
|\ \ \ \ \
| * | | | | Make interop server respond to sigintGravatar Craig Tiller2015-02-20
|/ / / / /
* | | | | Merge pull request #661 from jboeuf/remove_hardcoded_ssl_rootsGravatar Yang Gao2015-02-20
|\ \ \ \ \ | |_|/ / / |/| | | |
| | * | | Defining an installation prefix for grpc's root certs at compilation time.Gravatar Nicolas "Pixel" Noble2015-02-20
| |/ / / |/| | |
| * | | Removing the hardcoded SSL roots.Gravatar Julien Boeuf2015-02-20
* | | | Merge pull request #656 from jtattermusch/csharp_projectrenameGravatar Tim Emiola2015-02-20
|\ \ \ \
* \ \ \ \ Merge pull request #627 from nathanielmanistaatgoogle/sync-asyncGravatar Nathaniel Manista2015-02-20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add SyncAsync interfaces and implementations.Gravatar Nathaniel Manista2015-02-20
* | | | | Merge pull request #657 from nathanielmanistaatgoogle/thread-leak-fixGravatar Nathaniel Manista2015-02-20
|\ \ \ \ \
| * | | | | Fix a thread leak bug.Gravatar Nathaniel Manista2015-02-20
* | | | | | Merge pull request #606 from yang-g/rootsGravatar Craig Tiller2015-02-20
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #655 from yang-g/copyleftGravatar Craig Tiller2015-02-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #652 from ctiller/interop2Gravatar Yang Gao2015-02-20
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #651 from ctiller/interopGravatar Yang Gao2015-02-20
|\ \ \ \ \ \ \ \
| | | | | | * | | Added EXPERIMENTAL-ONLY disclaimer fileGravatar Jan Tattermusch2015-02-20
| | | | | | * | | update README fileGravatar Jan Tattermusch2015-02-20
| | | | | | * | | renamed MathClient -> Grpc.Examples.MathClientGravatar Jan Tattermusch2015-02-20
| | | | | | * | | Rename Grpc.Api to Grpc.ExamplesGravatar Jan Tattermusch2015-02-20
| | | | | | * | | moved proto files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
| | | | | | * | | moved interop testing specific files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
| | | | | | * | | renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20
| | | | | | * | | set assembly versions to 0.1 to have lower version than languages in alphaGravatar Jan Tattermusch2015-02-20
| |_|_|_|_|/ / / |/| | | | | | |
| | | * | | | | include .m in check_copyright.pyGravatar Yang Gao2015-02-20
| |_|/ / / / / |/| | | | | |
| | * | | | | Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
* | | | | | | Merge pull request #645 from ctiller/32bitGravatar Jan Tattermusch2015-02-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | Fix server side large message receivingGravatar Craig Tiller2015-02-20
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #650 from Yhg1s/masterGravatar Nathaniel Manista2015-02-20
|\ \ \ \ \ \
| * | | | | | Clean up Python C API use in src/python/src/grpc/_adapter/*.c. Specifically:Gravatar Thomas Wouters2015-02-20
|/ / / / / /
* | | | | | Merge pull request #647 from grpc/revert-646-ssl_roots_fileGravatar Nicolas Noble2015-02-19
|\ \ \ \ \ \
| * | | | | | Revert "Adding a constant for a well known place where the SSL roots are inst...Gravatar Nicolas Noble2015-02-19
|/ / / / / /
* | | | | | Merge pull request #646 from jboeuf/ssl_roots_fileGravatar Nicolas Noble2015-02-19
|\ \ \ \ \ \
| | * \ \ \ \ Merge pull request #21 from nicolasnoble/32bitGravatar Craig Tiller2015-02-19
| | |\ \ \ \ \
| | | * | | | | Some 32 bits platforms don't like buildint asm for openssl.Gravatar Nicolas "Pixel" Noble2015-02-20
| | |/ / / / /
| * / / / / / Adding a constant for a well known place where the SSL roots are installed.Gravatar Julien Boeuf2015-02-19
|/ / / / / /
| * / / / / 32 bit compilation fixes for coreGravatar Craig Tiller2015-02-19
|/ / / / /
* | | | | Merge pull request #638 from vjpai/expecteqGravatar Craig Tiller2015-02-19
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #643 from nicolasnoble/gflagsGravatar Craig Tiller2015-02-19
|\ \ \ \ \ \
| | | | | | * changed deb files nameGravatar Jan Tattermusch2015-02-19
| | | | | | * fixes to debian package buildingGravatar Jan Tattermusch2015-02-19
| | | | | | * moved distpackages to toolsGravatar Jan Tattermusch2015-02-19
| | | | | | * create deb dir if it does not existGravatar Jan Tattermusch2015-02-19
| | | | | | * removed generated deb files and put deb dir to gitignoreGravatar Jan Tattermusch2015-02-19
| | | | | | * always run lintian when building deb packagesGravatar Jan Tattermusch2015-02-19
| | | | | | * fixes of some lintian reportsGravatar Jan Tattermusch2015-02-19
| * | | | | | Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
|/ / / / / /