aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sha256.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: change char_u to uint8_t or char in sha256.c/undo.c (#21914)zeertzjq2023-01-21
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* refactor: format with uncrustify #15778dundargoc2021-09-25
* *: Add comment to all C filesZyX2017-04-19
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* sha256.c: Remove unused headers and comments #2714Steven Oliver2015-05-21
* Remove redundant castsAnton Ovchinnikov2015-03-09
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* sha: define SHA256_BUFFER_SIZE and SUM_SIZE.Scott Prager2015-01-02
* sha256.c: Enable -Wconvert and clint.Scott Prager2015-01-02
* sha256: replace gettimeofday()Nicolas Hillegeer2014-07-21
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* Add automatic generation of headersZyX2014-06-02
* Remove cryptographyJohn Schmidt2014-05-20
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15