[librest: 12/12] Merge branch 'gwagner/deprecated' into 'master'




commit 85bd00adfa6e06d3426ce7c9007e68e62f51be14
Merge: 6db3436 025e53c
Author: Günther Wagner <info gunibert de>
Date:   Wed Jan 12 19:15:20 2022 +0000

    Merge branch 'gwagner/deprecated' into 'master'
    
    Modernized the codebase
    
    See merge request GNOME/librest!11

 rest-extras/flickr-proxy-call.c    |  73 ++++++++------
 rest-extras/flickr-proxy-call.h    |  39 ++------
 rest-extras/flickr-proxy-private.h |  33 -------
 rest-extras/flickr-proxy.c         | 172 +++++++++++++++++++-------------
 rest-extras/flickr-proxy.h         |  93 ++++++------------
 rest-extras/lastfm-proxy-call.c    |  16 ++-
 rest-extras/lastfm-proxy-call.h    |   6 +-
 rest-extras/lastfm-proxy-private.h |  33 -------
 rest-extras/lastfm-proxy.c         | 132 +++++++++++++++----------
 rest-extras/lastfm-proxy.h         |  75 ++++----------
 rest-extras/meson.build            |   3 +
 rest-extras/youtube-proxy.c        |  79 ++++++++-------
 rest-extras/youtube-proxy.h        |  68 ++++---------
 rest/meson.build                   |   7 +-
 rest/oauth-proxy-call.c            |  49 ++++------
 rest/oauth-proxy-private.h         |  45 ---------
 rest/oauth-proxy.c                 | 119 +++++++++++++++++-----
 rest/oauth-proxy.h                 | 151 +++++++++++-----------------
 rest/rest-oauth2-proxy-call.c      |   3 +-
 rest/rest-param.c                  |   2 +-
 rest/rest-params.c                 | 196 +++++++++++++++++++++++++------------
 rest/rest-params.h                 |  52 ++++++----
 rest/rest-proxy-call.c             |   2 +-
 rest/rest-proxy.c                  |  69 +++++++------
 rest/rest-proxy.h                  |  61 +++++-------
 rest/rest-xml-node.h               |  34 ++++---
 rest/rest-xml-parser.h             |  19 ++--
 tests/meson.build                  |   7 ++
 tests/params.c                     | 141 ++++++++++++++++++++++++++
 tests/proxy-continuous.c           |   2 +-
 tests/proxy.c                      |  18 ++--
 tests/test-media.png               | Bin 0 -> 2509 bytes
 tests/threaded.c                   |   2 +-
 33 files changed, 957 insertions(+), 844 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]