Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
|\ | |||
| * | Merge pull request #2216 from jboeuf/unpadded_base64 | Nicolas Noble | 2015-07-01 |
| |\ | | | | | | | Base64 decode improvements | ||
* | | | Refcounting fixes and debugging, empty batch stability fixes | Craig Tiller | 2015-07-01 |
| | | | |||
* | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-30 |
|\| | | | | | | | | | | | | | | Conflicts: test/core/end2end/tests/request_with_flags.c | ||
| * | | SSL refcounting fixes | Craig Tiller | 2015-06-30 |
| | | | | | | | | | | | | | | | | | | Handle the case where we recreate an auth context. Add (opt-in) debugging for refcounts on auth contexts. | ||
* | | | clang-format affected files | Craig Tiller | 2015-06-30 |
| | | | |||
| | * | Fixing indentation. | Julien Boeuf | 2015-06-30 |
| | | | |||
* | | | SSL channel args work with client config again | Craig Tiller | 2015-06-29 |
| | | | |||
* | | | Debugging | Craig Tiller | 2015-06-29 |
| | | | |||
* | | | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| | | | |||
| | * | Base64 decode improvements. | Julien Boeuf | 2015-06-25 |
| |/ | | | | | | | | | - Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly. | ||
* / | s/grpc_transport_op/grpc_transport_stream_op/g | Craig Tiller | 2015-06-25 |
|/ | |||
* | Merge pull request #2143 from murgatroid99/core_security_conversion_warnings | jboeuf | 2015-06-23 |
|\ | | | | | Fixed integer conversion warnings in src/core/security | ||
* | | Fixing recursive locking under Windows. | Nicolas "Pixel" Noble | 2015-06-23 |
| | | | | | | | | Shutting down is synchronous under Windows, so we don't want to do that while holding a lock. | ||
| * | Changed input_buffer_count to a size_t | murgatroid99 | 2015-06-22 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix | Julien Boeuf | 2015-06-22 |
|\ \ | |||
| | * | Removed incorrect cast | murgatroid99 | 2015-06-19 |
| | | | |||
| | * | Fixed integer conversion warnings in src/core/security | murgatroid99 | 2015-06-19 |
| | | | |||
| * | | Docs | Craig Tiller | 2015-06-18 |
| | | | |||
* | | | Fixing ssl auth context. | Julien Boeuf | 2015-06-18 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-05 |
| |\ | |/ |/| | |||
| * | clang-format | Craig Tiller | 2015-06-05 |
| | | |||
* | | Merge pull request #1879 from nicolasnoble/that-assert-makes-me-sad | Craig Tiller | 2015-06-03 |
|\ \ | | | | | | | Removing an assert on chand->security_connector->auth_context. | ||
* | | | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | | | |||
| | * | Fix TSAN reported errors | Craig Tiller | 2015-06-03 |
| | | | |||
| | * | Dont unref secure state until destroy completes | Craig Tiller | 2015-06-03 |
| | | | |||
| * | | Removing an assert on chand->security_connector->auth_context. | Nicolas "Pixel" Noble | 2015-06-03 |
|/ / | | | | | | | That value actually MAY be NULL in some circumstances, and that's not a problem. | ||
| * | Merge branch 'count-the-things' into we-dont-need-no-backup | Craig Tiller | 2015-06-01 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal | ||
* | | Implemented cb handling without the need for "managed closures". | David Garcia Quintas | 2015-06-01 |
| | | | | | | | | The concept of managed closure is officially extinct. | ||
| * | Properly integrate credentials metadata delivery | Craig Tiller | 2015-06-01 |
| | | |||
| * | Rephrase integration for httpcli | Craig Tiller | 2015-06-01 |
| | | |||
* | | Removed managed closures from iomgr. | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | | The only remaining need for those (whereby the closure frees itself upon completion) remains in security/credentials.c, where the code has been inlined (to be removed at a later time). | ||
* | | removed managed closures from server.c | David Garcia Quintas | 2015-05-31 |
| | | |||
* | | Comments addressed. | David Garcia Quintas | 2015-05-31 |
| | | |||
* | | Adapted the following to the new iomgr's cb API: | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel | ||
| * | Fixup merge | Craig Tiller | 2015-05-30 |
| | | |||
| * | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backup | Craig Tiller | 2015-05-30 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json src/core/security/credentials.c src/core/security/credentials.h src/core/surface/call.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.core | ||
* | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
|\ \ | |||
| * | | Removing mdctx from the credentials. | Julien Boeuf | 2015-05-29 |
| | | | |||
* | | | Addressing comments. | Julien Boeuf | 2015-05-20 |
| | | | |||
* | | | API for auth context and server-side secure transport only impl. | Julien Boeuf | 2015-05-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing. | ||
* | | | Starting on low level changes to support server side authentication. | Julien Boeuf | 2015-05-20 |
|/ / | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-19 |
| |\ | |/ |/| | |||
* | | Putting tsi util in header so that it can be used elsewhere. | Julien Boeuf | 2015-05-18 |
| | | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-17 |
| |\ | |/ |/| | |||
* | | Clean up tsi properties. | Julien Boeuf | 2015-05-13 |
| | | |||
| * | clang-format some files | Craig Tiller | 2015-05-13 |
| | | |||
| * | Initial refactoring of a few tests | Craig Tiller | 2015-05-11 |
| | | |||
| * | More plumbing work through creds framework | Craig Tiller | 2015-05-11 |
| | | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-11 |
| |\ | |/ |/| |