index
:
vim
allow_nuw=0
master
Vim - the text editor
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blowfish.c
Age
Commit message (
Expand
)
Author
2010-07-14
Support completion for ":find". (Nazri Ramliy)
Bram Moolenaar
2010-06-22
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
Bram Moolenaar
2010-06-21
Crypt the swapfile.
Bram Moolenaar
2010-06-13
Added salt to blowfish encryption.
Bram Moolenaar
2010-06-06
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar
2010-06-02
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-01
Made crypt/decrypt faster.
Bram Moolenaar
2010-05-24
Improve the MS-Windows installer.
Bram Moolenaar
2010-05-24
Fix uninit memory read in undo code. Fix uint32_t in proto file.
Bram Moolenaar
2010-05-19
Use UINT32_T in the code, define it to uint32_t or unsigned int.
Bram Moolenaar
2010-05-18
Fix build on Cygwin and MingW.
Bram Moolenaar
2010-05-17
Fixed encryption big/little endian test.
Bram Moolenaar
2010-05-16
Minor updates to blowfish encryption.
Bram Moolenaar
2010-05-16
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar