summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Use autoconfig to check for socklen_t ...Tambet Ingo2003-12-102-10/+2
* Check if ports are also equal.Tambet Ingo2003-11-031-0/+2
* 1.99.29Joe Shaw2003-10-281-13/+109
* 1.99.28LIBSOUP_1_99_28Dan Winship2003-09-261-2/+2
* 1.99.27Joe Shaw2003-09-181-2/+19
* Unref the reader/writer rather than leaking them.Dan Winship2003-09-082-0/+9
* These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship2003-08-117-305/+466
* 1.99.25 ("Potato and Leek Soup")LIBSOUP_1_99_25Dan Winship2003-07-293-5/+12
* Check pkgconfig for openssl, since 0.9.7 (a) uses it, and (b) depends onDan Winship2003-06-242-6/+6
* unref the old read_tag before changing/clearing it.Dan Winship2003-06-232-2/+9
* add a ref_count field. (soup_transfer_read, create_writer): Set initialDan Winship2003-06-175-197/+266
* Change all functions to take a SoupReader * or SoupWriter * instead of aDan Winship2003-06-113-58/+51
* remove #include for soup-nss.hLIBSOUP_1_99_23Chris Toshok2003-06-021-1/+0
* remove NSS_CFLAGS. (libsoup_2_0_la_LIBADD): remove NSS_LIBS.Chris Toshok2003-06-021-5/+1
* always force a reconnect when there's an error with ssl connection. ThisChris Toshok2003-06-021-0/+2
* Clear the write_tag as well so we don't double-cancel it. #43395.Dan Winship2003-05-213-16/+15
* Bump version to 1.99.21Joe Shaw2003-05-091-0/+7
* If the auth status is PENDING, return an NTLM request string. OtherwiseDan Winship2003-05-097-107/+96
* Change the redirect handler to be a RESPONSE_ERROR_CLASS_HANDLER forDan Winship2003-05-061-30/+28
* 1.99.20LIBSOUP_1_99_20Dan Winship2003-04-291-1/+1
* if an old connection suddenly gets an io error while reading or writing,Dan Winship2003-04-251-1/+6
* Don't set up the soup-transfer callbacks to keep reading off theDan Winship2003-04-242-24/+43
* Up version to 1.99.18 Line separator after GNUTLS_CFLAGSRodney Dawes2003-04-211-1/+1
* New function to close all idle connections. (Needed for #41117 or elseDan Winship2003-04-113-1/+42
* *** empty log message ***Joe Shaw2003-04-101-0/+6
* Revert Joe's changes. We can't release the connection there because thereDan Winship2003-04-071-7/+0
* guard against EINTR error during waitpidJP Rosevear2003-04-032-7/+14
* Only drop the connection if we get an error condition on the channel.Joe Shaw2003-04-021-2/+10
* Just call soup_connection_release() from here and return whether theJoe Shaw2003-04-021-5/+4
* (soup_gnutls_close): loop on gnutls_bye inIan Peters2003-03-311-1/+6
* If the new context points to a different server from the old context, callDan Winship2003-03-311-1/+5
* Add SOUP_ERROR_SSL_FAILED which gives a slightly better error message onJoe Shaw2003-03-243-9/+18
* Use non-deprecated g_main_loop_* calls throughout. (soup_server_unref):Joe Shaw2003-03-211-6/+7
* Bump the timeout to 10 seconds (and get rid of the 3 tries) so we don'tDan Winship2003-03-181-6/+3
* because creating client credentials isIan Peters2003-03-121-15/+69
* Add support for GnuTLS. Patch from Ian Peters.Joe Shaw2003-03-104-0/+526
* Bump up to 1.99.13.Joe Shaw2003-03-074-15/+5
* Bump up to 1.99.12.Joe Shaw2003-02-281-4/+8
* Try to apply some order to the iochannel refcounting...Joe Shaw2003-02-272-12/+12
* Bump up to 1.99.10.Joe Shaw2003-02-271-0/+2
* Bump up to 1.99.9.Joe Shaw2003-02-261-1/+7
* added workaround to link ssl-proxy staticallyFrank Belew (Myth)2003-02-261-0/+5
* *** empty log message ***Joe Shaw2003-02-111-9/+6
* Bump up to 1.99.7 for snaps.Joe Shaw2003-02-111-1/+7
* Bump up to 1.99.6 for snaps.Joe Shaw2003-02-043-16/+29
* Bump up to 1.99.5 for the snaps.Joe Shaw2003-01-221-1/+1
* It's not uncommon for us to get a G_IO_ERROR_AGAIN when trying to writeJoe Shaw2003-01-171-1/+6
* Load some X509 and SSL error strings and print out the error when the certJoe Shaw2003-01-101-2/+8
* Fix a memcpy overrun noticed by valgrindDan Winship2003-01-091-2/+2
* Added. Starts a server only on the interface specified, instead of allJoe Shaw2002-12-202-5/+32