summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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