Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | support_create_temp_directory: Align behavior with create_temp_file | Florian Weimer | |
create_temp_file automatically supplies the test directory and the XXXXXX suffix. support_create_temp_directory required the caller to specify them, which was confusing. Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> | |||
2017-11-12 | support: Add xstrndup, xunlink, xreadlink, support_create_temp_directory | Florian Weimer | |