Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 1 | -0/+9 |
| | |||||
* | Fix stubs and move some tests to http_common | William Wennerström | 2020-11-16 | 4 | -26/+8 |
| | |||||
* | Add stubs | William Wennerström | 2020-11-16 | 3 | -2/+39 |
| | |||||
* | Run make format on rebase | William Wennerström | 2020-11-16 | 1 | -11/+11 |
| | |||||
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 1 | -0/+28 |
| | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -13/+26 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -26/+13 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -13/+26 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Fix http_upload stub | Michael Vetter | 2020-04-17 | 1 | -0/+3 |
| | |||||
* | tests: remove cflag -w and fix warnings | Dmitry Podgorny | 2018-10-31 | 1 | -3/+3 |
| | | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac. | ||||
* | fix: Missing pthread include | Rafael Sadowski | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -1/+0 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -34/+0 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+63 |