An error occurred fetching the project authors.
- 06 Jul, 2008 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note that _protocol abbreviations_ and friends are not localisable!
-
- 28 Jun, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 25 Jun, 2008 2 commits
-
-
Rémi Duraffort authored
Should fixe #1635
-
Rémi Duraffort authored
-
- 19 Jun, 2008 1 commit
-
-
Rémi Duraffort authored
Fix two potential segfaults. Cosmetics.
-
- 15 Jun, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 01 Jun, 2008 1 commit
-
-
Rafaël Carré authored
Note that an upper limit should be set anyway
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
Export update_GetRelease() to the plugins Modify qt4 & wx GUIs to reflect this change
-
- 24 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 May, 2008 1 commit
-
-
Rafaël Carré authored
Note: public key v3 signatures are not supported Fix various bugs and potentials buffer overflows
-
- 04 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Apr, 2008 1 commit
-
-
Rafaël Carré authored
The problem came from my misreading of the API This commit also fix potential misunderstanding by simplifying it further
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 09 Mar, 2008 1 commit
-
-
Rafaël Carré authored
check if the binary signature was issued by the public key we got in memory, before real cryptographic verification
-
- 08 Mar, 2008 1 commit
-
-
Antoine Cellerier authored
-
- 26 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
-
- 25 Feb, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 24 Feb, 2008 1 commit
-
-
Rafaël Carré authored
update the release documentation, only supported signatures are v3 signatures (gpg 2.x generates v3 sigs by default, but not gpg 1.x)
-
- 20 Feb, 2008 2 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 13 Feb, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 12 Feb, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 02 Feb, 2008 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Fix error in gpg signature verification function. Gcrypt is responsible for freeing the value returned by gcry_md_read, so we shouldn't free it ourselves but use gcry_md_close instead.
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 22 Jan, 2008 3 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
use intf_UserFatal when an error occurs while verifying the binary
-
Rafaël Carré authored
update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens.
-
- 16 Jan, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 13 Jan, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 08 Jan, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 31 Dec, 2007 1 commit
-
-
Rafaël Carré authored
-
- 23 Dec, 2007 1 commit
-
-
Rémi Duraffort authored
-
- 22 Dec, 2007 1 commit
-
-
Rémi Duraffort authored
-