Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -38/+54 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -60/+44 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -44/+60 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Fix memory leak in unittests | Dmitry Podgorny | 2019-10-14 | 1 | -0/+1 |
| | |||||
* | Fix invalid reads in unit tests | Michael Vetter | 2019-10-10 | 1 | -2/+0 |
| | |||||
* | Revert "Free lits in test_cmd_roster unittest" | Michael Vetter | 2019-10-10 | 1 | -1/+0 |
| | | | | | | This reverts commit 5b19ed28ce6f8bd8f46248de612f7ed466dc7a73. This caused a segfault. | ||||
* | First destroy roster then free list in test_cmd_roster | Michael Vetter | 2019-10-06 | 1 | -3/+3 |
| | |||||
* | Free lits in test_cmd_roster unittest | Michael Vetter | 2019-10-06 | 1 | -0/+4 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1019 | ||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -5/+0 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -13/+13 |
| | |||||
* | Removed unused arg from roster_get_ functions | James Booth | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -12/+12 |
| | |||||
* | Pass offline filter to roster_get_contacts | James Booth | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Pass ordering to roster list functions | James Booth | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Fixed tests for new command format | James Booth | 2015-07-27 | 1 | -60/+20 |
| | |||||
* | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -13/+13 |
| | |||||
* | Set columns when running functional tests | James Booth | 2015-06-13 | 1 | -1/+2 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+279 |