summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* docker: Add gi-docgenPatrick Griffis2022-01-172-2/+2
|
* Clarify license listed in meson Patrick Griffis2022-01-161-1/+1
| | | Closes #161
* logger: Don't treat max-body-size of 0 as unlimitedPatrick Griffis2022-01-101-4/+4
| | | | | | Also fix default value of -1 not being set. Closes #259
* session: Document the context callbacks are invoked onPatrick Griffis2022-01-101-0/+3
|
* 3.0.43.0.4Patrick Griffis2022-01-052-2/+10
|
* tests: Fix ssl-test with latest glib-networking changesPatrick Griffis2022-01-011-1/+4
| | | | Discussed in !194
* test-utils: Save Apache server root during initializationSimon McVittie2022-01-011-3/+10
| | | | | | | | | | | | | By the time we want to use it during teardown, it is no longer safe to call g_test_build_filename(), because some GTest state is discarded at the end of g_test_run() (see glib#2563). As a result, the command that should shut down the server fails, the server continues to run, and its port is unavailable for the next test-case. This should mostly resolve <https://gitlab.gnome.org/GNOME/libsoup/-/issues/175>. Signed-off-by: Simon McVittie <smcv@debian.org>
* test-utils: Log Apache argumentsSimon McVittie2022-01-011-0/+15
| | | | | | This helped to diagnose a use-after-free bug in the unit tests. Signed-off-by: Simon McVittie <smcv@debian.org>
* vapi: Expose soup_uri_copyJens Georg2022-01-011-0/+2
|
* Update German translationChristian Kirbach2021-12-311-82/+87
|
* http2: check status of pending messages after a read IO errorCarlos Garcia Campos2021-12-203-1/+34
| | | | Fixes #256
* docs: Fix stream type for soup_message_set_request_body in migration guide Patrick Griffis2021-12-171-1/+1
| | | #255
* Fix the DDL cross-compile build. Missing `extern`.Melroy van den Berg2021-12-061-1/+1
|
* 3.0.33.0.3Patrick Griffis2021-11-242-2/+10
|
* tests: Fix brotli test comparing non-NUL-terminated data as a stringPatrick Griffis2021-11-241-0/+3
|
* http2: Fix a memory leak in case of IO errorCarlos Garcia Campos2021-11-221-0/+1
|
* http2: Close in idle to ensure all pending io is finished firstCarlos Garcia Campos2021-11-221-2/+11
| | | | Fixes a crash after sending GOAWAY frame introduced in 4787b4298075557f79b5348c6432ac27625cda8c
* Detect if libsoup2 is loaded in the same process at initPatrick Griffis2021-11-162-1/+22
| | | | Closes #211
* Small doc updatesGünther Wagner2021-11-141-5/+5
| | | | As libsoup-2.4 the session did took over the reference for sending and reading messages clarify that this is not longer the case. The reference has to be cleaned up after the call.
* Drop remaining XML-RPC and libxml2 referencesMart Raudsepp2021-11-112-5/+4
|
* http2: ensure mem_send and mem_recv functions are not called from nghttp2 ↵Carlos Garcia Campos2021-11-112-3/+116
| | | | callbacks
* http2: ensure we always do blocking writes for sync requestsCarlos Garcia Campos2021-11-111-11/+12
|
* connection: Fix memory leak in new_tls_connectionMart Raudsepp2021-11-111-0/+1
|
* http2: do not show a warning when RST_STREAM is received on a closed streamCarlos Garcia Campos2021-11-101-1/+1
| | | | | | According to the spec a stream that is half-closed can transition to closed state when a frame that contains an END_STREAM flag is received or when either peer sends a RST_STREAM frame.
* Update Occitan translationQuentin PAGÈS2021-11-091-108/+131
|
* Update Italian translationMilo Casagrande2021-11-091-72/+68
|
* websockets: Use more helpful error when payload too largePatrick Griffis2021-11-081-2/+2
| | | | | | Show a hint on where to change this size for developers. Closes #247
* Update Catalan translationJordi Mas i Hernandez2021-11-061-80/+83
|
* Update Latvian translationRūdolfs Mazurs2021-10-261-107/+127
|
* 3.0.23.0.2Patrick Griffis2021-10-242-2/+17
|
* build: Downgrade incompatible-pointer-types from an errorPatrick Griffis2021-10-151-1/+1
| | | | | This prevents building in some places due to the files generated by glib-mkenums which shouldn't be a blocker.
* meson: Use gssapi as a proper dependencyNirbheek Chauhan2021-10-092-7/+10
| | | | | There is no need to add it to the project arguments; we should treat it as any other dependency. There's nothing special about it.
* auth: Add support for multiple authentication challenges at oncePatrick Griffis2021-10-083-45/+142
| | | | | | This allows a server sending two different Digest headers with different algorithms. libsoup will now parse both and use one that is supported.
* cache: Use gint64 to handle timePatrick Griffis2021-10-031-3/+3
| | | | | | | GDateTime returns gint64 for unix timestamps instead of time_t as it can store larger values. This was a regression introduced in 4596b4ec. Fixes #236
* Update Hebrew translationYaron Shahrabani2021-09-281-102/+140
|
* meson.build: Define ssize_t for MSVC-style buildsmaster.msvcChun-wei Fan2021-09-281-0/+6
| | | | | This is necessary as we are using nghttp2 which uses ssize_t, which is not defined by Microsoft's standard headers, and it is actually a part of POSIX.
* 3.0.13.0.1Patrick Griffis2021-09-262-2/+8
|
* Remove pygobject overridesPatrick Griffis2021-09-263-177/+0
| | | | These will be moved to upstream pygobject where they make more sense.
* Update Serbian translationМарко Костић2021-09-241-78/+83
|
* Fix array-parameter warningPatrick Griffis2021-09-201-1/+1
|
* Fix possibly uninitialized warningsPatrick Griffis2021-09-202-1/+4
|
* Replace strncpy with g_strlcpyPatrick Griffis2021-09-202-4/+4
|
* 3.0.03.0.0Patrick Griffis2021-09-185-10/+27
|
* ci: Install glib and libsoup2 documentation for websitePatrick Griffis2021-09-175-11/+46
|
* ci: Keep meson-log.txtPatrick Griffis2021-09-161-0/+1
|
* docs: Fix build warningPatrick Griffis2021-09-161-2/+2
|
* Update Dutch translationNathan Follens2021-09-131-108/+127
|
* Update Polish translationPiotr Drąg2021-09-111-113/+102
|
* Updated Danish translationAlan Mortensen2021-09-111-202/+208
|
* Update Hungarian translationBalázs Úr2021-09-101-100/+74
|