Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a context debug flag | Chris Robinson | 2023-05-03 | 1 | -5/+10 |
* | Ignore logBufSize if logBuf is null | Chris Robinson | 2023-05-03 | 1 | -4/+7 |
* | Rename AL_SOFT_debug to AL_EXT_DEBUG | Chris Robinson | 2023-05-03 | 1 | -58/+101 |
* | Implement pushing/popping debug groups | Chris Robinson | 2023-05-01 | 1 | -4/+141 |
* | Put the debug filters into a group | Chris Robinson | 2023-05-01 | 1 | -13/+13 |
* | Use a 64-bit value for tracking ID filters | Chris Robinson | 2023-05-01 | 1 | -20/+9 |
* | Fix some debug message length limit checks | Chris Robinson | 2023-05-01 | 1 | -4/+7 |
* | Implement debug message filtering for IDs | Chris Robinson | 2023-05-01 | 1 | -22/+49 |
* | Add some missing includes | Chris Robinson | 2023-04-30 | 1 | -0/+3 |
* | Implement debug log storage | Chris Robinson | 2023-04-30 | 1 | -0/+93 |
* | Remove an unnecessary type name | Chris Robinson | 2023-04-30 | 1 | -2/+2 |
* | Fix debug message control logic | Chris Robinson | 2023-04-30 | 1 | -2/+2 |
* | Improve some debug error handling | Chris Robinson | 2023-04-30 | 1 | -4/+4 |
* | Separate the internal debug enums from the API values | Chris Robinson | 2023-04-30 | 1 | -62/+67 |
* | Move debug functions to their own source | Chris Robinson | 2023-04-30 | 1 | -0/+186 |