Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Free lists in test_roster_list | Michael Vetter | 2019-10-06 | 1 | -0/+20 |
| | | | | | Fix memleaks. Regards https://github.com/profanity-im/profanity/issues/1019 | ||||
* | tests: remove cflag -w and fix warnings | Dmitry Podgorny | 2018-10-31 | 1 | -73/+73 |
| | | | | | | | | | 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. | ||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -14/+14 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved contact.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Removed unused arg from roster_get_ functions | James Booth | 2016-01-31 | 1 | -10/+10 |
| | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -96/+64 |
| | |||||
* | Pass offline filter to roster_get_contacts | James Booth | 2015-11-18 | 1 | -10/+10 |
| | |||||
* | Pass ordering to roster list functions | James Booth | 2015-11-18 | 1 | -10/+10 |
| | |||||
* | Added more group tests | James Booth | 2015-11-14 | 1 | -5/+260 |
| | |||||
* | Keep count of group members | James Booth | 2015-11-12 | 1 | -0/+145 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+271 |