- 05 Jun, 2017 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 09 Jan, 2017 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 12 Nov, 2016 3 commits
-
-
W. Michael Petullo authored
https://bugzilla.gnome.org/show_bug.cgi?id=773400Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
https://bugzilla.gnome.org/show_bug.cgi?id=773480Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
Bastien Nocera authored
GLib never fails to allocate memory. At least not in a way that applications can do anything about it. "If any call to allocate memory fails, the application is terminated. This also means that there is no need to check if the call succeeded." https://bugzilla.gnome.org/show_bug.cgi?id=755210Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 18 Feb, 2016 3 commits
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
See also https://bugzilla.gnome.org/show_bug.cgi?id=762129. Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 08 Feb, 2016 4 commits
-
-
Sam Thursfield authored
The SoupSession class now handles async and sync communications. Since we already call soup_session_queue_message() (which sends the message asynchronously) there are no other changes needed.
-
Sam Thursfield authored
A SoupURI is considered invalid if the path is NULL. Set the path of the base URI to an empty string, instead. This fixes a bunch of these warnings: (rhythmbox:32182): libsoup-WARNING **: (soup-uri.c:248):soup_uri_new_with_base: runtime check failed: (SOUP_URI_IS_VALID (base))
-
Sam Thursfield authored
This old API is deprecated, and with the new API we can report the actual error message if we hit an error.
-
Sam Thursfield authored
2.48 was released in September 2014, so should be in most distros by now. https://bugzilla.gnome.org/show_bug.cgi?id=761690
-
- 26 Oct, 2015 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 22 Oct, 2015 2 commits
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 19 Oct, 2015 2 commits
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 18 Oct, 2015 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 01 Jun, 2015 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 08 Feb, 2015 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 05 Aug, 2014 1 commit
-
-
W. Michael Petullo authored
A mismatched struct typedef in dmap-share.h confuses GObject introspection into producing an error when the original struct is defined. The typedef of DMAPMetaDataMap asks for struct _DMAPMetaDataMap, but the actual struct definition says struct DMAPMetaDataMap. gir will complain about namespace conflicts and abort a jhbuild build as a result. Thanks to Pietro Gagliardi and gregier in irc.gimp.net/#gtk+ who helped Pietro. Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 20 Apr, 2014 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 11 Apr, 2014 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 10 Mar, 2014 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 24 Nov, 2013 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 30 Oct, 2013 3 commits
-
-
Bastien Nocera authored
dmap-md5.c:187:26: warning: 'memset' call operates on objects of type 'MD5_CTX' while the size is based on a different type 'MD5_CTX *' [-Wsizeof-pointer-memaccess] memset (ctx, 0, sizeof (ctx)); /* In case it's sensitive */ ~~~ ^~~ That should be "sizeof(*ctx)" instead. See https://bugzilla.redhat.com/show_bug.cgi?id=1023528 https://bugzilla.gnome.org/show_bug.cgi?id=711063
-
Bastien Nocera authored
If the server doesn't start the Content-Range field with "bytes=" we would have an out-of-bounds read trying to parse the content of that field. Fall back to a 0 offset when a parsing error occurs. See https://bugzilla.redhat.com/show_bug.cgi?id=1024020 https://bugzilla.gnome.org/show_bug.cgi?id=711063
-
Bastien Nocera authored
This avoids hard to detect bugs when we want a different string length, and will be optimised by the compiler anyway. https://bugzilla.gnome.org/show_bug.cgi?id=711063
-
- 21 Aug, 2013 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 16 Aug, 2013 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 25 Jul, 2013 2 commits
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 20 Jul, 2013 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 18 Jul, 2013 2 commits
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 05 Jul, 2013 4 commits
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- 27 Jun, 2013 1 commit
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-