summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/shada.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-22fix(shada): bdelete'd buffers not stored in oldfiles #39070glepnir1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-30fix(shada): preserve marks after delete across sessions (#35795)glepnir1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-12refactor(shada): A shada entry is a shada entrybfredl1
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl1
2025-07-20vim-patch:8.1.1736: viminfo support is spread outJan Edmund Lazo1
2025-07-09feat(shada): shada should not store nobuflisted buffers #21818Leonhard Kipp1
2025-06-19vim-patch:9.1.1467: too many strlen() calls (#34572)zeertzjq1
2025-06-11fix(shada): prevent use-after-free when mapping file marks (#34446)glepnir1
2025-06-10fix(shada): prevent 'nobuflisted' buffers in v:oldfiles #34373glepnir1
2025-06-09refactor(shada): replace macros taking macros and code fragmentsbfredl1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-04-27fix(shada): don't add '0' mark if f0 in 'shada'Andre Toerien1
2025-04-27fix(shada): don't store empty replacement stringAndre Toerien1
2025-04-27fix(shada): don't store search and sub patterns if /0 in 'shada'Andre Toerien1
2025-04-27feat(shada): don't store jumplist if '0 in 'shada'Andre Toerien1
2025-02-27refactor(shada): fix coverity warning about leaking memory (#32650)zeertzjq1
2025-02-26fix(shada): ":wshada/:rshada [filename]" with shadafile=NONE #32538IpsumCapra1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-01vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq1
2024-10-22vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)zeertzjq1
2024-10-06fix(coverity/510436): shada_read_when_writing index out of bounds (#30686)Devon Gardner1
2024-10-05fix(coverity/497355): shada_read_when_writing out of bounds read #30665Devon Gardner1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-05build(deps): remove msgpack-c dependencybfredl1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-27refactor(shada): don't use msgpack_packer for shadabfredl1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2024-06-11refactor(shada): use msgpack_sbuffer lessbfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-28refactor(shada): remove ShaDaReadDef secondary wrapperbfredl1
2024-05-23fix(shada): restore search pattern length properly (#28929)zeertzjq1
2024-03-07refactor(msgpack): allow flushing buffer while packing msgpackbfredl1
2024-02-25refactor(shada): devirtualize writerbfredl1
2024-02-25refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl1
2024-02-18refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl1
2024-02-10refactor: don't use subtraction in qsort() comparison functionszeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-06vim-patch:8.1.1583: set_ref_in_list() only sets ref in items (#26418)zeertzjq1
2023-11-30refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq1