Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-06 | Add a test that reproduces the NULL peer nick bug. | iphydf | |
2018-06-29 | Add a test to try and overflow the send queue in net_crypto. | iphydf | |
2018-06-29 | Remove broken conference tests. | iphydf | |
These display some idea, but the tests are not implemented correctly. We will need to implement the idea correctly later, but for now we can't use these. | |||
2018-02-24 | Fix a bunch of compiler warnings and remove suppressions. | iphydf | |
2018-02-09 | Remove libcheck from the dependencies. | iphydf | |
We're not gaining much from this library, and it's a burden, especially for windows development. | |||
2018-01-30 | Use nullptr as NULL pointer constant instead of NULL or 0. | iphydf | |
This changes only code, no string literals or comments. | |||
2018-01-28 | Avoid clashes with "build" directories on case-insensitive file systems. | iphydf | |