Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Addressing comments. | Julien Boeuf | 2015-08-28 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ | |||
| * | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-28 |
| |\ | | | | | | | | | | credentials_naming_and_cleanup | ||
* | | | Fixing AuthContext tests. | Julien Boeuf | 2015-08-28 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ \ \ | | |/ | |/| | |||
* | | | Adding C++ metadata processor. | Julien Boeuf | 2015-08-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow). | ||
| * | | Merge pull request #3101 from yang-g/string_ref_auth | Craig Tiller | 2015-08-27 |
| |\ \ | | | | | | | | | Use millis instead of micros in seconds_timeout and reduce a large deadline. | ||
| * \ \ | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
| |\ \ \ | | | | | | | | | | | Create channel API change | ||
| | | | * | Addressing comments, round 2. | Julien Boeuf | 2015-08-27 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 |
|\| | | | | |||
| | | | * | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 |
| | | | |\ | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | ||
| | | | * | | Addressing comments. | Julien Boeuf | 2015-08-27 |
| | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 |
| |\ \ \ \ | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security. | ||
| | | * | | | implementation fix | yang-g | 2015-08-27 |
| | | | | | | |||
| | | | * | | use millis to protect against potential overflow | yang-g | 2015-08-27 |
| | | | | | | |||
| | | | * | | Reduce a timeout causing overflow | yang-g | 2015-08-27 |
| | | | | | | |||
| * | | | | | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 |
| | | | | | | |||
| * | | | | | Merge pull request #3025 from ctiller/endpoints | Yang Gao | 2015-08-26 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Refactor Endpoint API | ||
| * | | | | | minor fixes | yang-g | 2015-08-26 |
| | |_|/ / | |/| | | | |||
| | * | | | Make port_windows compile again | Craig Tiller | 2015-08-26 |
| | | | | | |||
| | * | | | Use port server on windows | Craig Tiller | 2015-08-26 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
|\ \ \ \ \ | |||
| | | * \ \ | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-26 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c | ||
| | * | \ \ \ | Merge remote-tracking branch 'upstream/master' into string_ref_auth | yang-g | 2015-08-26 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||
| | | * | | | | Merge pull request #3072 from ctiller/pneumatic-figure-skater | Vijay Pai | 2015-08-26 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Cleanup test, initialize correctly | ||
| | | * \ \ \ \ | Merge pull request #3065 from yang-g/string_ref | Craig Tiller | 2015-08-26 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use string_ref for incoming metadata | ||
| | | * \ \ \ \ \ | Merge pull request #3035 from ctiller/naming-crisis | David G. Quintas | 2015-08-25 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Refactor default host name resolution | ||
| | | | | | | | | * | Credentials cleanup: | Julien Boeuf | 2015-08-25 |
| | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
| | | | | | | | * | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | | | |_|_|_|/ | | | |/| | | | | |||
| | | | | | * | | Cleanup test, initialize correctly | Craig Tiller | 2015-08-25 |
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | Test was failing on mac because gpr time code was not initialized. Whilst here, clean up the test so that I can understand it again. | ||
| | * | | | | | auth context api change for string_ref | yang-g | 2015-08-25 |
| | | |_|/ / | | |/| | | | |||
| | | * | | | Added missing payloads to streaming compressed test | David Garcia Quintas | 2015-08-25 |
| | |/ / / | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2015-08-25 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | * | | | impl | yang-g | 2015-08-25 |
| |/ / / | |||
| * | | | Make certain constants unsigned to please compiler on Mac | vjpai | 2015-08-25 |
| | | | | |||
| * | | | Merge pull request #3011 from dgquintas/comma-separated-ips | Craig Tiller | 2015-08-25 |
| |\ \ \ | | | | | | | | | | | sockaddr_resolver now supports comma-separated list of IPs | ||
| * | | | | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | | | | | |||
| | | * | | Loosen test requirements to better fit spec | Craig Tiller | 2015-08-25 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2015-08-25 |
| | | |\ \ | |||
| * | | \ \ | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||
| * | | | | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. | ||
| | * | | | | merge with head | yang-g | 2015-08-24 |
| | |\ \ \ \ | |||
| | | | | | * | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-24 |
| | | | | | |\ | | | | |_|_|/ | | | |/| | | | |||
| | | * | | | | Merge branch 'master' into fray | Vijay Pai | 2015-08-24 |
| | | |\ \ \ \ | |||
| | | | | | | * | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-24 |
| | | | | | | |\ | | | | | |_|_|/ | | | | |/| | | | |||
| | | | * | | | | Merge pull request #3019 from dgquintas/channel_args_compression | Yang Gao | 2015-08-24 |
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Added C API functions for compression args handling (w/ tests) | ||
| | | | * \ \ \ \ | Merge pull request #2818 from ctiller/y12kdm3 | Vijay Pai | 2015-08-24 |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a test of non-blocking API behavior |