summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix distLIBSOUP_2_28_2_THIS_TIME_FOR_REALgnome-2-28Dan Winship2009-12-161-0/+1
* 2.28.2LIBSOUP_2_28_2Dan Winship2009-12-162-1/+65
* Content-Encoding supportDan Winship2009-12-1617-20/+962
* [SoupAuthDigest] don't crash if the server supports qop="auth,auth-int"Dan Winship2009-12-161-3/+3
* Fix memory corruption in SoupPasswordManagerGNOMEDan Winship2009-12-161-0/+7
* Handle spurious CR/LFs between responsesDan Winship2009-12-162-1/+22
* [SoupAuthDomainDigest] fix nc parsingDan Winship2009-12-161-1/+1
* Don't leak session if message is cancelled during socket connectionDan Winship2009-12-161-37/+39
* Fix Request-Line in https over proxyDan Winship2009-11-211-3/+10
* soup_multipart_new_from_message: fix to work with binary attachmentsDan Winship2009-11-212-22/+39
* soup_cookies_from_request: fix to not always g_warnDan Winship2009-11-211-12/+23
* Don't crash when setting cookie for about:blankDan Winship2009-11-212-0/+10
* SOUP_URI_VALID_FOR_HTTP: update to check uri->path tooDan Winship2009-11-212-3/+3
* [SoupAddress] make _resolve_async idempotent, document/fix thread-safetyDan Winship2009-11-151-22/+98
* [SoupAddress] Remove some cruftDan Winship2009-11-151-20/+8
* Tell GnuTLS about interesting Winsock errorsTor Lillqvist2009-11-051-2/+20
* Register libgcrypt thread callbacks also on WindowsTor Lillqvist2009-11-051-0/+50
* Ensure WSAStartup() is called on Windows more reliablyTor Lillqvist2009-11-053-16/+13
* Don't change HEAD to GET on 303 redirectDan Winship2009-11-052-6/+11
* Don't crash if the sqlite database lacks some valuesEmilio Pozuelo Monfort2009-10-221-2/+2
* 2.28.1LIBSOUP_2_28_1Dan Winship2009-10-192-1/+26
* Fix the latest round of "Connection terminated unexpectedly" errorsDan Winship2009-10-183-48/+43
* fix soup_address_get_physical and reverse-resolutionDan Winship2009-10-151-0/+1
* Belatedly clean up some dns/socket-related stuffDan Winship2009-10-134-63/+6
* [configure] import libgcrypt.m4 to m4/Dan Winship2009-10-133-3/+112
* [configure] require gnutls>=2.1.7Dan Winship2009-10-131-1/+1
* Allow multiple pending connections to a server at onceDan Winship2009-10-111-7/+22
* Fixed problem with the content sniffing.Alejandro G. Castro2009-10-071-1/+2
* Make QUERY_ALL explicit in SoupCookieJarSQLiteAlexander Sack2009-10-021-1/+1
* 2.28.0LIBSOUP_2_28_0Dan Winship2009-09-212-1/+15
* Keep reference on SoupSocket while emitting signalsOlivier CrĂȘte2009-09-121-0/+7
* Fix leaks, including a large one in SoupContentSnifferDan Winship2009-09-115-1/+12
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-116-29/+389
* _SOUP_ATOMIC_INTERN_STRING: cast result to (const char *)Dan Winship2009-09-111-1/+1
* Keep database handle open, and avoid synchronous writesGustavo Noronha Silva2009-09-081-19/+38
* 2.27.92LIBSOUP_2_27_92Dan Winship2009-09-071-0/+16
* Remove SoupPasswordManager from the stable APIDan Winship2009-09-0712-101/+26
* SoupURI: an empty query is distinct from no queryDan Winship2009-09-072-9/+11
* Skip termios stuff in tests/get if building on WindowsDan Winship2009-09-071-1/+12
* Reset error pointer to NULL when we are about to use it again.Xan Lopez2009-09-011-2/+3
* Set MISSING_REGRESSION_TEST_PACKAGES if built with --disable-sslDan Winship2009-08-311-0/+3
* Fix timeout-test without SSL supportMarvin Schmidt2009-08-311-0/+2
* Fix header names in build-howto.xmlDan Winship2009-08-251-4/+4
* Fix some incorrect "Since" tags in SoupCookieJar docs.Dan Winship2009-08-251-3/+3
* post-release bump to 2.27.92Dan Winship2009-08-241-1/+1
* 2.27.91LIBSOUP_2_27_91Dan Winship2009-08-241-0/+30
* Fix some leaks in the error cases of soup_multipart_new_from_message()Dan Winship2009-08-241-0/+4
* Avoid infinite loop trying to connect to host when the network is down.Dan Winship2009-08-221-12/+3
* Fix SoupLogger to not crash with streamed requestsDan Winship2009-08-221-12/+15
* Re-redo not-yet-used connection handlingDan Winship2009-08-223-25/+16