libsoup 2.1.10



       Module: libsoup
      Version: 2.1.10
  Uploaded by: Rodney Dawes

http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.1/libsoup-2.1.10.tar.gz
  md5sum: 91ec173228314f0affde42d6e3172935
    size: 512K

http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.1/libsoup-2.1.10.tar.bz2
  md5sum: 814080ca1806572eacfde8954e4dcedb
    size: 372K

ChangeLog
---------

2004-05-19  JP Rosevear  <jpr novell com>

	* configure.in (SOUP_API_VERSION): bump version, libtool numbers

2004-05-18  Dan Winship  <danw novell com>

	* libsoup/soup-ssl.h:
	* libsoup/soup-nossl.c: define some GError codes and stuff

	* libsoup/soup-gnutls.c: add missing #include <gnutls/x509.h>
	(do_handshake): when returning G_IO_STATUS_AGAIN, set the GError
	to SOUP_SSL_ERROR_HANDSHAKE_NEEDS_READ or _NEEDS_WRITE
	appropriately.

	* libsoup/soup-socket.c (soup_socket_write): Handle
	SOUP_SSL_ERROR_HANDSHAKE_NEEDS_READ, by setting an io watch for
	G_IO_IN instead of G_IO_OUT. Fixes the rcd-sucking-up-all-cpu bug
	(#58434)
	(read_from_network): Handle the reverse case (which would cause
	hanging rather than spinning, and might be the cause of some
	connector 1.5 slowness?)

2004-05-11  Dan Winship  <danw novell com>

	* libsoup/soup-misc.c (soup_signal_connect_once): Do this less
	kludgefully, using the magic of GClosure, to fix x86_64 problems
	reported by snorp.

2004-05-04  Sivaiah Nallagatla <snallagatla novell com>

        * libsoup/soup-soap-message.c (finalize) : free
        the elements of priv structure before freeing priv

2004-04-20  Dan Winship  <danw ximian com>

	* libsoup/soup-connection-ntlm.c (ntlm_authorize_post): if
	re-sending the message, call soup_message_restarted()
	(send_request): Connect to "restarted" signal, and remove the 401
	handlers from there; doing it here didn't work because if the
	connection was closed, the message would be re-sent on a new
	connection, but would still have the handlers from the old
	connection attached to it, which would make authentication fail.

	* libsoup/soup-message-handlers.c (soup_message_run_handlers):
	Copy the handler list before starting, to protect against handlers
	that modify the handler list.

2004-04-15  Dan Winship  <danw ximian com>

	* libsoup/soup-connection.c (soup_connection_connect_sync):
	Connect to the socket's "disconnect" signal. (We were only doing
	this from the async version before, which meant that synchronous
	SoupConnections could outlive their sockets and start causing
	errors.) #57004

	* libsoup/soup-connection-ntlm.c (send_request): Remove the old
	Authorization header before adding a new one.

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://ftp.gnome.org/pub/GNOME/LATEST.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]