summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autobahn-test.c: Implement timeout in main loopautobahn-integration-newDiego Pino Garcia2021-04-133-19/+60
* autobahn-test.c: Define env variables AUTOBAHN_NUM_CASES and AUTOBAHN_NUM_CASEDiego Pino Garcia2021-04-131-2/+10
* autobahn-test.c: Autobahn tests go from 1 to num_casesDiego Pino Garcia2021-04-131-1/+1
* autobahn-server.sh: Search configuration file if could not be found in workin...Diego Pino Garcia2021-04-131-1/+8
* autobanh-test.c: Set autobahn-server.sh path if path to file could not be foundDiego Pino Garcia2021-04-131-3/+11
* docker: Add lsof to imagePatrick Griffis2021-04-131-0/+1
* Revert "ci: Use podman to generate images"Patrick Griffis2021-04-131-4/+15
* ci: Fix autobahn buildPatrick Griffis2021-04-131-0/+1
* ci: Force pipeline to runPatrick Griffis2021-04-131-4/+0
* autobahn: Various improvements:Patrick Griffis2021-04-1310-351/+297
* autobahn: Remove duplicate debug argPatrick Griffis2021-04-131-10/+4
* soup-websocket-connection.c: replace g_warning for g_debugDiego Pino Garcia2021-04-131-1/+1
* meson.build: Link test-utilsDiego Pino Garcia2021-04-131-2/+20
* tests: replace fprintf for debug_printfDiego Pino Garcia2021-04-131-9/+9
* tests: Use GLib test frameworkDiego Pino Garcia2021-04-131-17/+48
* ci: add step to run autobahn testsDiego Pino Garcia2021-04-132-3/+17
* tests: start autobahn serverDiego Pino Garcia2021-04-131-0/+46
* autobahn-server.sh: refactor codeDiego Pino Garcia2021-04-131-7/+54
* tests: include tests/autobahnDiego Pino Garcia2021-04-132-0/+10
* tests: add full license in tests/autobahn/soup-autobahn-test-client.cDiego Pino Garcia2021-04-131-1/+18
* tests: fix function callDiego Pino Garcia2021-04-131-1/+1
* tests: add a autobahn test clientClaudio Saavedra2021-04-134-0/+244
* cookies: allow non-HTTP uris for cookiescarlosgc/cookies-non-http-urisCarlos Garcia Campos2021-04-133-10/+17
* message: uri argument of soup_message_set_site_for_cookies() is nullableCarlos Garcia Campos2021-04-131-6/+8
* Add soup_message_get_connection_id() APIPatrick Griffis2021-04-097-1/+93
* 2.99.32.99.3Patrick Griffis2021-04-082-1/+20
* Fix soup_message_query_flags() not returning a booleanPatrick Griffis2021-04-051-1/+1
* Update Dutch translationNathan Follens2021-04-011-17/+32
* message: rename options-ping property as is-options-pingCarlos Garcia Campos2021-03-296-31/+102
* message: ensure GObject::notify signal is always emitted when properties changeCarlos Garcia Campos2021-03-291-42/+91
* Rename soup_message_headers_free as soup_message_headers_unrefCarlos Garcia Campos2021-03-2611-27/+41
* server: rename soup_message_body_free as soup_message_body_unrefCarlos Garcia Campos2021-03-264-16/+27
* Use ArcBox for reference counted boxed typesCarlos Garcia Campos2021-03-264-40/+27
* docs: fix documentation errorsCarlos Garcia Campos2021-03-262-1/+1
* Add SOUP_HTTP_2_0Patrick Griffis2021-03-251-1/+2
* Make soup_message_set_http_version() privatePatrick Griffis2021-03-253-3/+4
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-18165-165/+165
* Revert "Require body streams implement GPollableInputStream"Carlos Garcia Campos2021-03-181-3/+2
* tests: add a test to check soup_session_get_async_result_message() with soup_...Carlos Garcia Campos2021-03-181-1/+3
* Update Italian translationMilo Casagrande2021-03-171-111/+104
* Fix soup_session_get_async_result_message() with soup_session_send_and_read_a...Patrick Griffis2021-03-121-0/+5
* docs: Remove outdated logging notePatrick Griffis2021-03-111-4/+0
* 2.99.22.99.2Patrick Griffis2021-03-102-1/+17
* Require body streams implement GPollableInputStreamPatrick Griffis2021-03-091-2/+3
* logger: re-add support for logging request/response bodiesDaniel Kolesa2021-03-0912-33/+751
* Implement skip for SoupClientInputStream and SoupFilterInputStreamDaniel Kolesa2021-03-083-18/+50
* Remove 2.99 version macrosPatrick Griffis2021-03-053-7/+6
* Use g_memory_output_stream_new_resizable()Patrick Griffis2021-03-052-5/+5
* Fix compile warningsPatrick Griffis2021-03-054-4/+5
* build: Build with more warningsPatrick Griffis2021-03-051-2/+8