summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix g_object_add/remove_weak_pointer usage to prevent a crash whengnome-2-10Dan Winship2005-08-222-2/+8
* fix for an error in the previous commit that borks the build.Harish Krishnaswamy2005-08-182-2/+7
* Free read_buf.Tambet Ingo2005-08-172-0/+7
* Fix a connection leak reported by Tambet.Dan Winship2005-08-165-38/+65
* Bump version to 2.2.4Dan Winship2005-06-203-10/+24
* Fix the Solaris versions. I can't test it, but the same fix was suggestedDan Winship2005-06-142-6/+15
* Fix this to use just the domain name for the domain, not the wholeDan Winship2005-06-083-2/+10
* lock host_lock around this, since it can be called from set_property().Dan Winship2005-06-072-0/+8
* bump version to 2.2.3LIBSOUP_2_2_3Dan Winship2005-03-143-2/+15
* return G_IO_STATUS_EOF if gnutls returns 0. [#73352] (verify_certificate):Dan Winship2005-03-142-1/+10
* bump version to 2.2.2LIBSOUP_2_2_2gnome-2-8Dan Winship2005-01-243-2/+22
* ** See ximian bug #70323.Not Zed2005-01-122-20/+27
* Commit the alleged changes from the 10-06 commit, which somehow did notDan Winship2004-11-045-24/+91
* Bump version to 2.2.1LIBSOUP_2_2_1Dan Winship2004-10-063-1/+17
* add SOUP_SSL_ERROR_CERTIFICATE.Dan Winship2004-10-064-5/+49
* Add this, with some extra initialization needed for libgcrypt 1.2 orDan Winship2004-10-042-2/+31
* add some missing stuffDan Winship2004-08-311-0/+5
* Bump version to 2.2.0.LIBSOUP_2_2_0Dan Winship2004-08-262-2/+4
* Update this to reflect the last 2 years.Dan Winship2004-08-266-31/+143
* add/fix lots of gtk-doc commentsDan Winship2004-08-2638-242/+948
* bump version, libtool numberLIBSOUP_2_1_13JP Rosevear2004-08-132-3/+7
* Don't use conn after emitting the "connect_result" signal, since it mightDan Winship2004-08-102-3/+9
* Add flag "broken_encoding" to SoupUri.Dan Winship2004-08-093-7/+32
* bump version, libtool numberLIBSOUP_2_1_12JP Rosevear2004-07-192-4/+8
* Simplify this. If the message comes back from soup_connection_send_requestDan Winship2004-07-192-27/+10
* If the connection attempt succeeded, reserve the connection beforeDan Winship2004-07-145-19/+130
* signal the "connections available" condition after the message finishes.Dan Winship2004-07-123-2/+12
* Revert previous change for now; it breaks the build on distros with olderDan Winship2004-07-082-10/+7
* Basic SOAP test, using Aonaware's SOAP->DICT gatewayDan Winship2004-07-085-3/+191
* if the protocol is http or https, require a hostname. For #61049Dan Winship2004-07-073-5/+38
* updated todo ideasDan Winship2004-06-091-33/+55
* bump version to 2.1.11, libtool numberLIBSOUP_2_1_11JP Rosevear2004-06-032-2/+6
* Redo the various IPv4/IPv6-abstracting macros to not use ?: expressions asDan Winship2004-06-023-52/+88
* Simple test of the dns codeDan Winship2004-06-023-0/+57
* bump version, libtool numbersLIBSOUP_2_1_10JP Rosevear2004-05-192-4/+8
* define some GError codes and stuffDan Winship2004-05-185-7/+73
* Do this less kludgefully, using the magic of GClosure, to fix x86_64Dan Winship2004-05-112-17/+30
* free the elements of priv structure before freeing privSivaiah Nallagatla2004-05-042-0/+25
* if re-sending the message, call soup_message_restarted() (send_request):Dan Winship2004-04-203-7/+44
* Connect to the socket's "disconnect" signal. (We were only doing this fromDan Winship2004-04-153-0/+16
* bump version, libtool numberLIBSOUP_2_1_9JP Rosevear2004-04-022-2/+6
* Fix up types to kill a warning with -Wall -O2Dan Winship2004-03-152-3/+8
* bump version, libtool numberLIBSOUP_2_1_8JP Rosevear2004-03-053-6/+12
* Only loop on EINTR if bytes_read is -1, since the value of errno isDan Winship2004-03-022-2/+8
* removed not-implemented function's prototype.Rodrigo Moya2004-03-012-1/+5
* Use a different variable for linking to the static version of gnutls, soRodney Dawes2004-02-273-4/+16
* Pass gsize *, not guint *, to soup_socket_read/write, to make this work onDan Winship2004-02-203-5/+16
* 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