]> git.sesse.net Git - vlc/history - src/misc/update.c
messages: save one byte
[vlc] / src / misc / update.c
2014-05-11 Rafaël Carréupdate: sha1 is not mandatory anymore
2014-05-10 Rafaël Carréupdate: do not hardcode sha1 hash length
2014-01-19 Rémi Duraffortupdate: fix memory leak
2014-01-02 Felix AbecassisRemove the deprecated vlc_atomic_t type.
2013-11-25 Rémi Duraffortupdate: fix memory leak (cid #1100857)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-05-09 Rémi Denis-Courmontupdate: syntax error
2012-05-09 Rémi Denis-Courmontupdate: use vlc_atomic_* instead of vlc_object_(kill...
2012-05-09 Rémi Denis-Courmontupdate: fix memory error handling
2012-04-02 Rafaël CarréUpdate update status files URLs
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-17 Rafaël Carréupdate: better version comparison
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-06-03 Jean-Baptiste KempfUpdate: use update-test.v.o for debug builds on win32
2011-05-24 Jean-Baptiste KempfWin32: fix compilation for update
2011-05-23 Laurent AimarUpdated update code to vlc_clone().
2011-04-21 Rémi DuraffortDo not add a newline at the end of the strings send...
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-02-26 Jean-Baptiste KempfUpdate: Correctly cast to (int)
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-09-14 Rémi Duraffortupdate: remove spurious asprintf (the string is not...
2010-07-29 Rafaël CarréOSX release updates are made through sparkle
2010-03-10 Rémi DuraffortUpdate: remove printf.
2010-03-05 Geoffroy CouprieWin32: use ShellExecuteW instead of ShellExecuteA in...
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-27 Geoffroy Couprieupdate.c: ifdef some win32 specific code
2010-02-27 Geoffroy CouprieLaunch the installer after download
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-CourmontMisc: remove leading underscores
2009-11-03 Rafaël CarréUpdate: correctly handle different line endings
2009-11-03 Rafaël CarréUpdate: make sure 1.1.0 > 1.1.0-git
2009-09-30 Felix Paul Kühneupdate: display percentage of received update correctly
2009-08-20 Rafaël Carréupdate_Delete: Fix update download thread destruction
2009-08-20 Rafaël CarréRevert "update: allow update_Download to accept: direc...
2009-08-20 Rafaël CarréRevert "update: rename the variables so that it matches...
2009-08-20 Rafaël CarréRevert "update: don't free the temp pointer, but free...
2009-08-20 Rafaël CarréUpdate mechanism: split update.c
2009-03-16 Rémi Duraffortupdate: fix objects leak.
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-09 Rémi Denis-Courmontdialog_ProgressSet: add an optional string parameter
2009-03-08 Rémi Denis-CourmontUse dialog_Progress
2009-03-07 Rémi Denis-CourmontUse dialog_FatalWait
2009-03-05 Rémi Denis-Courmontvlc_object_alive does not need the object lock
2009-01-31 Christophe MutricyTypo
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-02 Derk-Jan Hartmanupdate: don't free the temp pointer, but free the origi...
2008-10-02 Derk-Jan Hartmanupdate: rename the variables so that it matches their...
2008-10-02 Derk-Jan Hartmanupdate: allow update_Download to accept: directory...
2008-09-21 Antoine CellerierFix a few bugs in update pgp code.
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-08-31 Christophe MutricyFix i18n in update.c
2008-08-28 Pavlov KonstantinFix typo.
2008-08-27 Pierre d'Herbemontupdate: vlc_savecancel now returns the cancel handle.
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-25 Pierre d'Herbemontupdate: Don't release the object that created this...
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-10 Pierre d'Herbemontupdate: Don't release the thread object from this preci...
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-03 Pierre d'Herbemontupdate: Correctly compare the version number.
2008-07-06 Pierre d'Herbemontupdate: Include libvlc.h for vlc_custom_create().
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-06 Felix Paul KühneTypo
2008-07-06 Felix Paul Kühnel10n string fixes
2008-06-28 Rémi DuraffortWe don't need the vlc_mutex_lock here.
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Rémi DuraffortFix the update system now we can't close vlc and stop...
2008-06-25 Rémi DuraffortFix the update system, based on funman patch + some...
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-15 Pierre d'Herbemontupdate: It's not allowed to vlc_object_release() from...
2008-06-15 Pierre d'Herbemontupdate: Use const char * for psz_destdir.
2008-06-01 Rafaël CarréBinary updates: support arbitrarily long descriptions
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-27 Pierre d'Herbemontupdate: Include vlc_update.h even if UPDATE_CHECK is...
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-24 Rémi Denis-CourmontVLC update: provide stubs
2008-05-17 Rafaël CarréUpdate: supports file v4 signatures
2008-05-04 Rémi Denis-Courmontupdate check: Initialize gcrypt threading - fixes ...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-09 Rafaël Carrécheck if the binary signature was issued by the public...
2008-03-08 Antoine CellerierFix spelling in comment.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Jean-Baptiste KempfUpdate - avoid a segfault if the error is triggered...
2008-02-24 Rafaël Carrédon't duplicate sha1 hashes with strdup() (not \0 termi...
2008-02-20 Rémi DuraffortWrap and typo
2008-02-20 Rémi DuraffortCheck the return value of vlc_object_create
2008-02-13 Rémi DuraffortCheck asprintf return value.
2008-02-12 Rémi DuraffortCheck for the return value of fwrite.
2008-02-02 Antoine CellerierSome more of the same.
2008-02-02 Antoine CellerierFix error in gpg signature verification function. Gcryp...
2008-01-28 Rafaël Carréupdate.c verify_signature(): remove unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
next