Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to use UnsafeStringToBytes (#31358) | Oleksandr Redko | 2024-06-14 | 1 | -4/+3 |
| | | | | | | | The PR replaces all `goldmark/util.BytesToReadOnlyString` with `util.UnsafeBytesToString`, `goldmark/util.StringToReadOnlyBytes` with `util.UnsafeStringToBytes`. This removes one `TODO`. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -4/+6 |
| | | | Target #27065 | ||||
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
| | | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com> | ||||
* | Add system setting table with cache and also add cache supports for user ↵ | Lunny Xiao | 2022-10-17 | 1 | -0/+36 |
setting (#18058) |