aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/file.c
Commit message (Collapse)AuthorAge
* Silenced conversion warnings in src/core/supportGravatar murgatroid992015-06-19
|
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* Addressing comments.Gravatar Julien Boeuf2015-04-16
|
* 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.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* 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.