summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add URI to directory stream so it can generate absolute URLsnew-ioBenjamin Otte2009-12-203-10/+23
* Redo content-type and content-length handlingBenjamin Otte2009-12-201-18/+22
* Rewrite FTP handling on top of gvfsBenjamin Otte2009-12-209-2278/+103
* Add first experiment of directory loader for filesBenjamin Otte2009-12-204-71/+277
* add content-length and content-type attributes to SoupRequestDan Winship2009-12-207-169/+294
* Make SoupRequest a class rahter than an interface, add SoupRequestHTTPDan Winship2009-12-2015-489/+462
* fix async ftp, require master glib for filterinputstream fixesDan Winship2009-12-202-12/+12
* Add SoupRequest implementation to SoupMessageDan Winship2009-12-206-6/+1099
* add async support back to tests/get and fix some async bugsDan Winship2009-12-204-31/+151
* Use g_type_is_a() in ugly hack.Benjamin Otte2009-12-201-6/+1
* Add apache2 and apache as possible names for the apache binaryBenjamin Otte2009-12-201-1/+1
* ENABLE_MAINTAINER_MODE is sooo 1999Benjamin Otte2009-12-201-1/+0
* Add some error checkingBenjamin Otte2009-12-202-22/+26
* abstract SoupRequestBase out of SoupRequest{Data,File,Ftp}Dan Winship2009-12-2012-317/+313
* add SoupRequestDataDan Winship2009-12-204-1/+272
* SoupRequestFTP, etcDan Winship2009-12-2012-3/+4270
* start SoupRequest, soup_session_request_uri, etcDan Winship2009-12-2010-106/+622
* Fix defines of SOUP_URI_SCHEME_FTP etcDan Winship2009-12-201-3/+3
* SoupSession: Handle CONNECT failure without hangingDan Winship2009-12-191-3/+8
* SoupAuthDigest, SoupAuthDomainDigest: follow the spec more preciselyDan Winship2009-12-192-5/+4
* Link to GNUTLS hereBenjamin Otte2009-12-181-0/+1
* Don't send URI fragment when requesting via proxyDan Winship2009-12-183-1/+59
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-183-35/+1
* [SoupURI] add a bit of ftp URI supportDan Winship2009-12-182-1/+18
* SoupCookie: more fixes to path handlingDan Winship2009-12-171-11/+8
* Warn if the user tries to load a URI containing a fragment.Dan Winship2009-12-173-1/+35
* Update cookie parsing/output to match the current httpstate draft betterDan Winship2009-12-172-133/+96
* tests/get: updates for cookie debuggingDan Winship2009-12-171-5/+19
* Change the typedef of SoupCookieJar to follow the other parts of soupHolger Hans Peter Freyther2009-12-172-2/+3
* Clean up accept-language-auto a bitDan Winship2009-12-172-60/+55
* New accept-language-auto property for SoupSessionMario Sanchez Prada2009-12-172-14/+152
* Provide a new 'accept-language' property for SoupSessionMario Sanchez Prada2009-12-172-0/+37
* fix distDan Winship2009-12-161-0/+1
* 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-151-0/+7
* Handle spurious CR/LFs between responsesDan Winship2009-12-142-1/+22
* Fix comment in previous commitDan Winship2009-12-141-4/+6
* Make connection-created and tunneling of SoupSession use a GObjectVincent Untz2009-12-031-2/+6
* [configure] post-release bump to 2.29.4Dan Winship2009-11-301-1/+1
* 2.29.3LIBSOUP_2_29_3Dan Winship2009-11-301-0/+53
* [SoupAuthDomainDigest] fix nc parsingDan Winship2009-11-301-1/+1
* Don't leak session if message is cancelled during socket connectionDan Winship2009-11-222-38/+96
* Changes to SoupConnection and SoupSession for debuggingDan Winship2009-11-226-24/+107
* Add soup_session_prepare_for_uriDan Winship2009-11-212-6/+46
* [configure] bump version to 2.29.3Dan Winship2009-11-211-1/+1
* 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