aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* 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
|
* auth context iteratorGravatar yang-g2015-07-15
|
* Compile fix for MacGravatar Craig Tiller2015-07-10
|
* Resolve commentsGravatar yang-g2015-07-09
|
* Add a unit testGravatar yang-g2015-07-06