summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix missing doc sectionswip/doc-fixesPatrick Griffis2020-09-192-47/+73
|
* Remove left over of SoupSessionAsyncPatrick Griffis2020-09-191-1/+0
|
* docs: Mark soup-socket as privatePatrick Griffis2020-09-191-1/+1
|
* docs: Fix glib referencesPatrick Griffis2020-09-191-0/+8
|
* docs: Use XML for main docs filePatrick Griffis2020-09-192-11/+17
|
* Delete unused SOUP_MEMORY_TEMPORARYPatrick Griffis2020-09-191-1/+0
|
* docs: Fix missing docs for SOUP_STATUS_PERMANENT_REDIRECTPatrick Griffis2020-09-191-0/+2
|
* docs: Fix missing docs for SOUP_TLD_ERROR_NO_PSL_DATAPatrick Griffis2020-09-191-0/+2
|
* docs: Fix minor docs issues for HSTSEnforcerPatrick Griffis2020-09-192-14/+5
|
* docs: Fix typo in soup_websocket_server_check_handshake_with_extensions()Patrick Griffis2020-09-191-1/+1
|
* ci: Enable exporting docs to gitlab pagesPatrick Griffis2020-09-191-0/+27
|
* Bump libsoup API to 3.0Patrick Griffis2020-09-1913-254/+15
|
* build: Fix gtkdoc-scan linking against libsoupPatrick Griffis2020-09-192-3/+21
| | | | | This isn't an ideal fix and a static lib should work but this functions for now.
* resource-test: Re-add sync variants of testsPatrick Griffis2020-09-191-15/+66
|
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-1936-813/+408
|
* Fix GIR warning for soup_connection_auth_get_connection_state_for_message()Patrick Griffis2020-09-191-1/+1
|
* Replace SoupDate with GDateTimePatrick Griffis2020-09-1922-1242/+521
|
* Remove XMLRPC supportPatrick Griffis2020-09-1918-2893/+2
| | | | | | | This feature does not appear to be used by any maintained project and in general XMLRPC usage on the internet has gone down. Removing it just reduces complexity and maintainance burden.
* Remove hostname arg from soup_socket_start_proxy_ssl()Patrick Griffis2020-09-194-35/+11
| | | | | The socket already stores the remote connectable which has the hostname.
* Remove legacy "*" alias supportPatrick Griffis2020-09-192-12/+1
| | | | | This was used by default with the Async/Sync session types that no longer exist.
* Rename soup_client_context_get_gsocket to soup_client_context_get_socketPatrick Griffis2020-09-195-7/+7
|
* Rename soup_client_context_get_socket to soup_client_context_get_soup_socketPatrick Griffis2020-09-193-9/+6
| | | | | This is only private API now and we want that name for the GSocket variant.
* soup-server: Remove unused constructor overridePatrick Griffis2020-09-191-10/+0
|
* Update coding style and add clang-format configPatrick Griffis2020-09-192-30/+28
|
* SoupSession: Make more functions staticPatrick Griffis2020-09-192-30/+11
|
* Modernize GObject declarationsPatrick Griffis2020-09-1984-1536/+955
|
* Replace setsockopt() usage with g_socket_set_option()Patrick Griffis2020-09-192-10/+9
|
* build: Remove unused list of headersPatrick Griffis2020-09-191-33/+0
|
* Make SoupSocket private APIPatrick Griffis2020-09-1914-103/+44
|
* Delete SoupSocket::fd and all fd exposing APIsPatrick Griffis2020-09-199-140/+16
|
* Delete SoupAddressPatrick Griffis2020-09-1922-1736/+226
|
* Make soup_message_io_cleanup() privatePatrick Griffis2020-09-191-4/+0
|
* Make soup_session_steal_connection() privatePatrick Griffis2020-09-194-7/+5
|
* Remove SoupSessionAsyncPatrick Griffis2020-09-1940-816/+94
|
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-1921-178/+142
|
* Delete SoupSessionSyncPatrick Griffis2020-09-1917-377/+20
|
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-1911-334/+71
| | | | | | | | | | | | | | | | | | | | | | | | connection-test: Remove all deprecated session usage misc-test: Remove sync session usage no-ssl-test: Remove deprecated session usage proxy-test: Remove deprecated session usage resource-test: Remove deprecated session usage redirect-tests: Remove deprecated session usage xmlrpc-test: Remove deprecated session usage timeout-test: Remove sync session usage ssl-test: Remove deprecated session usage session-test: Remove deprecated session usage server-test: Remove sync session usage
* Move accept_languages_from_system() to soup-miscPatrick Griffis2020-09-193-81/+83
|
* Delete soup_client_context_get_address() APIPatrick Griffis2020-09-192-27/+1
|
* Remove soup_session_connect_async() APIPatrick Griffis2020-09-193-355/+0
| | | | | | The reasons for adding it no longer exist and it is unused API. See also: d852881f1ab7d6107b2581d3a28d3529b85ea298
* SoupConnection: Modernsize type delcarationPatrick Griffis2020-09-191-16/+4
|
* Make more APIs privatePatrick Griffis2020-09-1929-100/+99
|
* Remove unused soup-portability.hPatrick Griffis2020-09-192-27/+0
|
* Add .editorconfigPatrick Griffis2020-09-191-0/+12
|
* Reorganize source treePatrick Griffis2020-09-19109-217/+332
|
* build: Link tests against static version of libsoupPatrick Griffis2020-09-193-8/+23
| | | | This allows testing non-public APIs
* Add DoxyfilePatrick Griffis2020-09-192-0/+2549
|
* Temporarily re-add soup_client_context_* APIsPatrick Griffis2020-09-192-1/+66
| | | | | This is heavily used by tests and will require more work to get rid of.
* Temporarily re-add SoupSession::request-startedPatrick Griffis2020-09-191-0/+26
| | | | Some tests deeply depend on this so we'll tackle it at a later time.
* Remove deprecated proxy APIsPatrick Griffis2020-09-1922-1086/+34
|