Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-30 | Show descriptive error messages when FileCommit fails | John Moffett | |
Only raw errno codes are logged if FileCommit fails. These are implementation-specific, so it makes it harder to debug based on user reports. Instead, use SysErrorString to display both the raw int value and the descriptive message. | |||
2022-04-28 | util: Replace non-threadsafe strerror | laanwj | |
Some uses of non-threadsafe `strerror` have snuck into the code since they were removed in #4152. Add a wrapper `SysErrorString` for thread-safe strerror alternatives and replace all uses of `strerror` with this. |