summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* HTTP connections require a hostname, and we also hash on the host forRodney Dawes2004-02-171-0/+6
* Use POSIX-compliant "test $foo = bar", rather than GNU-only "test $foo ==Dan Winship2004-02-141-0/+5
* Call read() in a do-while loop to prevent DNS errors from short reads.Joe Shaw2004-02-131-0/+5
* Bumped version number to 2.1.7 and libtool current.LIBSOUP_2_1_7Joe Shaw2004-02-111-0/+5
* Update Joe's comment here with a gory explanation of exactly what's goingDan Winship2004-02-111-0/+6
* Add a workaround for SSL connections which time-out but don't close theJoe Shaw2004-02-101-0/+10
* Bump libtool numbersLIBSOUP_2_1_6JP Rosevear2004-02-091-0/+4
* Ref the filter when adding it. (soup_session_remove_filter): And unref itDan Winship2004-02-061-0/+7
* Don't try to free the hostent if it's NULL. (soup_dns_entry_check_lookup):Joe Shaw2004-02-051-0/+7
* Always remove the WWW-Authenticate headers before returning, so theDan Winship2004-02-051-0/+11
* Call soup_message_io_stop so we don't get a callback on the io after it'sDan Winship2004-02-031-0/+8
* Use memmove rather than memcpy here, since the source and destination willDan Winship2004-02-031-0/+7
* Call gnutls_bye() with the GNUTLS_SHUT_WR flag (instead of RDWR) and checkJoe Shaw2004-02-021-0/+9
* bumped version number to 2.1.6.Rodrigo Moya2004-01-301-0/+4
* new function.Rodrigo Moya2004-01-291-0/+5
* removed 'const' from return type.Rodrigo Moya2004-01-291-0/+6
* Initialize the certificate before we try to use it. Ahem.Joe Shaw2004-01-291-0/+5
* forgot these on fridayJoe Shaw2004-01-261-0/+4
* Require at least GnuTLS 1.0.0.LIBSOUP_2_1_5Joe Shaw2004-01-211-0/+12
* gnutls_bye() doesn't close the socket itself, so we need to do it or elseJoe Shaw2004-01-201-0/+6
* builddir != srcdir fix.Jacob Leach2004-01-191-0/+4
* Remove the check for GNUTLS_CERT_CORRUPTED, it's not in 1.0.x.Joe Shaw2004-01-141-0/+5
* bump version and libtool revisionLIBSOUP_2_1_4JP Rosevear2004-01-121-0/+4
* Add a g_thread_init() so this works again.Dan Winship2004-01-121-0/+5
* use LIBGNUTLS_LIBS in the substitution string.Larry Ewing2004-01-101-0/+5
* Include the libgnutls.m4 file.Joe Shaw2004-01-091-0/+19
* allow soup_soap_response_from_string to ignore header element if presentHarish Krishnaswamy2004-01-091-0/+5
* Remove no-longer-relevant socklen_t checkDan Winship2004-01-051-0/+9
* bump version and libtool numberLIBSOUP_2_1_3JP Rosevear2003-12-291-0/+4
* Update theseDan Winship2003-12-221-0/+4
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-221-0/+32
* If const_path is NULL un the non-proxy case, then use the root ("/").Joe Shaw2003-12-201-0/+5
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-0/+48
* Actually disconnect the socket rather than just unreffing it, since the IODan Winship2003-12-181-0/+11
* install soup-message-queue.h with the restRodrigo Moya2003-12-171-0/+5
* Add gthread to glib checkDan Winship2003-12-171-0/+42
* new function.Rodrigo Moya2003-12-161-0/+5
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-161-0/+24
* s/guint/gsize/ to match the definitions in soup-socket.c. #52167.Dan Winship2003-12-151-0/+6
* removed debugging of the messages here.Rodrigo Moya2003-12-121-0/+4
* added information for SOAP-ENV namespace.Rodrigo Moya2003-12-121-0/+5
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-101-0/+19
* Use autoconfig to check for socklen_t ...Tambet Ingo2003-12-101-0/+8
* print out request/response's contents, if in debug mode.Rodrigo Moya2003-12-091-0/+6
* Bump versionLIBSOUP_2_1_2JP Rosevear2003-12-071-0/+4
* new functions to manage SoupSoapParameter's children.Rodrigo Moya2003-11-281-0/+11
* new function.Rodrigo Moya2003-11-261-0/+5
* added SoupSoapParameter structure, to "hide" the usage of xmlNode's.Rodrigo Moya2003-11-261-0/+13
* fixed typo.Rodrigo Moya2003-11-251-0/+5
* new functions. (finalize): NULL out new private fields.Rodrigo Moya2003-11-251-0/+8