]> git.sesse.net Git - vlc/history - src/misc/update.c
update: remove spurious asprintf (the string is not used).
[vlc] / src / misc / update.c
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.
2008-01-22 Rafaël Carrégcry_md_read() returns a buffer which hold at least...
2008-01-22 Rafaël Carréupdate: do not make wrong assumptions about mpis' size
2008-01-22 Rafaël Carréupdate: put pgp key in its own header (and update the...
2008-01-16 Rémi DuraffortUse utf8_unlink in src/misc/update.c
2008-01-13 Rémi DuraffortAlert the user when something wrong accure during the...
2008-01-08 Rémi DuraffortLittle change to print the right message in the user...
2007-12-31 Rafaël Carréupdate: use PGP to authenticate status file and downloa...
2007-12-23 Rémi Duraffortremove memory leak
2007-12-22 Rémi Duraffortuse a pointer to a function instead of a callback
2007-12-22 Rafaël Carréupdate: cosmetics, put the variable creation in libvlc
2007-12-22 Rémi Duraffortanother cleaning session
2007-12-19 Rémi DuraffortBetter asprintf error handling
2007-12-18 Rafaël Carréupdate system:
2007-12-18 Rémi DuraffortAdd fonctions to the update system : all is in a thread...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-11 Rémi DuraffortSimplify the version test dans remove useless things
2007-12-10 Rémi DuraffortModify the update system : I will add more functionnali...
2007-12-01 Rafaël Carréoops
2007-11-26 Rafaël Carréforget a parameter in msg_Err
2007-11-26 Rafaël Carréfix compilation on Linux
2007-11-26 Rafaël Carréupdate: performs size and m5 checksum verification...
2007-11-20 Rémi Denis-CourmontVery partial cleanup
next