Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #735 from jboeuf/fix_ssl_san | Craig Tiller | 2015-02-24 |
|\ | | | | | Verifying the peer name on the X509 Certs correctly. | ||
| * | Addressing comments. | Julien Boeuf | 2015-02-24 |
| | | |||
* | | suppress output of which | Yang Gao | 2015-02-24 |
| | | |||
* | | Fixing typo in Makefile. | Nicolas "Pixel" Noble | 2015-02-24 |
|/ | | | | Closes #742. | ||
* | Merge pull request #710 from jboeuf/default_google_creds | Craig Tiller | 2015-02-23 |
|\ | | | | | Added support for default credentials. | ||
| * | Addressing iniitial feedback. | Julien Boeuf | 2015-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/copyright | Tim Emiola | 2015-02-23 |
|\ \ | | | | | | | Update copyrights on docker files, makefiles | ||
| | * | Added support for default credentials. | Julien Boeuf | 2015-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. | Nicolas "Pixel" Noble | 2015-02-22 |
| | | | |||
* | | | Merge pull request #704 from ctiller/interop3 | Yang Gao | 2015-02-21 |
|\ \ \ | |_|/ |/| | | Rename interop_test.c --> interop_test.cc | ||
* | | | Re-generated project files. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | |||
* | | | Merge pull request #703 from nicolasnoble/win32 | Craig Tiller | 2015-02-21 |
|\ \ \ | | | | | | | | | Fixing Windows port. | ||
| | * | | Rename interop_test.c --> interop_test.cc | Craig Tiller | 2015-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_token | Yang Gao | 2015-02-21 |
|\ \ \ | | | | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens). | ||
| | * \ | Merge branch 'master' of github.com:google/grpc into win32 | Nicolas "Pixel" Noble | 2015-02-21 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Fixing Windows port. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | | | |||
* | | | | Fix in tree build of protobuf | Craig Tiller | 2015-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. | Nicolas "Pixel" Noble | 2015-02-21 |
| |/ / |/| | | | | | | | | Also, fixing protobuf in-place compilation for real, this time. | ||
* | | | Regenerated outdated Makefile. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | |||
* | | | Merge pull request #690 from ctiller/mac2 | Nicolas Noble | 2015-02-20 |
|\ \ \ | | | | | | | | | Fix in tree build of openssl on mac | ||
* \ \ \ | Merge pull request #689 from nicolasnoble/macos-fix | Craig Tiller | 2015-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 mac | Craig Tiller | 2015-02-20 |
| | | | | | |||
* | | | | | Force compilation of protobuf using -fPIC. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | | | |||
| * | | | | Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. | Nicolas "Pixel" Noble | 2015-02-21 |
| |/ / / | |||
* | | | | Merge branch 'master' of github.com:google/grpc into httpcli_test | Nicolas "Pixel" Noble | 2015-02-21 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| * | | | Merge branch 'master' of github.com:google/grpc into unsecure-fix | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-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 recompiling | Craig Tiller | 2015-02-20 |
| | | | | | | | | | | | | | | | | | | | | This will help greatly when it comes to diagnosing customer issues. | ||
| | | | * | Makefile cleanup | Craig Tiller | 2015-02-20 |
| | | | | | |||
| | | | * | Update year | Craig Tiller | 2015-02-20 |
| | | | | | |||
| | * | | | Re-enable rewrite test | Craig Tiller | 2015-02-20 |
| |/ / / | |||
| * | | | Merge pull request #665 from nicolasnoble/ssl-prefix | jboeuf | 2015-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. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | | | | |||
| * | | | | Removing the hardcoded SSL roots. | Julien Boeuf | 2015-02-20 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test | ||
* | | | | Disabled httpcli_test, and ran build cleaner. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | | | |||
| * | | | Merge pull request #606 from yang-g/roots | Craig Tiller | 2015-02-20 |
| |\ \ \ | | | | | | | | | | | remove prod_roots_certs.c | ||
| * \ \ \ | Merge pull request #652 from ctiller/interop2 | Yang Gao | 2015-02-20 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Ensure interop tests are run as part of run_tests | ||
| | * | | | Ensure interop tests are run as part of run_tests | Craig Tiller | 2015-02-20 |
| |/ / / |/| | | | | | | | | | | | I'm honestly a little shocked this wasn't done previously. | ||
| * | | | Some 32 bits platforms don't like buildint asm for openssl. | Nicolas "Pixel" Noble | 2015-02-20 |
|/ / / | |||
| | * | Adding tool for generating JWTs on the command line. | Julien Boeuf | 2015-02-19 |
| |/ |/| | |||
* | | Merge pull request #633 from nicolasnoble/ldconfig | Jan Tattermusch | 2015-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. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | | |||
* | | | Added protoc plugin for Python GRPC. | Masood Malekghassemi | 2015-02-19 |
|/ / | |||
* | | Merge pull request #621 from yang-g/header | Nicolas Noble | 2015-02-19 |
|\ \ | | | | | | | add missing header | ||
| * | | add more missing headers | Yang Gao | 2015-02-19 |
| | | | |||
| * | | add missing header | Yang Gao | 2015-02-19 |
| | | | |||
* | | | Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it | Vijay Pai | 2015-02-19 |
|/ / | | | | | | | was used. | ||
| * | Merge remote-tracking branch 'upstream/master' into roots | Yang Gao | 2015-02-18 |
| |\ | |/ |/| | |||
| * | remove prod_roots_certs.c since it is not used anywhere | Yang Gao | 2015-02-18 |
| | | |||
* | | Polishing Makefile to better install targets. | Nicolas "Pixel" Noble | 2015-02-19 |
|/ | | | | | | | -) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin. -) installing plugins. -) install will now run protobuf's installation too. -) adding documentation about installation prefix. |