aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
Commit message (Expand)AuthorAge
* Ensure tests are built during run_tests runsGravatar Craig Tiller2015-06-19
* clang-format affected filesGravatar Craig Tiller2015-06-17
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\|
| * Merge github.com:grpc/grpc into count-the-thingsGravatar Craig Tiller2015-06-01
| |\
* | | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| |
| | * Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
| * | Label all iomgr objectsGravatar Craig Tiller2015-06-01
| |/
* | Properly integrate credentials metadata deliveryGravatar Craig Tiller2015-06-01
* | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\|
| * Removed non-ISO usage of __FUNCTION__.Gravatar David Garcia Quintas2015-05-31
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
|\|
| * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\
| | * Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| * | Addressing comments.Gravatar Julien Boeuf2015-05-20
| * | API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
| |/
* / Port endpoint tests to pollsetsGravatar Craig Tiller2015-05-13
|/
* Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
* Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
* Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
* Fixing !strcmp in the tests.Gravatar Julien Boeuf2015-03-09
* Adding refresh token parsingGravatar Julien Boeuf2015-03-09
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
* Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
* Added support for default credentials.Gravatar Julien Boeuf2015-02-21
* Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
* Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
|\
* | Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| * sync up with masterGravatar Yang Gao2015-01-27
| |\
* | \ Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\ \ \ | | |/ | |/|
* | | Addressing comments.Gravatar Nicolas Noble2015-01-26
* | | Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\ \ \
| | | * run clang-formatGravatar Yang Gao2015-01-26
| | |/ | |/|
| | * Remove use of sprintfGravatar Craig Tiller2015-01-23
| |/
| * Move string.h to internal codeGravatar Craig Tiller2015-01-23
* | Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
|/
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
* Changing size type in Transport Security (TSI) from uint32_t to size_t:Gravatar Julien Boeuf2015-01-15
* () --> (void)Gravatar Craig Tiller2015-01-15
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09