aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Addressing comments.Gravatar Julien Boeuf2015-02-24
|
* Using HTTP2 compliant cipher suites by default.Gravatar Julien Boeuf2015-02-24
| | | | | | - Added a way to override the cipher suites with an environment variable so that we can still do interop testing with java7. - Takes care of #681.
* Merge pull request #768 from ctiller/httpGravatar Nicolas Noble2015-02-24
|\ | | | | Add HTTP2 header tracing
| * Also get rid of CHTTP2 settings spamGravatar Craig Tiller2015-02-24
| |
* | Spam cleanupGravatar Craig Tiller2015-02-24
| |
* | Merge pull request #755 from nicolasnoble/feedbackGravatar Craig Tiller2015-02-24
|\ \ | | | | | | Second batch of feedback.
| * | Second batch of feedback.Gravatar Nicolas Noble2015-02-24
| | |
* | | Merge pull request #763 from ctiller/fix2Gravatar Nicolas Noble2015-02-24
|\ \ \ | | | | | | | | Remove redundant variable set
* \ \ \ Merge pull request #764 from ctiller/fix3Gravatar Nicolas Noble2015-02-24
|\ \ \ \ | | | | | | | | | | Remove unused variable
| | | | * Add HTTP2 header tracingGravatar Craig Tiller2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path. Later this will be expanded no doubt for sending headers, stream creation, etc...
| * | | | Remove unused variableGravatar Craig Tiller2015-02-24
| | |/ / | |/| |
| | * | Remove redundant variable setGravatar Craig Tiller2015-02-24
| |/ /
* / / Fix potential leakGravatar Craig Tiller2015-02-24
|/ /
* | Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
| |
* | Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
|\ \ | | | | | | Added support for default credentials.
* \ \ Merge pull request #719 from nicolasnoble/securityGravatar jboeuf2015-02-23
|\ \ \ | | | | | | | | Addressing security concerns.
* | | | Fix memory leakGravatar Craig Tiller2015-02-23
| |_|/ |/| |
| | * 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.
| * | Addressing security concerns.Gravatar Nicolas Noble2015-02-23
|/ / | | | | | | | | -) 0x7f (Backspace) isn't a printable character. -) use sizeof(var) instead of sizeof(type).
| * 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 branch 'master' of github.com:google/grpc into installed_ssl_roots-patchGravatar Nicolas "Pixel" Noble2015-02-22
|\|
| * 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 branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
| |\ \ | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | 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
| | * | Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| | | | | | | | | | | | | | | | This will help greatly when it comes to diagnosing customer issues.
| | * | Merge pull request #592 from ctiller/chex2Gravatar Nicolas Noble2015-02-20
| |/| | |/| | | | | | | Fix TSAN reported error in fd_posix.c
* | | | 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 #651 from ctiller/interopGravatar Yang Gao2015-02-20
|\ \ \ \ | | | | | | | | | | Fix server side large message receiving
| * | | | Fix server side large message receivingGravatar Craig Tiller2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check for whether to request more data was all messed up. On the client this needs to be after initial metadata is sent to guarantee that we have a live stream, but there's no such requirement at the server. Fix this. I also ran clang-format across the code so there are some formatting changes.
| * | | | Revert "Adding a constant for a well known place where the SSL roots are ↵Gravatar Nicolas Noble2015-02-19
| |/ / / | | | | | | | | | | | | installed."
| * | | 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
|/ / /
| | * Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
| |/ |/| | | | | - Not tested end to end yet
* | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2Gravatar Mugur Marculescu2015-02-19
|\ \ | | | | | | Jayantkolhe patch 2 - Many documentation updates.
| * | Create README.mdGravatar Jayant Kolhe2015-02-19
| | |
* | | Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\ \ \ | | | | | | | | Mac build is now ready