about summary refs log tree commit diff stats
path: root/tests/unittests/log
Commit message (Expand)AuthorAgeFilesLines
* minor changesSteffen Jaeckel2023-01-181-3/+3
* add chatlog unittestMichael Vetter2022-06-281-65/+0
* Remove log_reinit()Michael Vetter2020-12-111-4/+0
* Apply coding styleMichael Vetter2020-07-071-30/+111
* Revert "Apply coding style"Michael Vetter2020-07-071-112/+31
* Apply coding styleMichael Vetter2020-07-071-31/+112
* Remove chat_log_get_previous()Michael Vetter2020-04-061-5/+0
* Fix log test stubMichael Vetter2020-02-211-4/+5
* Adjust message stubs in unit testsMichael Vetter2019-10-291-4/+4
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-4/+4
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-4/+4
* Use mock_type() for casting mock()Frank Zschockelt2019-05-081-2/+2
* Add required OMEMO stub for unit-testPaul Fariello2019-04-101-2/+6
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-4/+3
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+4
* Added PGP logging preferencesJames Booth2015-06-211-0/+2
* Moved all tests to tests folderJames Booth2015-06-121-0/+70
/a> 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309