aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Allow machine and build type tuning of slowdownGravatar Craig Tiller2015-02-27
|
* Fixing make install target for MacOS - strip -x is the command to use here.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++Gravatar Craig Tiller2015-02-26
|\
| * Fixing dependency on protobuf for parallel C++ build.Gravatar Nicolas "Pixel" Noble2015-02-27
| |
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|/
* Merge pull request #784 from ctiller/timeoutGravatar Yang Gao2015-02-26
|\ | | | | Introduce slowdown factor for unit test deadlines
* | We have decided our release version number shall be 0.5.0.Gravatar Nicolas "Pixel" Noble2015-02-25
| |
| * Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
|/ | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Merge pull request #735 from jboeuf/fix_ssl_sanGravatar Craig Tiller2015-02-24
|\ | | | | Verifying the peer name on the X509 Certs correctly.
| * Addressing comments.Gravatar Julien Boeuf2015-02-24
| |
* | suppress output of whichGravatar Yang Gao2015-02-24
| |
* | Fixing typo in Makefile.Gravatar Nicolas "Pixel" Noble2015-02-24
|/ | | | Closes #742.
* Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
|\ | | | | Added support for default credentials.
| * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
* | Merge pull request #654 from ctiller/copyrightGravatar Tim Emiola2015-02-23
|\ \ | | | | | | Update copyrights on docker files, makefiles
| | * Added support for default credentials.Gravatar Julien Boeuf2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block.
* | | Actually installing root certificates on the system.Gravatar Nicolas "Pixel" Noble2015-02-22
| | |
* | | Merge pull request #704 from ctiller/interop3Gravatar Yang Gao2015-02-21
|\ \ \ | |_|/ |/| | Rename interop_test.c --> interop_test.cc
* | | Re-generated project files.Gravatar Nicolas "Pixel" Noble2015-02-21
| | |
* | | Merge pull request #703 from nicolasnoble/win32Gravatar Craig Tiller2015-02-21
|\ \ \ | | | | | | | | Fixing Windows port.
| | * | Rename interop_test.c --> interop_test.ccGravatar Craig Tiller2015-02-21
| |/ / |/| | | | | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
* | | Merge pull request #641 from jboeuf/jwt_id_tokenGravatar Yang Gao2015-02-21
|\ \ \ | | | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens).
| | * \ Merge branch 'master' of github.com:google/grpc into win32Gravatar Nicolas "Pixel" Noble2015-02-21
| | |\ \ | |_|/ / |/| | |
| | * | Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
| | | |
* | | | Fix in tree build of protobufGravatar Craig Tiller2015-02-20
| | | | | | | | | | | | | | | | If we are building protobuf because of an incompatible out of tree protobuf installation, then make sure that we don't accidentally use that versions includes.
* | | | Adding a helpful installation message about protobuf.Gravatar Nicolas "Pixel" Noble2015-02-21
| |/ / |/| | | | | | | | Also, fixing protobuf in-place compilation for real, this time.
* | | Regenerated outdated Makefile.Gravatar Nicolas "Pixel" Noble2015-02-21
| | |
* | | Merge pull request #690 from ctiller/mac2Gravatar Nicolas Noble2015-02-20
|\ \ \ | | | | | | | | Fix in tree build of openssl on mac
* \ \ \ Merge pull request #689 from nicolasnoble/macos-fixGravatar Craig Tiller2015-02-20
|\ \ \ \ | | | | | | | | | | Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS.
| | * | | Fix in tree build of openssl on macGravatar Craig Tiller2015-02-20
| | | | |
* | | | | Force compilation of protobuf using -fPIC.Gravatar Nicolas "Pixel" Noble2015-02-21
| | | | |
| * | | | Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS.Gravatar Nicolas "Pixel" Noble2015-02-21
| |/ / /
* | | | Merge branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| * | | Merge branch 'master' of github.com:google/grpc into unsecure-fixGravatar Nicolas "Pixel" Noble2015-02-21
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * | | | Various MacOS build fixes.Gravatar Nicolas "Pixel" Noble2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!)
| | * | | Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| | | | | | | | | | | | | | | | | | | | This will help greatly when it comes to diagnosing customer issues.
| | | | * Makefile cleanupGravatar Craig Tiller2015-02-20
| | | | |
| | | | * Update yearGravatar Craig Tiller2015-02-20
| | | | |
| | * | | Re-enable rewrite testGravatar Craig Tiller2015-02-20
| |/ / /
| * | | Merge pull request #665 from nicolasnoble/ssl-prefixGravatar jboeuf2015-02-20
| |\ \ \ | | | | | | | | | | Defining an installation prefix for grpc's root certs at compilation time.
| | * | | 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
| |/ / / | | | | | | | | | | | | | | | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test
* | | | Disabled httpcli_test, and ran build cleaner.Gravatar Nicolas "Pixel" Noble2015-02-20
| | | |
| * | | Merge pull request #606 from yang-g/rootsGravatar Craig Tiller2015-02-20
| |\ \ \ | | | | | | | | | | remove prod_roots_certs.c
| * \ \ \ Merge pull request #652 from ctiller/interop2Gravatar Yang Gao2015-02-20
| |\ \ \ \ | | |_|_|/ | |/| | | Ensure interop tests are run as part of run_tests
| | * | | Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
| |/ / / |/| | | | | | | | | | | I'm honestly a little shocked this wasn't done previously.
| * | | Some 32 bits platforms don't like buildint asm for openssl.Gravatar Nicolas "Pixel" Noble2015-02-20
|/ / /
| | * Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19
| |/ |/|
* | Merge pull request #633 from nicolasnoble/ldconfigGravatar Jan Tattermusch2015-02-19
|\ \ | | | | | | Running ldconfig shouldn't fail; so we can run fakeroot make install properly.
| * | Running ldconfig shouldn't fail; so we can run fakeroot make install properly.Gravatar Nicolas "Pixel" Noble2015-02-20
| | |