summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* message: add API to get TLS ciphersuite name and protocol versionCarlos Garcia Campos2021-07-086-0/+216
* docker: Add glib 2.69.0 to imagePatrick Griffis2021-07-082-8/+25
* Update Romanian translationFlorentina Mușat2021-07-051-78/+83
* Update Slovenian translationMatej Urbančič2021-07-021-80/+88
* meson.build: set c_std to gnu99Fabrice Fontaine2021-07-011-1/+1
* Update Russian translationAlexey Rubtsov2021-06-281-98/+139
* Update Portuguese translationHugo Carvalho2021-06-251-79/+84
* http2-io: try to write after receiving a window update frameCarlos Garcia Campos2021-06-231-11/+29
* http2-io: fix a crash when a goaway frame is received while processing pendin...Carlos Garcia Campos2021-06-225-12/+28
* Meson: Fix fallback to sqlite3 subprojectXavier Claessens2021-06-161-1/+2
* Update Nepali translationPawan Chitrakar2021-06-161-106/+125
* auth: critical if SoupAuth is cancelled after message is unqueuedCarlos Garcia Campos2021-06-162-1/+46
* session: do not emit tls interaction signals for preconnect requestsCarlos Garcia Campos2021-06-164-2/+280
* docs: Clarify server handler path matching is by prefix Patrick Griffis2021-06-151-3/+3
* server: add support for client side certificatesCarlos Garcia Campos2021-06-156-25/+285
* server: remove soup_server_set_ssl_cert_file()Carlos Garcia Campos2021-06-153-43/+43
* Updated Spanish translationDaniel Mustieles2021-06-151-80/+85
* logger: do not log preconnect messagesCarlos Garcia Campos2021-06-142-0/+45
* tls-interaction: allow to pass a NULL client side certificateCarlos Garcia Campos2021-06-143-13/+54
* Update Ukrainian translationYuri Chornoivan2021-06-111-82/+87
* Do not allow to queue the same message twiceCarlos Garcia Campos2021-06-115-15/+122
* message-queue-item: remove signal disconnect for a signal we no longer connec...Carlos Garcia Campos2021-06-111-2/+0
* connection: IO should always be reusable at soup_connection_setup_message_io()Carlos Garcia Campos2021-06-111-4/+2
* tests: fix memory leaks in several testsCarlos Garcia Campos2021-06-113-8/+21
* Wait until IO finished before re-starting a requestCarlos Garcia Campos2021-06-114-1/+51
* http2-io: mark IO as shutting down when done reading from network input streamCarlos Garcia Campos2021-06-101-1/+13
* Make SoupSession a derivable classCarlos Garcia Campos2021-06-102-9/+23
* http2-io: explicitly call check_status when switching to STATE_READ_DATA on s...Carlos Garcia Campos2021-06-101-2/+6
* message: make http-version property read-onlyCarlos Garcia Campos2021-06-071-4/+1
* message: make soup_message_set_method publicCarlos Garcia Campos2021-06-074-3/+12
* 2.99.82.99.8Patrick Griffis2021-06-042-1/+14
* build: Add pkcs11_tests option to explicitly enable/disable themPatrick Griffis2021-06-042-2/+8
* build: Add http2_tests build option to explicitly enable themPatrick Griffis2021-06-042-8/+19
* Enable HTTP/2 by defaultCarlos Garcia Campos2021-06-042-5/+3
* Use header fast paths internally whenever possibleCarlos Garcia Campos2021-06-0421-196/+233
* headers: stop interning all header namesCarlos Garcia Campos2021-06-049-219/+1415
* Update POTFILES.inPiotr Drąg2021-06-031-0/+1
* http2: do not use SOUP_MESSAGE_NEW_CONNECTION flag to implement misdirected r...Carlos Garcia Campos2021-06-033-4/+28
* http2: handle nghttp2_submit_request() return valueCarlos Garcia Campos2021-06-031-6/+15
* content-decoder: Only advertise brotli support over TLSPatrick Griffis2021-06-022-16/+14
* Ignore code-coverage of mock-pkcs11 modulePatrick Griffis2021-06-021-0/+4
* ssl-test: Skip test case on older glib-networkingPatrick Griffis2021-06-021-4/+3
* ssl-test: Handle behavior change of upstream glib-networkingPatrick Griffis2021-06-021-1/+5
* ssl-test: Add test case for unhandled PKCS#11 PINPatrick Griffis2021-06-021-0/+12
* ssl-test: Only run PKCS#11 tests with gnutls backendPatrick Griffis2021-06-021-39/+45
* ssl-test: test request-certificate-password synchronously tooCarlos Garcia Campos2021-06-021-0/+26
* ssl-test: Add tests for PKCS#11 pin protected certPatrick Griffis2021-06-029-52/+5928
* tests: add configure_file rules for new certificate filesCarlos Garcia Campos2021-06-021-9/+16
* ssl-test: Add test for incorrect client certPatrick Griffis2021-06-023-1/+63
* message: add API to handle password protected client certificatesCarlos Garcia Campos2021-06-026-14/+180