Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | licensing: add spdx to our .cocci files | Zbigniew Jędrzejewski-Szmek | 2021-10-01 | 1 | -0/+1 |
| | | | | | Since those are chunks of code based on our codebase, it's easiest to use the same license. | ||||
* | Add open_memstream_unlocked() wrapper | Zbigniew Jędrzejewski-Szmek | 2019-04-12 | 1 | -0/+8 |
| | |||||
* | Add fdopen_unlocked() wrapper | Zbigniew Jędrzejewski-Szmek | 2019-04-12 | 1 | -0/+12 |
| | |||||
* | Make fopen_temporary and fopen_temporary_label unlocked | Zbigniew Jędrzejewski-Szmek | 2019-04-12 | 1 | -0/+14 |
| | | | | | | | | This is partially a refactoring, but also makes many more places use unlocked operations implicitly, i.e. all users of fopen_temporary(). AFAICT, the uses are always for short-lived files which are not shared externally, and are just used within the same context. Locking is not necessary. | ||||
* | Add fopen_unlocked() wrapper | Zbigniew Jędrzejewski-Szmek | 2019-04-12 | 1 | -0/+37 |