summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Don't build gitlab-oauth2-example on WindowsmsvcChun-wei Fan2022-12-071-1/+4
* examples: Drop g_auto*() usageChun-wei Fan2022-12-072-6/+13
* test-raw.c: Include io.h on WindowsChun-wei Fan2022-12-071-0/+5
* test-xml.c: Don't include unistd.hChun-wei Fan2022-12-071-1/+0
* tests: Drop g_auto*() usageChun-wei Fan2022-12-074-84/+132
* tests/threaded.c: Avoid VLA usageChun-wei Fan2022-12-071-1/+1
* build: Support building DLLs properly on Visual StudioChun-wei Fan2022-12-073-2/+11
* rest-private.h: Mark symbols with REST_EXPORT as neededChun-wei Fan2022-12-071-0/+2
* rest-extras: Decorate public symbols with REST_EXPORTChun-wei Fan2022-12-075-0/+29
* public headers: Decorate public symbols with REST_EXPORTChun-wei Fan2022-12-0712-0/+124
* rest-proxy-auth.h: Replace G_DEPRECATED with REST_DEPRECATEDChun-wei Fan2022-12-071-3/+4
* librest: Add a header used for exporting symbolsChun-wei Fan2022-12-072-0/+33
* rest sources: Remove g_auto*()Chun-wei Fan2022-12-074-66/+91
* sha1.c: Avoid using VLAsChun-wei Fan2022-12-071-1/+1
* rest-private.h: Use ISO varargs for REST_DEBUGChun-wei Fan2022-12-072-2/+11
* Merge branch 'tintou/annotations' into 'master'HEADmasterGünther Wagner2022-08-147-20/+69
|\
| * 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
|/
* docs: add section about migrating from 0.7 to 1.0Günther Wagner2022-07-032-0/+29
* Merge branch 'release_0_9_1' into 'master'Günther Wagner2022-06-1917-1924/+12
|\
| * introduce expected ABI break0.9.1Günther Wagner2022-06-191-2/+2
| * Remove oauth1 proxyGünther Wagner2022-06-1914-1921/+3
| * Release 0.9.1Günther Wagner2022-06-194-2/+8
|/
* Merge branch 'gwagner/soupapiversion' into 'master'Günther Wagner2022-06-171-0/+2
|\
| * meson: Add soupapiversion to pkg-config fileGünther Wagner2022-06-181-0/+2
* | Merge branch 'gwagner/default_soup3' into 'master'Günther Wagner2022-06-175-8/+9
|\ \ | |/
| * meson: build with soup3 by defaultGünther Wagner2022-06-185-8/+9
|/
* Merge branch 'ebassi/subproject-override' into 'master'Günther Wagner2022-06-171-0/+2
|\
| * 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
* Merge branch 'wip/hadess/upstream-check-abi' into 'master'Günther Wagner2022-03-282-114/+2
|\
| * ci: Use upstream check-abiBastien Nocera2022-03-282-114/+2
|/
* Merge branch 'client_secret_on_access_token_fetch' into 'master'Günther Wagner2022-03-081-0/+1
|\
| * OAuth2Proxy.fetch_access_token: Provide client secretCodedOre2022-03-071-0/+1
|/
* Merge branch 'wip/jtojnar/build-typo' into 'master'Günther Wagner2022-02-161-1/+1
|\
| * build: Fix typoJan Tojnar2022-02-161-1/+1
|/
* Merge branch 'gwagner/demo-oauth-status' into 'master'Günther Wagner2022-02-141-3/+56
|\
| * demo: add status to oauth buttonsgwagner/demo-oauth-statusGünther Wagner2022-02-141-3/+56
|/
* Merge branch 'gwagner/ci' into 'master'Günther Wagner2022-02-031-1/+1
|\
| * ci: fix path to check-api scriptGünther Wagner2022-02-031-1/+1
* | Update AUTHORSGünther Wagner2022-02-031-1/+1
|/
* build: add abi-check to check for abi stabilityGünther Wagner2022-02-032-1/+116
* auth: document auth as deprecatedGünther Wagner2022-02-032-0/+9
* restore ABIGünther Wagner2022-02-021-0/+2
* doc: add Bastian to AUTHORS and fix README (markdown now)Günther Wagner2022-02-022-16/+13
* Merge branch 'wip/hadess/compilation-fixes' into 'master'Günther Wagner2022-02-024-5/+10
|\
| * ci: Enable examplesBastien Nocera2022-02-021-2/+3