summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * soup-message: minor fixups to soup_message_set_request/response_body()Dan Winship2013-11-171-4/+11
| * soup-server: clarify soup_server_[un]pause_message() documentationPhilip Withnall2013-11-171-0/+8
| * test-utils: bump up debug_level when running under "make check"Dan Winship2013-11-101-0/+3
| * Fix SoupClientInputStream close on errorDan Winship2013-11-043-16/+72
| * soup-session: update a comment for current realityDan Winship2013-11-041-3/+3
| * requester-test: reorganize to be more like other testsDan Winship2013-11-041-84/+108
| * socket: Don't leak GTasksChristophe Fergeau2013-11-041-0/+3
| * Don't leak g_get_current_dir() resultChristophe Fergeau2013-11-041-0/+1
| * tests/connection-test: Ensure quit source id is reset to 0 between runsColin Walters2013-11-031-1/+5
| * Fix 'return with no value' warningFabiano FidĂȘncio2013-10-221-1/+1
| * SoupSession: propagate GErrors to callersDan Winship2013-10-194-14/+27
| * SoupConnection: make methods gio-likeDan Winship2013-10-195-251/+374
| * SoupSocket: make handshaking methods gio-likeDan Winship2013-10-193-153/+170
| * soup-message-io: fix early SoupClientInputStream close caseDan Winship2013-10-191-1/+1
| * soup-auth-ntlm: fix build with --without-ntlm-authDan Winship2013-10-171-0/+4
| * soup-logger: fix -Wformat-nonliteral warnings in clangDan Winship2013-10-172-1/+5
| * Post-branch release bump to 2.45.0Dan Winship2013-10-151-2/+2
| * 2.44.12.44.1Dan Winship2013-10-152-1/+43
| * soup-uri: minor code reorg/renamingDan Winship2013-10-103-14/+18
| * Tajik translation updatedVictor Ibragimov2013-10-101-32/+32
| * tests: fix another test broken by the SoupClientInputStream close changeDan Winship2013-10-081-0/+10
| * SoupServer: check only for tls-certificate to know if a server is running pla...Fabiano FidĂȘncio2013-10-081-2/+3
| * soup-session: don't resolve default proxy-resolver/tlsdb if not neededDan Winship2013-09-292-10/+182
| * Fix soup_client_input_stream_close to not blockDan Winship2013-09-297-7/+163
| * test-utils: set GSETTINGS_BACKEND=memoryDan Winship2013-09-291-0/+1
| * Fix asynchronicity of soup_session_queue_message() on plain SoupSessionDan Winship2013-09-285-44/+57
| * append_form_encoded: sync urlencode with php RFC1738 implementation.Alban Browaeys2013-09-241-1/+2
| * 2.44.02.44.0Dan Winship2013-09-232-4/+9
| * Updated Indonesian translationDirgita2013-09-191-20/+45
| * Initial Dutch translationReinout van Schouwen2013-09-182-0/+110
| * 2.43.92LIBSOUP_2_43_922.43.92Dan Winship2013-09-162-1/+31
| * Bug 703186 - fallback from automatic NTLM auth not workingDavid Woodhouse2013-09-131-5/+9
| * Bug 708006 - libsoup fails to close connection when message cancelledDavid Woodhouse2013-09-131-0/+3
| * cache-test: fix some minor things pointed out by coverityDan Winship2013-09-111-2/+2
| * timeout-test: fix on very slow machinesDan Winship2013-08-301-14/+39
| * chunk-io-test: fix a bugDan Winship2013-08-271-1/+1
| * SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-267-55/+298
| * server-test: split SoupServer-specific tests out of misc-testDan Winship2013-08-263-209/+252
| * chunk-io-test: new test of the chunked I/O read/write streamsDan Winship2013-08-252-0/+655
| * soup-filter-input-stream: fix read_until() with subclassesDan Winship2013-08-251-5/+12
| * soup-body-output-stream: fix closing of chunked streamDan Winship2013-08-251-1/+2
| * soup_cookie_new: clarify the interpretation of @domainDan Winship2013-08-251-0/+4
| * Also copy disabled features when copying messages.Andre Moreira Magalhaes (andrunko)2013-08-251-0/+7
| * cache-test: fix race conditionDan Winship2013-08-231-9/+20
| * 2.43.90LIBSOUP_2_43_902.43.90Dan Winship2013-08-192-1/+12
| * More IPv6 scope ID fixesDan Winship2013-08-193-4/+27
| * soup-address: fix a GMainContext bugDan Winship2013-08-191-63/+48
| * soup-address: handle IPv6 literals with scope IDsDan Winship2013-08-191-0/+60
| * soup-message-headers: clarify that SoupServer has built-in Range handlingDan Winship2013-08-191-0/+22
| * get: fix to not send the request twiceDan Winship2013-08-181-3/+2