summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update this a bunchlibsoup-hacking-branch-baselibsoup-hacking-branchDan Winship2004-02-201-6/+53
* Fixes #54512Rodrigo Moya2004-02-183-5/+43
* LikewiseDan Winship2004-02-182-1/+4
* Fix a typo. #54433, from Mariano Suarez-Alvarez.Dan Winship2004-02-172-1/+6
* HTTP connections require a hostname, and we also hash on the host forRodney Dawes2004-02-172-0/+11
* Use POSIX-compliant "test $foo = bar", rather than GNU-only "test $foo ==Dan Winship2004-02-142-2/+7
* Call read() in a do-while loop to prevent DNS errors from short reads.Joe Shaw2004-02-132-2/+15
* Bumped version number to 2.1.7 and libtool current.LIBSOUP_2_1_7Joe Shaw2004-02-112-2/+7
* Update Joe's comment here with a gory explanation of exactly what's goingDan Winship2004-02-112-6/+44
* Add a workaround for SSL connections which time-out but don't close theJoe Shaw2004-02-103-4/+20
* Bump libtool numbersLIBSOUP_2_1_6JP Rosevear2004-02-098-43/+50
* Ref the filter when adding it. (soup_session_remove_filter): And unref itDan Winship2004-02-062-0/+9
* Don't try to free the hostent if it's NULL. (soup_dns_entry_check_lookup):Joe Shaw2004-02-052-1/+14
* Always remove the WWW-Authenticate headers before returning, so theDan Winship2004-02-052-11/+38
* Call soup_message_io_stop so we don't get a callback on the io after it'sDan Winship2004-02-033-3/+11
* Use memmove rather than memcpy here, since the source and destination willDan Winship2004-02-032-2/+9
* Call gnutls_bye() with the GNUTLS_SHUT_WR flag (instead of RDWR) and checkJoe Shaw2004-02-022-3/+11
* bumped version number to 2.1.6.Rodrigo Moya2004-01-302-1/+5
* new function.Rodrigo Moya2004-01-293-0/+17
* removed 'const' from return type.Rodrigo Moya2004-01-294-5/+10
* Initialize the certificate before we try to use it. Ahem.Joe Shaw2004-01-292-0/+10
* forgot these on fridayJoe Shaw2004-01-262-2/+6
* Require at least GnuTLS 1.0.0.LIBSOUP_2_1_5Joe Shaw2004-01-213-18/+26
* gnutls_bye() doesn't close the socket itself, so we need to do it or elseJoe Shaw2004-01-202-6/+6
* builddir != srcdir fix.Jacob Leach2004-01-192-2/+6
* Remove the check for GNUTLS_CERT_CORRUPTED, it's not in 1.0.x.Joe Shaw2004-01-142-1/+5
* bump version and libtool revisionLIBSOUP_2_1_4JP Rosevear2004-01-122-2/+6
* Add a g_thread_init() so this works again.Dan Winship2004-01-122-0/+6
* use LIBGNUTLS_LIBS in the substitution string.Larry Ewing2004-01-102-1/+6
* Include the libgnutls.m4 file.Joe Shaw2004-01-096-20/+217
* allow soup_soap_response_from_string to ignore header element if presentHarish Krishnaswamy2004-01-091-0/+5
* added code to soup_soap_response_from_string to ignore header elementHarish Krishnaswamy2004-01-091-0/+2
* Remove no-longer-relevant socklen_t checkDan Winship2004-01-054-8/+12
* bump version and libtool numberLIBSOUP_2_1_3JP Rosevear2003-12-293-3/+8
* Update theseDan Winship2003-12-223-27/+45
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-228-59/+168
* If const_path is NULL un the non-proxy case, then use the root ("/").Joe Shaw2003-12-202-0/+8
* New. An interface for objects that want to act on every message passingDan Winship2003-12-1916-42/+389
* Actually disconnect the socket rather than just unreffing it, since the IODan Winship2003-12-183-2/+25
* comment out some code that doesn't work currentlyDan Winship2003-12-171-0/+2
* install soup-message-queue.h with the restRodrigo Moya2003-12-172-1/+6
* remove some dead code to make this compileDan Winship2003-12-171-3/+0
* Add gthread to glib checkDan Winship2003-12-1722-386/+1018
* new function.Rodrigo Moya2003-12-163-1/+7
* new function.Rodrigo Moya2003-12-161-0/+12
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-165-26/+136
* s/guint/gsize/ to match the definitions in soup-socket.c. #52167.Dan Winship2003-12-152-7/+13
* removed debugging of the messages here.Rodrigo Moya2003-12-122-7/+4
* added information for SOAP-ENV namespace.Rodrigo Moya2003-12-122-0/+8
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-107-8/+59