aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
Commit message (Collapse)AuthorAge
...
| * clang-formatGravatar Mark D. Roth2016-12-14
| |
| * Fix bug.Gravatar Mark D. Roth2016-12-12
| |
| * Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
| |
* | Fix compilationGravatar Craig Tiller2016-12-06
|/
* Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
|\ | | | | Add grpc_socket_mutator
| * Add grpc_socket_mutator_compareGravatar Yuchen Zeng2016-11-08
| |
* | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
|\ \ | | | | | | Add API for getting arbitrary state back from a channel
* | | Fix testGravatar Craig Tiller2016-11-08
| | |
| * | Fix C++ filter API and add test for it.Gravatar Mark D. Roth2016-11-07
|/ /
* | Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| |
| * Fix asan issues, clean upGravatar Yuchen Zeng2016-10-14
| |
| * More interfaces for grpc_socket_mutatorGravatar Yuchen Zeng2016-10-13
|/
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* clang formatGravatar David Garcia Quintas2016-02-23
|
* Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\
* | PR comments addressedGravatar David Garcia Quintas2016-02-22
| |
| * Make timeout instant as wellGravatar Vijay Pai2016-02-22
| |
| * Should have a test for 0 and negative alarms to make sure that those makeGravatar Vijay Pai2016-02-18
|/ | | | it on to the CQ like any other.
* clang formatGravatar David Garcia Quintas2016-02-17
|
* Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
|
* Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_libraryGravatar yang-g2016-02-12
|\
| * init testGravatar vjpai2016-02-11
| |
| * tag fed in by user should be any arbitrary tag, not a CompletionQueueTagGravatar vjpai2016-02-10
| | | | | | | | type
| * Make C++ alarm class usable and testable - there were some build issues andGravatar vjpai2016-02-10
| | | | | | | | it was not actually even included in the library or the test suite.
* | Fix copyrightGravatar yang-g2016-02-10
| |
* | Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
|/
* fixed copyrightsGravatar David Garcia Quintas2016-01-21
|
* Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
|
* C++ Alarm implementation (with tests).Gravatar David Garcia Quintas2015-10-07
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Fixing AuthContext tests.Gravatar Julien Boeuf2015-08-28
|
* Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-27
|\
* \ Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-26
|\ \
| | * auth context api change for string_refGravatar yang-g2015-08-25
| |/
| * headers reorgGravatar yang-g2015-08-21
| |
| * clang-format all sourceGravatar Craig Tiller2015-08-18
| |
* | Adding C++ auth metadata processor.Gravatar Julien Boeuf2015-08-13
|/ | | | | | | | | | - We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests.
* Fixing cpp tests.Gravatar Julien Boeuf2015-08-05
|
* Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into ↵Gravatar Craig Tiller2015-07-31
|\ | | | | | | complain-with-both-passion-and-meaning
* | Remove iterator-based test altogetherGravatar Vijay Pai2015-07-21
| |
* | Remove one range-based for and do appropriate static casts on nullptrGravatar Vijay Pai2015-07-21
| |
| * Server auth metadata processor.Gravatar Julien Boeuf2015-07-16
|/ | | | | | | | | | - Right now it is a global function: would be better to have this per (secure) port. - Changed the interface of the auth_context slightly to make it more friendly. - Positive tests pass. Still need some work on error case (have a negative case as well). - Fixing cpp auth context tests so that they use the shiny new C API.
* split iterator into its own fileGravatar yang-g2015-07-16
|
* Remove const_iterator typedef and add a range based loop testGravatar yang-g2015-07-15
|