about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_roster.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-38/+54
|
* Revert "Apply coding style"Michael Vetter2020-07-071-60/+44
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-44/+60
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Fix memory leak in unittestsDmitry Podgorny2019-10-141-0/+1
|
* Fix invalid reads in unit testsMichael Vetter2019-10-101-2/+0
|
* Revert "Free lits in test_cmd_roster unittest"Michael Vetter2019-10-101-1/+0
| | | | | | This reverts commit 5b19ed28ce6f8bd8f46248de612f7ed466dc7a73. This caused a segfault.
* First destroy roster then free list in test_cmd_rosterMichael Vetter2019-10-061-3/+3
|
* Free lits in test_cmd_roster unittestMichael Vetter2019-10-061-0/+4
| | | | Regards https://github.com/profanity-im/profanity/issues/1019
* Moved roster_list.cJames Booth2016-07-241-1/+1
|
* Rename command sourcesJames Booth2016-05-221-1/+1
|
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-5/+0
|
* Add session.cJames Booth2016-05-051-13/+13
|
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-1/+1
|
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-12/+12
|
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-1/+1
|
* Pass ordering to roster list functionsJames Booth2015-11-181-1/+1
|
* Fixed tests for new command formatJames Booth2015-07-271-60/+20
|
* Added current window reference to command functionsJames Booth2015-06-171-13/+13
|
* Set columns when running functional testsJames Booth2015-06-131-1/+2
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+279