- 14 Aug, 2022 1 commit
-
-
Günther Wagner authored
Several consumer-oriented fixes See merge request !27
-
- 09 Aug, 2022 5 commits
-
-
Corentin Noël authored
This allows it to be used in the GObject introspection
-
Corentin Noël authored
Fixes some missing symbols that are supported by Vala but not by the GObject introspection yet.
-
Corentin Noël authored
The pkg-config is only declaring the rest-1.0 directory so we always need to use rest/rest-foo.h and not rest-foo.h Also make sure to include all the headers.
-
Corentin Noël authored
The parameters are not optional as they are always accessed. They can be NULL when the iter is finished, actually always set it so that we are sure to always have an initialized variable
-
Corentin Noël authored
Allows bindings to use the single header
-
- 03 Jul, 2022 1 commit
-
-
Günther Wagner authored
-
- 19 Jun, 2022 4 commits
-
-
Günther Wagner authored
Release 0.9.1 See merge request !26
-
Günther Wagner authored
-
Günther Wagner authored
OAuth1 is discouraged to be used nowadays. Only flickr is the only service we used in the past which needed oauth1. They probably won't update their API to OAuth2 and therefore it was dropped in GOA. Following this example, dropping OAuth1 support too for librest.
-
Günther Wagner authored
-
- 17 Jun, 2022 5 commits
-
-
Günther Wagner authored
meson: Add soupapiversion to pkg-config file Closes #12 See merge request !25
-
Günther Wagner authored
Fixes #12
-
Günther Wagner authored
meson: build with soup3 by default Closes #11 See merge request !24
-
Günther Wagner authored
Fixes #11
-
Günther Wagner authored
Allow convenient use of librest as a subproject See merge request !23
-
- 16 Jun, 2022 1 commit
-
-
Emmanuele Bassi authored
Meson allows projects to specify the dependency object when used as subprojects; this avoids having to know the variable name to import into the superproject. See: https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonoverride_dependency
-
- 28 Mar, 2022 3 commits
-
-
Günther Wagner authored
This fixes problems with bindings if they want to free resources
-
Günther Wagner authored
ci: Use upstream check-abi See merge request !21
-
Bastien Nocera authored
-
- 08 Mar, 2022 1 commit
-
-
Günther Wagner authored
OAuth2Proxy.fetch_access_token: Provide client secret See merge request !20
-
- 07 Mar, 2022 1 commit
-
-
CodedOre authored
-
- 16 Feb, 2022 2 commits
-
-
Günther Wagner authored
build: Fix typo See merge request !19
-
Jan Tojnar authored
-
- 14 Feb, 2022 2 commits
-
-
Günther Wagner authored
demo: add status to oauth buttons See merge request !18
-
Günther Wagner authored
-
- 03 Feb, 2022 5 commits
-
-
Günther Wagner authored
ci: fix path to check-api script See merge request !17
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
- 02 Feb, 2022 7 commits
-
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
Some build fixes See merge request !16
-
Bastien Nocera authored
This tests the libsoup2 build of the examples.
-
Bastien Nocera authored
librest/examples/demo/demo-rest-page.c: In function ‘on_send_clicked’: librest/examples/demo/demo-rest-page.c:498:24: error: too few arguments to function ‘soup_logger_new’ 498 | SoupLogger *logger = soup_logger_new (SOUP_LOGGER_LOG_BODY); | ^~~~~~~~~~~~~~~ In file included from /usr/include/libsoup-2.4/libsoup/soup.h:31, from librest/examples/demo/demo-rest-page.c:23: /usr/include/libsoup-2.4/libsoup/soup-logger.h:59:13: note: declared here 59 | SoupLogger *soup_logger_new (SoupLoggerLogLevel level, | ^~~~~~~~~~~~~~~
-
Bastien Nocera authored
../rest/rest-params.c:224: Warning: Rest: rest_params_as_string_hash_table: unknown parameter 'self' in documentation comment, should be 'params'
-
Bastien Nocera authored
../rest/rest-oauth2-proxy.c: In function ‘rest_oauth2_proxy_build_authorization_url’: /usr/include/glib-2.0/glib/glib-autocleanups.h:28:3: warning: ‘params_string’ may be used uninitialized [-Wmaybe-uninitialized] 28 | g_free (*pp); | ^~~~~~~~~~~~ ../rest/rest-oauth2-proxy.c:355:21: note: ‘params_string’ was declared here 355 | g_autofree gchar *params_string; | ^~~~~~~~~~~~~ ../rest/rest-oauth2-proxy.c: In function ‘rest_oauth2_proxy_new_call’: /usr/include/glib-2.0/glib/glib-autocleanups.h:28:3: warning: ‘auth’ may be used uninitialized in this function [-Wmaybe-uninitialized] 28 | g_free (*pp); | ^~~~~~~~~~~~ ../rest/rest-oauth2-proxy.c:114:21: note: ‘auth’ was declared here 114 | g_autofree gchar *auth; | ^~~~
-
- 01 Feb, 2022 2 commits
-
-
Günther Wagner authored
Flatpak demo build See merge request !15
-
Günther Wagner authored
-