summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/base64.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl1
2024-06-11feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-04-15fix(base64): properly handle embedded NULLs when decoding (#28349)Gregory Anders1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-16refactor: remove B_SPELL macro (#26063)zeertzjq1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-10PVS fixesdundargoc1
2023-10-31fix(base64): only check padding if leftover index is set (#25854)Gregory Anders1
2023-10-31feat(stdlib): add vim.base64 module (#25843)Gregory Anders1