aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/shada.c
Commit message (Expand)AuthorAge
* option: Add `//` to the end of default `&directory`ZyX2015-10-23
* shada: Move shada file to a new locationZyX2015-10-23
* shada: Do not use msgpack_rpc functions for converting data to msgpackZyX2015-10-08
* shada: Fix shada_removable signatureZyX2015-10-08
* shada: Fix jump/change list merging codeZyX2015-10-08
* shada(documentation): Fix outdated commentsZyX2015-10-08
* shada: Make sure that shada-r option correctly ignores caseZyX2015-10-08
* shada: When using shada-r normalize option pathZyX2015-10-08
* shada: Fix out-of-bounds array accessZyX2015-10-08
* shada: Save an allocation when writing local marksZyX2015-10-08
* shada: Fix v:hlsearch save/restore and do not write empty patternsZyX2015-10-08
* shada,functests: Fix v:hlsearch saving/restoring handlingZyX2015-10-08
* shada: First write temporary file and only then check any permissionsZyX2015-10-08
* shada: Keep uid and gid of the file when working from rootZyX2015-10-08
* shada: Refactor code that works with hms.last_hist_entryZyX2015-10-08
* documentation/functests: Replace NeoVim with NeovimZyX2015-10-08
* shada: Add generator key to the headerZyX2015-10-08
* shada: Use same iteration end conditions as with other iteratorsZyX2015-10-08
* shada: Also expand file name obtained from &shada optionZyX2015-10-08
* *: Fix problems with clang+asan Release buildZyX2015-10-08
* shada: Refuse to write ShaDa file when ShaDa was disabledZyX2015-10-08
* config: Check order and endianess even when cross-compilingZyX2015-10-08
* shada,config: Use CMake to determine endianess and be64toh existenceZyX2015-10-08
* shada: Fix crash in hmll_insertZyX2015-10-08
* shada: Fix -Wstrict-aliasing gcc errorZyX2015-10-08
* shada: Fix unused variable warning when using Release buildZyX2015-10-08
* shada: Fix incompatible pointer types error in non-glibc buildsZyX2015-10-08
* shada: Avoid “conditional … depends on initialized value” errorZyX2015-10-08
* shada: Allow moving jump index past the endZyX2015-10-08
* shada: Use same merging code for jumps and changesZyX2015-10-08
* shada: Move common jump/change merging code into a macrosZyX2015-10-08
* shada: Fix jump list merger codeZyX2015-10-08
* shada: Move all default values to an array of ShadaEntry structsZyX2015-10-08
* shada: Fix linter errorsZyX2015-10-08
* shada,functests: Add tests for merging ShaDa dataZyX2015-10-08
* shada: Merge changes regardless whether they are from current instanceZyX2015-10-08
* shada,functests: Make sure that v:oldfiles list is reset on :rshada!ZyX2015-10-08
* shada: Always use merging when reading jumps and changesZyX2015-10-08
* shada: Call regtilde when reading last replacement stringZyX2015-10-08
* shada: Use hash for searching for history entriesZyX2015-10-08
* shada: Allocate all hashes on stackZyX2015-10-08
* shada,functests: Use special sd_reader function for skippingZyX2015-10-08
* shada: Add warning about removing/renaming temporary fileZyX2015-10-08
* shada,functests: Improve detection of invalid ShaDa filesZyX2015-10-08
* shada: When packing header, pack mapping keys as strings, not binaryZyX2015-10-08
* shada,functests: Test compatibility supportZyX2015-10-08
* shada: Fix GCC -Wconversion warnings in srni_flags definitionsZyX2015-10-08
* shada: Synchronize sd_writer file before closingZyX2015-10-08
* shada: Do not allow empty keysZyX2015-10-08
* shada: When reading marks or registers, free items when set failsZyX2015-10-08