summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/sha256.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-11vim-patch:32d6bd6: runtime(doc): remove dead links (#35297)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-01-21refactor: change char_u to uint8_t or char in sha256.c/undo.c (#21914)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-03vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung1
2021-09-25refactor: format with uncrustify #15778dundargoc1
2017-04-19*: Add comment to all C filesZyX1
2017-03-29eval,*: Move get_tv_string to typval.cZyX1
2015-05-21sha256.c: Remove unused headers and comments #2714Steven Oliver1
2015-03-09Remove redundant castsAnton Ovchinnikov1
2015-02-16ui: Remove/adapt some old code for a big UI refactorThiago de Arruda1
2015-01-02sha: define SHA256_BUFFER_SIZE and SUM_SIZE.Scott Prager1
2015-01-02sha256.c: Enable -Wconvert and clint.Scott Prager1
2014-07-21sha256: replace gettimeofday()Nicolas Hillegeer1
2014-07-09move <inttypes.h> include out of vim.hBrandon Coleman1
2014-06-02Add automatic generation of headersZyX1
2014-05-20Remove cryptographyJohn Schmidt1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1