- 21 Sep, 2008 2 commits
-
-
Antoine Cellerier 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)
-
Antoine Cellerier authored
-
- 20 Sep, 2008 38 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
services_discovery: Partially fix service discovery. We yet need to find a way to properly get the localized name... grr. Previously we properly initialized the localized name of the object in Open(). Now Open() also runs Run() so we are kind of stuck. Please fix.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
As discussed on IRC. Yield was quite confusing.
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
By the way, the event management seems quite broken. Events may occur before _Create returns (even before this commit)...
-
Pierre d'Herbemont authored
-
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
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
Fixes payload type overflow especially when using sout keep/gather.
-
Derk-Jan Hartman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It will allow correct YUVP rescaling and even anti-aliased support if someone do it.
-
Laurent Aimar authored
-