[vlc-devel] commit: Update mechanism: split update.c ( Rafaël Carré )
git version control
git at videolan.org
Thu Aug 20 08:22:30 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Aug 20 08:01:23 2009 +0200| [1c378b2dd1f4428baffd436a28bc8aa92dc9b5fa] | committer: Rafaël Carré
Update mechanism: split update.c
Move cryptography specific functions into their own file, together with
functions downloading public key / signatures
Factorize common code for generating signatures (hash_sha1_from_*)
Remove unused update_WaitDownload (was OSX specific)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c378b2dd1f4428baffd436a28bc8aa92dc9b5fa
---
include/vlc_update.h | 1 -
src/Makefile.am | 1 +
src/misc/update.c | 1039 +---------------------------------------------
src/misc/update.h | 58 +++
src/misc/update_crypto.c | 1030 +++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 1105 insertions(+), 1024 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1c378b2dd1f4428baffd436a28bc8aa92dc9b5fa
More information about the vlc-devel
mailing list