aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/file_test.c
Commit message (Collapse)AuthorAge
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
| | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string.
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Addressing comments.Gravatar Julien Boeuf2015-02-03
| | | | The new gpr_tmpfile API is actually much nicer to use. Thanks Nico!
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
- Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.