aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Credentials prototypingGravatar Craig Tiller2015-02-23
| | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Merge pull request #715 from tbetbetbe/grpc-ruby-fix-interop-clientGravatar Tim Emiola2015-02-23
|\ | | | | Fixes a missed old module name reference in the interop client
| * Fixes a missed old module name reference in the interop clientGravatar Tim Emiola2015-02-23
| |
* | Fixing java package for route_guide.protoGravatar nmittler2015-02-22
| |
* | Merge pull request #709 from nathanielmanistaatgoogle/thread-pool-less-linksGravatar Masood Malekghassemi2015-02-22
|\ \ | | | | | | Thread-pool-less construction of GRPC links.
* | | Actually installing root certificates on the system.Gravatar Nicolas "Pixel" Noble2015-02-22
| | |
* | | Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patchGravatar Nicolas "Pixel" Noble2015-02-22
|\ \ \
| | * | Thread-pool-less construction of GRPC links.Gravatar Nathaniel Manista2015-02-22
| |/ / | | | | | | | | | | | | | | | These will be used in generated code in circumstances in which we don't necessarily want to be asking calling code to have a thread pool readily available.
| * | Merge pull request #705 from ctiller/fd_shutdownGravatar Nicolas Noble2015-02-21
| |\ \ | | | | | | | | Fix a double-close in the server code.
| | * | Fix a double-close in the server code.Gravatar Craig Tiller2015-02-21
| | | | | | | | | | | | | | | | Exposed (I think) now that we properly handle POLLHUP.
| * | | Merge pull request #703 from nicolasnoble/win32Gravatar Craig Tiller2015-02-21
| |\ \ \ | | |/ / | |/| | Fixing Windows port.
| * | | Merge pull request #641 from jboeuf/jwt_id_tokenGravatar Yang Gao2015-02-21
| |\ \ \ | | | | | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens).
| | | * | Factorizing out function split_host_port.Gravatar Nicolas "Pixel" Noble2015-02-20
| | | | |
| | | * | Merge branch 'master' of github.com:google/grpc into win32Gravatar Nicolas "Pixel" Noble2015-02-21
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
| | | | |
| * | | | Check POLLHUP, POLLERR as requiredGravatar Craig Tiller2015-02-20
| | | | |
| * | | | sockaddr_un needs the null terminator included in the address lengthGravatar Craig Tiller2015-02-20
| | | | |
| * | | | This magically fixes the C build on my MacGravatar Craig Tiller2015-02-20
| | |/ / | |/| |
| * | | Merge pull request #601 from murgatroid99/node_route_guide_sampleGravatar Tim Emiola2015-02-20
| |\ \ \ | | | | | | | | | | Added route_guide server example implementation
| * \ \ \ Merge pull request #685 from soltanmm/gen-code-updateGravatar Nathaniel Manista2015-02-20
| |\ \ \ \
| * \ \ \ \ Merge pull request #679 from tbetbetbe/grpc_ruby_update_readmeGravatar Jan Tattermusch2015-02-20
| |\ \ \ \ \ | | | | | | | | | | | | | | Grpc ruby update readme
| | * | | | | Update README.mdGravatar Tim Emiola2015-02-20
| | | | | | |
| | | * | | | Replaces the generated code in src/python/interop/interop with more recently ↵Gravatar Masood Malekghassemi2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | generated code.
| * | | | | | Merge branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | | | | Merge pull request #677 from ctiller/diagnoseGravatar Yang Gao2015-02-20
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | Add a facility to control tracing without recompiling
| | | * | | | Make it possible to compile out tracingGravatar Craig Tiller2015-02-20
| | | | | | |
* | | | | | | Adding roots.pem from Mozilla and associated logic.Gravatar Julien Boeuf2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The roots.pem file has been generated from https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt using https://github.com/agl/extract-nss-root-certs
| | * | | | | Merge pull request #668 from nathanielmanistaatgoogle/assemblyGravatar Masood Malekghassemi2015-02-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | The framework.assembly package.
| | | | * \ \ \ Merge github.com:google/grpc into diagnoseGravatar Craig Tiller2015-02-20
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | | | * | | Update README.mdGravatar Tim Emiola2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | More comment improvements
| | | | | * | | Update README.mdGravatar Tim Emiola2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | fix comment about the installation location
| | | | | * | | Update README.mdGravatar Tim Emiola2015-02-20
| | | | | | | |
| | | | * | | | Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | This will help greatly when it comes to diagnosing customer issues.
| | * | / / / added include <iostream>. Closes #674Gravatar Jan Tattermusch2015-02-20
| | | |/ / / | | |/| | |
| | | | * | Updated client and server to use db from a variable pathGravatar murgatroid992015-02-20
| | | | | |
| | | * | | The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
| | * | | | Merge pull request #669 from yang-g/commentsGravatar Michael Lumish2015-02-20
| | |\ \ \ \ | | | | | | | | | | | | | | clean up some internal path and names
| | * \ \ \ \ Merge pull request #663 from vjpai/pythonGravatar Nicolas Noble2015-02-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Minor changes for compatibility across different compilers
| | * \ \ \ \ \ Merge pull request #592 from ctiller/chex2Gravatar Nicolas Noble2015-02-20
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix TSAN reported error in fd_posix.c
| | * | | | | | | Merge pull request #673 from jtattermusch/csharp_nugetGravatar Tim Emiola2015-02-20
| |/| | | | | | | |/| | | | | | | | | | | | | | | | | added NuGet package specifications
| | * | | | | | | added NuGet package specificationsGravatar Jan Tattermusch2015-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.
| | | | | | * | | clean up some internal path and namesGravatar Yang Gao2015-02-20
| | | | |_|/ / / | | | |/| | | |
* | | | | | | | Merge pull request #661 from jboeuf/remove_hardcoded_ssl_rootsGravatar Yang Gao2015-02-20
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Removing the hardcoded SSL roots.
| | * | | | | | Defining an installation prefix for grpc's root certs at compilation time.Gravatar Nicolas "Pixel" Noble2015-02-20
| |/ / / / / / |/| | | | | |
| | | | * | | signed-unsigned comparison issueGravatar vjpai2015-02-20
| |_|_|/ / / |/| | | | |
| | | | * | Added comments to route_guide_client.jsGravatar murgatroid992015-02-20
| | | | | |
| * | | | | Removing the hardcoded SSL roots.Gravatar Julien Boeuf2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test
* | | | | | Merge pull request #656 from jtattermusch/csharp_projectrenameGravatar Tim Emiola2015-02-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | C# renaming of VS projects and some cleanup
* \ \ \ \ \ \ Merge pull request #627 from nathanielmanistaatgoogle/sync-asyncGravatar Nathaniel Manista2015-02-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |