summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/memfile.c
AgeCommit message (Expand)AuthorFiles
2026-04-20docs: misc #39207Justin M. Keyes1
2026-02-19fix(memfile): avoid potential crash on OOM (#37946)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-08-08vim-patch:8.1.1413: error when the drive of the swap file was disconnected (#...zeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-03perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-03fix(clangd): set block pointer to null in case map is emptysus-domesticus1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-19refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-10refactor(mch): last mch_ function/macro hits the dustbfredl1
2023-09-10refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Mapbfredl1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-05-28vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-23vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)zeertzjq1
2023-04-07refactor: remove redundant castsii141
2023-02-11refactor: reduce scope of locals as per the style guide (#22211)dundargoc1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2023-01-14vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq1
2023-01-13refactor: replace char_u with char 20 (#21714)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06refactor: fix clang-tidy warningsdundargoc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-08-27refactor: replace char_u with charDundar Göc1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-04-24refactor: convert macros to all-caps (#17895)dundargoc1
2022-01-01chore(fixup): bfredl size_tDundar Göc1
2021-12-31refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-09-22refactor: format with uncrustify #15741dundargoc1
2019-05-25vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes1
2019-05-21cleanup: remove HAVE_SELINUX #10040Justin M. Keyes1
2019-01-15:recover : Fix crash on non-existent *.swp #9504raffitz1
2018-05-17mf_open(): never fails (except for OOM)Justin M. Keyes1
2018-05-02Merge #4486 'refactor: Remove maxmem, maxmemtot options'Justin M. Keyes1
2017-12-15vim-patch:8.0.0074Michael Schupikov1
2017-08-13io: more guards against NULL filename (#7159)Justin M. Keyes1
2017-06-04vim-patch:7.4.1975James McCoy1
2017-05-20memfile: Fix V547: always true conditionZyX1