summaryrefslogtreecommitdiff
path: root/src/sha256.c
AgeCommit message (Collapse)Author
2016-08-29patch 7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-01-30patch 7.4.1214Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1199Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2013-02-13updated for version 7.3.816Bram Moolenaar
Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
2012-11-20updated for version 7.3.723Bram Moolenaar
Problem: Various tiny problems. Solution: Various tiny fixes.
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
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
A few minor changes.
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
Better autoconf check for uint32_t.
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building.
2010-05-16Minor updates to blowfish encryption.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar