2006-06-12 Dan Winship * configure.in: 2.2.94 * NEWS: update 2006-06-12 Dan Winship * docs/reference/client-howto.xml: * docs/reference/server-howto.xml: New client and server API tutorials. * docs/reference/*: reorganize, regenerate, fill in some missing pieces, etc * libsoup/soup-connection.c (soup_connection_new): document the varargs param * libsoup/soup-date.h: sync prototypes to declarations for gtk-doc. * libsoup/soup-headers.c (soup_headers_parse_response): fix typo in doc. 2006-06-12 Dan Winship * libsoup/soup-xmlrpc-response.c (soup_xmlrpc_value_get_int, soup_xmlrpc_value_get_double): Further fixes from Brent Smith. #344458. (soup_xmlrpc_value_get_boolean): Similar fix, plus actually set the output parameter and make the return value match the other get_* methods. 2006-06-09 Dan Winship * configure.in: Add tests for apache, output tests/httpd.conf * tests/htdigest: * tests/htpasswd: * tests/httpd.conf.in: Apache 2.2 config files for auth-test * tests/apache-wrapper.c (apache_init, apache_cleanup): functions to start/stop apache * tests/auth-test.c: Use apache-wrapper functions to start a local apache process to test authentication against, since the auth-test tree at developer.ximian.com went missing a long time ago. #311825 * tests/Makefile.am (auth_test_SOURCES): use apache-wrapper.c (TESTS): include auth-test if HAVE_APACHE. * libsoup/soup-session.c (lookup_auth): Fix this in the case of a URI pointing to a directory rather than a file. 2006-06-08 Dan Winship * libsoup/soup-xmlrpc-response.c (soup_xmlrpc_value_get_int, soup_xmlrpc_value_get_double, soup_xmlrpc_value_get_boolean): Check return value of strtol/g_ascii_strtod correctly. #344222, patch from Brent Smith. 2006-06-07 Dan Winship * libsoup/soup-xmlrpc-response.c (soup_xmlrpc_response_from_string): record whether or not the response was a fault. (soup_xmlrpc_response_is_fault): test that. #343973, patch from Brent Smith.