summaryrefslogtreecommitdiffstats
path: root/src/sha256.c
AgeCommit message (Expand)Author
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2019-12-05patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
2016-01-30patch 7.4.1214v7.4.1214Bram Moolenaar
2016-01-29patch 7.4.1199v7.4.1199Bram Moolenaar
2013-02-13updated for version 7.3.816v7.3.816Bram Moolenaar
2012-11-20updated for version 7.3.723v7.3.723Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
2010-06-21Crypt the swapfile.Bram Moolenaar
2010-06-13Added salt to blowfish encryption.Bram Moolenaar
2010-05-24Improve the MS-Windows installer.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-19Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
2010-05-16Minor updates to blowfish encryption.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar