aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/file_win32.c
Commit message (Collapse)AuthorAge
* Freeing the proper string in gpr_tmpfile.Gravatar Nicolas Noble2015-02-11
| | | | | | Fixes #478. (oops)
* Making the gpr_tmpfile's win32 version a bit more Windows-y.Gravatar Nicolas "Pixel" Noble2015-02-06
| | | | Also adding windows helpers to convert to and from TCHAR strings.
* 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.