- 28 Sep, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Sep, 2008 1 commit
-
-
ivoire authored
Backported from 0.9-bugfix
-
- 24 Sep, 2008 1 commit
-
-
ivoire authored
-
- 21 Sep, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
dionoea authored
1/ pgp v4 signature checks of status files with more than 506 bytes would fail 2/ pgp v4 signature checks would fail (code dupication sucks). This code is quite a mess. We shouldn't need to implement all this lowlevel stuff. I'll remove most of it and use pgpme instead. For the time being, this means that upcomming releases should use v3 signatures for the downloaded files and shouldn't use status files of more than 506 bytes (or maybe shouldn't use v4 signatures for status files either)
-
- 20 Sep, 2008 13 commits
-
-
Laurent Aimar authored
-
dionoea authored
-
dionoea authored
-
dionoea authored
-
dionoea authored
As discussed on IRC. Yield was quite confusing.
-
Rémi Denis-Courmont authored
Avoid objects being detached asynchronously too early. Side effect is that you cannot free your children in the destructor (that would be a reference loop).
-
Pierre d'Herbemont authored
-
hartman authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Sep, 2008 8 commits
-
-
Rémi Denis-Courmont authored
-
Justus Piater authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
-
hartman authored
This should fix a memleak with variable strings, and several other problems. Note that a CLASS detemines the basic type, and that TYPE is only a specific set within the CLASS. The variable types: VLC_VAR_KEY and VLC_VAR_INTEGER are both of CLASS integer. and thus compatible, when it comes to inheritence/init/free etc.
-
hartman authored
- 17 Sep, 2008 2 commits
-
-
Laurent Aimar authored
It will allow detecting stupid typos.
-
Rémi Denis-Courmont authored
-
- 16 Sep, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
geal authored
-
- 14 Sep, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It merely wrappeded the SAP object.
-
- 13 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Sep, 2008 1 commit
-
-
geal authored
-
- 10 Sep, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
geal authored
I (and dionoea too, I think) encountered an "assertion failed self == 0" when trying to play a file on win32. I think the following patch solves this issue. If I understand correcly, the intended behaviour was to zero the owner field of the mutex when releasing it. Modified by Courmisch to use InterlockedExchange() directly. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-