Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Merge pull request #707 from nicolasnoble/contrib | Abhishek Kumar | 2015-02-21 |
|\ | | | | | Adding a CONTRIBUTING file. | ||
| * | Adding a CONTRIBUTING file. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | |||
* | | Merge pull request #706 from nicolasnoble/regen | Craig Tiller | 2015-02-21 |
|\ \ | |/ |/| | Re-generated project files. | ||
| * | Re-generated project files. | Nicolas "Pixel" Noble | 2015-02-21 |
|/ | |||
* | Merge pull request #705 from ctiller/fd_shutdown | Nicolas Noble | 2015-02-21 |
|\ | | | | | Fix a double-close in the server code. | ||
| * | Fix a double-close in the server code. | Craig Tiller | 2015-02-21 |
| | | | | | | | | Exposed (I think) now that we properly handle POLLHUP. | ||
* | | Merge pull request #703 from nicolasnoble/win32 | Craig Tiller | 2015-02-21 |
|\ \ | |/ |/| | Fixing Windows port. | ||
* | | Merge pull request #641 from jboeuf/jwt_id_token | Yang Gao | 2015-02-21 |
|\ \ | | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens). | ||
| | * | Factorizing out function split_host_port. | Nicolas "Pixel" Noble | 2015-02-20 |
| | | | |||
| | * | 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 |
| | | | |||
* | | | Merge pull request #701 from ctiller/mac3 | Nicolas Noble | 2015-02-20 |
|\ \ \ | | | | | | | | | Mac networking stack fixes | ||
| * | | | Check POLLHUP, POLLERR as required | Craig Tiller | 2015-02-20 |
| | | | | |||
| * | | | sockaddr_un needs the null terminator included in the address length | Craig Tiller | 2015-02-20 |
| | | | | |||
* | | | | Merge pull request #699 from ctiller/mac3 | Nicolas Noble | 2015-02-20 |
|\| | | | | | | | | | | | Fix in tree build of protobuf | ||
| * | | | 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. | ||
* | | | Merge pull request #698 from nicolasnoble/verify-install | Craig Tiller | 2015-02-20 |
|\ \ \ | | | | | | | | | Adding a helpful installation message about protobuf. | ||
| * | | | Adding a helpful installation message about protobuf. | Nicolas "Pixel" Noble | 2015-02-21 |
| | |/ | |/| | | | | | | | Also, fixing protobuf in-place compilation for real, this time. | ||
* | | | Merge pull request #697 from ctiller/mac2 | Nicolas Noble | 2015-02-20 |
|\ \ \ | |/ / |/| | | This magically fixes the C build on my Mac | ||
| * | | This magically fixes the C build on my Mac | Craig Tiller | 2015-02-20 |
|/ / | |||
* | | Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed | Nathaniel Manista | 2015-02-20 |
|\ \ | |||
| * | | Added compiler plugin test for Python. | Masood Malekghassemi | 2015-02-20 |
| | | | |||
* | | | Merge pull request #693 from nicolasnoble/regen-makefile | Jan Tattermusch | 2015-02-20 |
|\ \ \ | | | | | | | | | Regenerated outdated Makefile. | ||
| * | | | Regenerated outdated Makefile. | Nicolas "Pixel" Noble | 2015-02-21 |
|/ / / | |||
* | | | Merge pull request #601 from murgatroid99/node_route_guide_sample | Tim Emiola | 2015-02-20 |
|\ \ \ | | | | | | | | | Added route_guide server example implementation | ||
* \ \ \ | Merge pull request #690 from ctiller/mac2 | Nicolas Noble | 2015-02-20 |
|\ \ \ \ | | | | | | | | | | | Fix in tree build of openssl on mac | ||
* \ \ \ \ | Merge pull request #684 from jtattermusch/dockerfile_fixes | Tim Emiola | 2015-02-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python | ||
* \ \ \ \ \ | 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. | ||
* \ \ \ \ \ \ | Merge pull request #687 from nicolasnoble/no-install-protobuf | Craig Tiller | 2015-02-20 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Let's not install our potentially broken version of protobuf onto the system and pollute people's environment. | ||
* \ \ \ \ \ \ \ | Merge pull request #688 from nicolasnoble/local-protobuf-build | Craig Tiller | 2015-02-20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Force compilation of protobuf using -fPIC. | ||
| | | | | * | | | | Fix in tree build of openssl on mac | Craig Tiller | 2015-02-20 |
| | | | | | | | | | |||
| | * | | | | | | | Let's not install our potentially broken version of protobuf onto the system ↵ | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and pollute people's environment. | ||
| * | | | | | | | | Force compilation of protobuf using -fPIC. | Nicolas "Pixel" Noble | 2015-02-21 |
| |/ / / / / / / | |||
* | | | | | | | | Merge pull request #685 from soltanmm/gen-code-update | Nathaniel Manista | 2015-02-20 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #679 from tbetbetbe/grpc_ruby_update_readme | Jan Tattermusch | 2015-02-20 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Grpc ruby update readme | ||
| | | * | | | | | | Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | |/ / / / | | | |/| | | | | |||
| | | | * | | | | Forgot to commit some files | Jan Tattermusch | 2015-02-20 |
| | | | | | | | | |||
| * | | | | | | | Update README.md | Tim Emiola | 2015-02-20 |
| | | | | | | | | |||
| | | | * | | | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python | Jan Tattermusch | 2015-02-20 |
| | | | | |/ / | | | | |/| | | |||
| | * | / | | | Replaces the generated code in src/python/interop/interop with more recently ↵ | Masood Malekghassemi | 2015-02-20 |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | generated code. | ||
* | | | | | | Merge pull request #660 from nicolasnoble/httpcli_test | Craig Tiller | 2015-02-20 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Disabled httpcli_test, and ran build cleaner. | ||
| * | | | | | Merge branch 'master' of github.com:google/grpc into httpcli_test | Nicolas "Pixel" Noble | 2015-02-21 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
* | | | | | | Merge pull request #683 from nicolasnoble/unsecure-fix | Craig Tiller | 2015-02-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Various MacOS build fixes. | ||
| * \ \ \ \ \ | 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 | ||
* | | | | | | | Merge pull request #677 from ctiller/diagnose | Yang Gao | 2015-02-20 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Add a facility to control tracing without recompiling | ||
| | * | | | | | 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 (!) | ||
| * | | | | | | Make it possible to compile out tracing | Craig Tiller | 2015-02-20 |
| | | | | | | | |||
* | | | | | | | Merge pull request #668 from nathanielmanistaatgoogle/assembly | Masood Malekghassemi | 2015-02-20 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | The framework.assembly package. | ||
| | * \ \ \ \ \ | Merge github.com:google/grpc into diagnose | Craig Tiller | 2015-02-20 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | |