Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-09 | Consistently use camel case enum names. | iphydf | |
Including in tests and implementation files. | |||
2018-07-21 | Avoid implementations in .h files or #including .c files. | iphydf | |
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file. | |||
2018-07-18 | Wrong use of unsigned integer. | hugbubby | |
2018-07-18 | Using stdint instead of int/long | hugbubby | |
Did my best to surmise the size requirements of these integers, will do the rest of the tests soon. Also added a todo and made an obsessive change to a for loop. | |||
2018-06-19 | Add test for creating multiple conferences in one tox. | iphydf | |
This triggers a code path in Persistent Group Chats that causes a memory leak. I'm adding this test now, so that we don't merge PGC without fixing the memory leak first. |