about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_http_upload.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-161-2/+1
|
* Apply coding styleMichael Vetter2020-07-071-13/+26
|
* Revert "Apply coding style"Michael Vetter2020-07-071-26/+13
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-13/+26
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Fix http_upload stubMichael Vetter2020-04-171-0/+3
|
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-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 includeRafael Sadowski2018-08-131-0/+1
|
* Allow installing plugins from directoryJames Booth2017-02-051-1/+0
|
* Update CopyrightJames Booth2017-01-281-34/+0
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+63