summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix warnings about unused results from g_string_free()Philip Withnall2023-04-131-2/+5
* session: add soup_session_send_and_splice() and soup_session_send_and_splice_...Carlos Garcia Campos2022-12-141-38/+32
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-121-9/+9
* get: add support for PUT and POST methodsCarlos Garcia Campos2022-03-221-4/+71
* get: add --user-agent command line optionCarlos Garcia Campos2022-03-221-0/+7
* examples: Update get to use client certificate APIPatrick Griffis2021-07-281-58/+2
* examples: do not add SoupContentDecoder feature to the session in getCarlos Garcia Campos2021-05-251-1/+0
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-185-5/+5
* Add a method to override the remote connection.Robert Ancell2021-03-053-0/+131
* examples: use soup_session_send in get exampleCarlos Garcia Campos2021-03-041-5/+10
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-231-5/+4
* examples: Rewrite proxy examplePatrick Griffis2021-01-182-60/+108
* examples: Fix simple-httpdPatrick Griffis2021-01-092-36/+43
* examples: Change get to use high level APIpgriffis/updated-examplesPatrick Griffis2020-12-131-26/+6
* Rewrite get example using new APIPatrick Griffis2020-12-132-90/+142
* Replace SoupURI with GUriPatrick Griffis2020-11-143-21/+24
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-2/+2
* Make SoupMessage a private and final typePatrick Griffis2020-10-283-22/+22
* Remove property aliasesPatrick Griffis2020-10-283-12/+12
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-192-12/+12
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-14/+6
* Remove deprecated proxy APIsPatrick Griffis2020-09-191-1/+4
* examples/get: pull a leak with the GOptionContextClaudio Saavedra2019-09-111-2/+4
* meson: Check TLS support only when external glib dependency is availableSeungha Yang2019-05-031-1/+1
* Remove the Autotools build system filesTomas Popela2019-01-111-16/+0
* examples/simple-httpd.c: Fix handling of directoriesMooffie2018-07-011-1/+6
* Address review comments from Iñigo MartínezTomas Popela2018-04-111-6/+12
* Add Meson port files to the Autotools EXTRA_DISTTomas Popela2018-04-111-0/+2
* Initial meson supportSebastian Dröge2018-04-111-0/+8
* Only set "ssl-ca-file" in examples/get if provided on the commandlineSebastian Dröge2017-07-041-1/+2
* Don't leak the SoupMessage and SoupSession objects in the examples/get utilityTomas Popela2017-06-221-0/+3
* examples/get: Add TLS client certificate supportColin Walters2016-07-121-0/+75
* examples/simple-httpd.c: Make it work better for WindowsChun-wei Fan2016-03-151-16/+16
* Bug 587145 - Add GSS-Negotiate supportGuido Guenther2016-03-141-0/+21
* Mark old session-(async|sync) methods as deprecatedIgnacio Casal Quinteiro2015-11-221-1/+1
* soup-server: add soup_client_context_steal_connection()Dan Winship2015-03-011-1/+212
* soup-server: add new-and-improved APIsDan Winship2014-05-022-43/+51
* examples: fix simple-proxyDan Winship2014-01-071-1/+1
* get: fix to not send the request twiceDan Winship2013-08-181-3/+2
* examples: port get to plain SoupSessionDan Winship2013-07-131-4/+16
* build: use AM_CPPFLAGS rather than INCLUDESDan Winship2013-07-101-1/+1
* [examples] "get" uses -o to save to a fileAndres Gomez2013-07-031-4/+23
* [examples] Added SoupLogger to get exampleAndres Gomez2013-07-031-29/+19
* examples: use GOptionContext (finally)Dan Winship2013-02-233-144/+146
* examples: move examples from tests/ to examples/Dan Winship2013-02-234-0/+683