index
:
delta/gnome/librest.git
bilelmoussaoui/docs
carlosgc/libsoup3
ebassi/small-fixes
gio
goa
gwagner/demo-oauth-status
gwagner/soup3
librest-0-7
master
msvc
tintou/annotations-fixes
tintou/rest-extras-binding
tintou/single-rest-extras
wip/baedert/fixes
wip/baedert/gtask
wip/baedert/gtask2
wip/baedert/tests
wip/nielsdg/meson
wip/rishi/autocleanups
wip/teuf/fixes
wip/teuf/gtask
wip/tintou/gobject-introspection-fixes
wip/tintou/unique-header
xml
gitlab.gnome.org: GNOME/librest.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rest
Commit message (
Expand
)
Author
Age
Files
Lines
*
oauth-proxy: Add docs for request_token_finish
wip/baedert/gtask2
Timm Bäder
2016-07-14
1
-0
/
+11
*
Add more missing precondition checks
Timm Bäder
2016-07-14
3
-2
/
+14
*
rest-param: Add missing preconditions
Timm Bäder
2016-07-14
1
-2
/
+22
*
oauth-proxy: Fix some gtkdoc errors
Timm Bäder
2016-07-14
1
-8
/
+0
*
oauth-proxy-call: Remove an unnecessary cast
Timm Bäder
2016-07-14
1
-1
/
+1
*
rest-proxy: Fix precondition in new_call
Timm Bäder
2016-07-14
1
-1
/
+5
*
rest-proxy: Add some missing preconditions
Timm Bäder
2016-07-14
1
-2
/
+9
*
oauth2: Fix SoupUri leak in oauth2_proxy_extract_access_token()
wip/teuf/gtask
Christophe Fergeau
2016-06-20
1
-0
/
+1
*
xml-node: Use GString in rest_xml_node_print()
Christophe Fergeau
2016-06-20
1
-9
/
+12
*
build: Fix "intospection" typo
Christophe Fergeau
2016-06-20
1
-1
/
+1
*
OAuthProxy: g_free is NULL-safe
Timm Bäder
2016-06-20
1
-3
/
+1
*
RestProxy(Call): Simplify _dispose
Timm Bäder
2016-06-20
2
-28
/
+5
*
RestProxyCall: Use G_DEFINE_TYPE_WITH_PRIVATE
Timm Bäder
2016-06-20
2
-97
/
+30
*
rest-proxy: Use G_DEFINE_TYPE_WITH_PRIVATE
Timm Bäder
2016-06-20
2
-29
/
+16
*
RestProxyCall: Prevent segfault in prepare_message
Timm Bäder
2016-06-20
1
-0
/
+4
*
RestProxy: Remove SoupSession[A]sync usage
Timm Bäder
2016-06-20
1
-29
/
+2
*
RestProxyCall: Use GTask
Timm Bäder
2016-06-20
4
-228
/
+37
*
OAuthProxy: Use GTask
Christophe Fergeau
2016-06-20
2
-74
/
+82
*
rest-proxy: Port _invoke_async to GTask
Timm Bäder
2016-06-20
2
-32
/
+19
*
Remove glib-compat.{c,h}
Timm Bäder
2016-06-16
4
-161
/
+0
*
Remove all GLIB_CHECK_VERSION uses
Timm Bäder
2016-06-16
2
-4
/
+1
*
oauth-proxy: Remove deprecated API
Timm Bäder
2016-06-16
2
-118
/
+0
*
xml-node: Remove deprecated API
Timm Bäder
2016-06-16
2
-8
/
+0
*
oauth-proxy-call: Remove _parse_token_reponse
Timm Bäder
2016-06-16
2
-12
/
+0
*
sha: Use GHmac
Timm Bäder
2015-10-05
1
-63
/
+7
*
oauth: Don't leak temp data in steal_oauth_params
Christophe Fergeau
2015-07-30
1
-0
/
+1
*
rest-xml-parser: Ignore text content at the top-level of a document
Philip Withnall
2015-04-14
1
-3
/
+9
*
rest-proxy-auth: Add rest_proxy_auth_cancel for cancelling authentication
Pavel Grunt
2015-04-08
2
-0
/
+18
*
Don't dump XML parsing errors to stderr/stdout by default
Christophe Fergeau
2015-03-16
1
-0
/
+10
*
xml-parser: Add missing break in switch statement
Rob Bradford
2014-09-19
1
-0
/
+1
*
oauth: Add missing include
Christophe Fergeau
2014-09-03
1
-0
/
+1
*
oauth: Don't leak RestProxyCall::token{_secret}
Christophe Fergeau
2014-09-03
1
-0
/
+2
*
tests: Don't call g_type_init() on newer glib
Christophe Fergeau
2014-09-03
1
-0
/
+2
*
Move RestProxyCallPrivate to rest-proxy-call.c
Christophe Fergeau
2014-09-03
3
-32
/
+32
*
oauth: Remove direct access to RestProxyCallPrivate
Christophe Fergeau
2014-09-03
1
-6
/
+6
*
oauth: Make sure RestProxyCall::url is set before using it
Christophe Fergeau
2014-09-03
3
-2
/
+17
*
More improvements to rest_proxy_call_get_params API doc
Christophe Fergeau
2014-09-02
1
-2
/
+2
*
Add libsoup to gir includes
Christophe Fergeau
2014-09-02
1
-1
/
+1
*
Add rest_proxy_add_soup_feature()
Christophe Fergeau
2014-08-25
2
-0
/
+40
*
Allow to modify REST function in serialize_params vfunc
Christophe Fergeau
2014-08-25
1
-13
/
+47
*
Add rest_proxy_call_get_function()
Christophe Fergeau
2014-08-25
2
-0
/
+25
*
Fix rest_xml_node_print name in gtk-doc annotation
Christophe Fergeau
2014-08-25
1
-1
/
+1
*
Ignore '/' at beginning of REST function
Christophe Fergeau
2014-08-25
1
-1
/
+2
*
Use g_hash_table_replace() in rest_params_add()
Christophe Fergeau
2014-08-25
1
-1
/
+1
*
RestProxyCall: Handle soup_error_new() failures
Christophe Fergeau
2014-08-25
1
-0
/
+9
*
docs: Add annotations to RestProxyAuth pausing methods
Emmanuele Bassi
2014-03-10
1
-0
/
+15
*
docs: Add missing gtk-doc annotations
Emmanuele Bassi
2014-03-10
2
-2
/
+41
*
Further annotation fixes
Emmanuele Bassi
2014-03-10
2
-8
/
+8
*
Turn on introspection scanner warnings
Emmanuele Bassi
2014-03-10
1
-1
/
+1
*
Fix annotations
Emmanuele Bassi
2014-03-10
3
-8
/
+9
[next]