summaryrefslogtreecommitdiff
path: root/rest
Commit message (Expand)AuthorAgeFilesLines
* Name the RestOAuth2Error enumCorentin Noël2022-08-091-2/+2
* vala: Add Rest-1.0.metadataCorentin Noël2022-08-092-0/+32
* Make the single-header usableCorentin Noël2022-08-094-11/+15
* params: Fix annotations with rest_params_iter_nextCorentin Noël2022-08-091-7/+19
* meson: Add rest header to generate_girCorentin Noël2022-08-091-0/+1
* Remove oauth1 proxyGünther Wagner2022-06-197-1412/+1
* Release 0.9.1Günther Wagner2022-06-191-0/+1
* Allow convenient use of librest as a subprojectEmmanuele Bassi2022-06-161-0/+2
* utils: Change alloc function to mallocGünther Wagner2022-03-281-2/+2
* OAuth2Proxy.fetch_access_token: Provide client secretCodedOre2022-03-071-0/+1
* auth: document auth as deprecatedGünther Wagner2022-02-032-0/+9
* restore ABIGünther Wagner2022-02-021-0/+2
* docs: Fix gtk-doc warningBastien Nocera2022-02-021-1/+1
* auth: Fix compile-time warningsBastien Nocera2022-02-021-2/+2
* auth: remove auth from proxy and callGünther Wagner2022-02-014-82/+21
* proxy-call: prevent message form if no params availableGünther Wagner2022-02-011-6/+12
* rest: correct includepath of headerGünther Wagner2022-01-131-2/+2
* meson: show vapi option in summaryGünther Wagner2022-01-131-0/+4
* Fix merge conflicts.CodedOre2022-01-1327-1143/+1723
|\
| * tests: fix warningsGünther Wagner2022-01-121-2/+1
| * params: reworked to boxed and listGünther Wagner2022-01-124-86/+171
| * xml: modernizedGünther Wagner2022-01-122-24/+29
| * fixed deprecated g_memdupGünther Wagner2022-01-121-1/+1
| * oauth_proxy_call: remove private usageGünther Wagner2022-01-122-74/+20
| * oauth_proxy: modernized and alignedGünther Wagner2022-01-122-116/+154
| * rest-proxy: modernized and alignedGünther Wagner2022-01-122-67/+63
| * OAuth2 Pkce WorkflowGünther Wagner2022-01-1217-777/+1287
| * oauth: fix payloadGünther Wagner2022-01-111-1/+3
* | Generate vapi for RestCodedOre2022-01-131-0/+8
|/
* soup3: added conditional option to mesongwagner/soup3Günther Wagner2021-11-041-1/+1
* Port to libsoup3Carlos Garcia Campos2021-11-044-78/+465
* Use GUri instead of SoupURICarlos Garcia Campos2021-11-042-16/+25
* Port to the Meson build systemNiels De Graef2021-10-211-0/+107
* Add several missing annotationstintou/annotations-fixesCorentin Noël2020-10-152-8/+19
* xml: Don't crash parsing empty XML stringChristophe Fergeau2017-10-181-0/+3
* proxycall: remove double-assign to status_{code,message}Timm Bäder2017-10-171-3/+0
* RestProxy: Set the payload after _uploadTimm Bäder2017-10-171-1/+1
* xml-node: Define the order in which attributes & children are printedDebarshi Ray2017-10-161-1/+22
* xml-node: Unbreak the creation of top-level nodesDebarshi Ray2017-10-161-1/+0
* xml-node: Remove stray blank spaceDebarshi Ray2017-10-161-1/+1
* oauth2-proxy: Use G_DEFINE_TYPE_WITH_PRIVATEDebarshi Ray2017-08-041-6/+3
* rest-proxy-auth: Use G_DEFINE_TYPE_WITH_PRIVATEDebarshi Ray2017-08-041-7/+4
* oauth2-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-22/+3
* oauth-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-22/+3
* rest-xml-parser: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+3
* rest-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+3
* rest-proxy: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+1
* RestProxy: Remove unused session_syncTimm Bäder2016-07-191-1/+0
* RestProxyCall: Add documentation for _syncTimm Bäder2016-07-191-0/+14
* RestProxyCall: Make sure _sync reliably sets error_outTimm Bäder2016-07-192-2/+24