- 23 Apr, 2016 13 commits
-
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
- 22 Apr, 2016 8 commits
-
-
Timm Bäder authored
soup_form_request_new_from_hash can return NULL, e.g. if the given url is malformed.
-
Timm Bäder authored
-
Timm Bäder authored
Where the checked version is < 2.36, which we now require
-
Timm Bäder authored
For GTask
-
Timm Bäder authored
-
Timm Bäder authored
Quote from wikipedia: "Fire Eagle has closed as of February 2013".
-
Timm Bäder authored
priv->session was a SoupSession since the last commit, which also removed every practical usage or priv->session_sync.
-
Timm Bäder authored
-
- 20 Apr, 2016 4 commits
-
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
So make check is less annoying.
-
Timm Bäder authored
An equivalent _parse_token_response exists that does not contain a typo.
-
- 05 Oct, 2015 1 commit
-
-
- 17 Sep, 2015 2 commits
-
-
- 30 Jul, 2015 1 commit
-
-
Christophe Fergeau authored
steal_oauth_params() creates a list of strdup'ed strings containing the name of the ouath parameters which should be stolen from the call arguments. However, the code makes sure to free the list, but never frees its content, causing a leak. This commit makes sure the dup'ed strings are freed.
-
- 14 Apr, 2015 1 commit
-
-
Philip Withnall authored
This prevents a crash due to cur_node being NULL. Found by scan-build. https://bugzilla.gnome.org/show_bug.cgi?id=719550
-
- 08 Apr, 2015 1 commit
-
-
Pavel Grunt authored
It can be helpful when handling the "authenticate" signal to allow to cancel the authentication instead of failing with an error.
-
- 17 Mar, 2015 2 commits
-
-
Christophe Fergeau authored
Calling soup_server_run in a new thread, and calling soup_server_get_port() on the same SoupServer instance right after creating the thread. With recent libsoup, this sometimes causes a crash when the 2 threads try to call soup_server_ensure_listening() at the same time. Moving the call to soup_server_get_port() before the thread creation avoids this race condition.
-
Florian Weimer authored
http:// does not work anymore.
-
- 16 Mar, 2015 2 commits
-
-
-
Christophe Fergeau authored
These errors should only be shown if REST_DEBUG=xml-parser is set.
-
- 19 Sep, 2014 1 commit
-
-
Rob Bradford authored
This would result in an inappropriate debug message appearing on valid text data.
-
- 03 Sep, 2014 4 commits
-
-
Christophe Fergeau authored
This fixes a compilation warning about a missing prototype.
-
Christophe Fergeau authored
-
Christophe Fergeau authored
-
-