summaryrefslogtreecommitdiff
path: root/src/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+1
* Crypt the swapfile.Bram Moolenaar2010-06-211-3/+5
* Added salt to blowfish encryption.Bram Moolenaar2010-06-131-16/+34
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-2/+2
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-1/+1
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-18/+9
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-191-13/+13
* Fixed encryption big/little endian test.Bram Moolenaar2010-05-171-11/+15
* Minor updates to blowfish encryption.Bram Moolenaar2010-05-161-25/+19
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-0/+429