summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* metrics: add support for size metricsCarlos Garcia Campos2021-04-144-0/+114
* Add support for collecting metricsCarlos Garcia Campos2021-04-142-8/+312
* autobahn-test.c: Implement timeout in main loopautobahn-integration-newDiego Pino Garcia2021-04-132-15/+56
* 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
* autobahn: Various improvements:Patrick Griffis2021-04-137-342/+290
* autobahn: Remove duplicate debug argPatrick Griffis2021-04-131-10/+4
* 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-131-1/+3
* tests: start autobahn serverDiego Pino Garcia2021-04-131-0/+46
* autobahn-server.sh: refactor codeDiego Pino Garcia2021-04-131-7/+54
* 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
* Add soup_message_get_connection_id() APIPatrick Griffis2021-04-091-0/+35
* message: rename options-ping property as is-options-pingCarlos Garcia Campos2021-03-291-10/+6
* Rename soup_message_headers_free as soup_message_headers_unrefCarlos Garcia Campos2021-03-262-7/+7
* Make soup_message_set_http_version() privatePatrick Griffis2021-03-251-0/+1
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-1836-36/+36
* tests: add a test to check soup_session_get_async_result_message() with soup_...Carlos Garcia Campos2021-03-181-1/+3
* logger: re-add support for logging request/response bodiesDaniel Kolesa2021-03-092-11/+192
* Use g_memory_output_stream_new_resizable()Patrick Griffis2021-03-051-1/+1
* Fix compile warningsPatrick Griffis2021-03-051-1/+1
* Add a method to override the remote connection.Robert Ancell2021-03-054-4/+145
* Add new api to preconnect to a given uriCarlos Garcia Campos2021-03-051-16/+363
* session: remove the basic APIsCarlos Garcia Campos2021-03-042-191/+0
* session: add soup_session_get_async_result_messagecarlosgc/async-result-messageCarlos Garcia Campos2021-03-043-7/+13
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-0312-86/+39
* session: fix the queue order for items with same priorityCarlos Garcia Campos2021-02-271-0/+79
* session: remove async-context propertyCarlos Garcia Campos2021-02-251-102/+37
* ssl-test: do not fail if we get connection closed instead of certificate requ...Carlos Garcia Campos2021-02-251-1/+5
* Fix some functions that weren't changed from a boolean to an enum.Robert Ancell2021-02-256-6/+6
* timeout-test: port the new API and unskip itCarlos Garcia Campos2021-02-241-40/+34
* cache-test: fix session extra reference on endCarlos Garcia Campos2021-02-241-4/+2
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-234-27/+9
* test: simplify /ssl/tls-interaction test by using SoupServerCarlos Garcia Campos2021-02-231-93/+41
* server: remove unused property SoupSocket:is-serverCarlos Garcia Campos2021-02-231-72/+0
* Extend test cert to 2049Bernhard M. Wiedemann2021-02-191-8/+8
* session: Remove ssl-use-system-ca-file propertyCarlos Garcia Campos2021-02-192-15/+5
* content-sniffer: empty resources should be considered text/plaincarlosgc/sniff-emptyCarlos Garcia Campos2021-02-171-4/+9
* Remove http and https aliases supportCarlos Garcia Campos2021-02-115-206/+9
* hsts: Move hsts-enforced signal from SoupHSTSEnforcer to SoupMessageCarlos Garcia Campos2021-02-112-66/+92
* WebSockets: do not report connection errors as handshake failurescarlosgc/websocket-connection-errorCarlos Garcia Campos2021-02-101-0/+32
* auth: Allow to authenticate using URI user info with no passwordcarlosgc/auth-no-passwordCarlos Garcia Campos2021-02-042-0/+39
* auth: do not pause the message when cancelled in the authenticate callbackCarlos Garcia Campos2021-02-041-0/+42
* session: Include Content-Length header for put and post requests with no bodycarlosgc/null-post-content-lengthCarlos Garcia Campos2021-02-031-4/+20