Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use `g_mkdir_with_parents()` instead of home-baked solution | Steffen Jaeckel | 2022-03-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -20/+28 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -32/+24 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -24/+32 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Possibility to specify alternative config file | Michael Vetter | 2019-08-02 | 1 | -1/+1 |
| | | | | Introduce `profanity -c` to specify an alternative config file. | ||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -18/+2 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Fix resource leak | Michael Vetter | 2015-10-26 | 1 | -0/+1 |
| | | | | Run fclose after fopen in unittests. | ||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+148 |