<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libsoup.git/docs/reference/libsoup-2.4-docs.sgml, branch gresolver</title>
<subtitle>gitlab.gnome.org: GNOME/libsoup.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/'/>
<entry>
<title>Updates: Mention SoupSessionFeature (and link to SoupLogger,</title>
<updated>2009-02-15T21:28:28+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2009-02-15T21:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/commit/?id=536a7b8130533a107f5a50962287b64b0838ef81'/>
<id>536a7b8130533a107f5a50962287b64b0838ef81</id>
<content type='text'>
	* docs/reference/client-howto.xml: Updates: Mention
	SoupSessionFeature (and link to SoupLogger, SoupCookieJar, and
	SoupProxyResolverGNOME specifically). Mention forms and XML-RPC
	support. Mention header-parsing methods. Give a concrete example
	of connecting to SoupMessage signals. Document the (minimal)
	thread-safety guarantees

	* docs/reference/build-howto.xml: basic notes on pkg-config and
	#include usage.

svn path=/trunk/; revision=1238
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* docs/reference/client-howto.xml: Updates: Mention
	SoupSessionFeature (and link to SoupLogger, SoupCookieJar, and
	SoupProxyResolverGNOME specifically). Mention forms and XML-RPC
	support. Mention header-parsing methods. Give a concrete example
	of connecting to SoupMessage signals. Document the (minimal)
	thread-safety guarantees

	* docs/reference/build-howto.xml: basic notes on pkg-config and
	#include usage.

svn path=/trunk/; revision=1238
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the dummy typedef for struct SoupSessionFeature that was needed</title>
<updated>2009-01-21T17:15:35+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2009-01-21T17:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/commit/?id=6343c5a70b0590c2e57b1407696305d74163ded9'/>
<id>6343c5a70b0590c2e57b1407696305d74163ded9</id>
<content type='text'>
	* libsoup/soup-session-feature.h: remove the dummy typedef for
	struct SoupSessionFeature that was needed because we weren't
	scanning soup-types.h. Fixes the build with non-GNU compilers.

	* libsoup/soup-session-feature.c: document
	SoupSessionFeatureInterface

	* docs/reference/Makefile.am (IGNORE_HFILES): oops, don't ignore
	soup-types.h

	* docs/reference/libsoup-2.4-docs.sgml:
	* docs/reference/libsoup-2.4-sections.txt: Split
	SoupSessionFeature into its own file.

svn path=/trunk/; revision=1231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* libsoup/soup-session-feature.h: remove the dummy typedef for
	struct SoupSessionFeature that was needed because we weren't
	scanning soup-types.h. Fixes the build with non-GNU compilers.

	* libsoup/soup-session-feature.c: document
	SoupSessionFeatureInterface

	* docs/reference/Makefile.am (IGNORE_HFILES): oops, don't ignore
	soup-types.h

	* docs/reference/libsoup-2.4-docs.sgml:
	* docs/reference/libsoup-2.4-sections.txt: Split
	SoupSessionFeature into its own file.

svn path=/trunk/; revision=1231
</pre>
</div>
</content>
</entry>
<entry>
<title>misc doc fixes</title>
<updated>2008-11-04T21:08:30+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2008-11-04T21:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/commit/?id=f3e0afcd508fd418b906ae156bc18516468a3caf'/>
<id>f3e0afcd508fd418b906ae156bc18516468a3caf</id>
<content type='text'>
	* libsoup/soup-address.c (soup_address_is_resolved):
	* libsoup/soup-cookie.c (soup_cookie_copy):
	* libsoup/soup-cookie-jar.c (soup_cookie_jar_class_init):
	* libsoup/soup-message-headers.c (SoupMessageHeadersType):
	* libsoup/soup-proxy-resolver.c
	(soup_proxy_resolver_get_proxy_async)
	(soup_proxy_resolver_get_proxy_sync):
	* libsoup/soup-status.c (soup_status_proxyify): misc doc fixes

	* libsoup/soup-cookie-jar-text.h: remove a "deprecated" API that
	was never actually released

	* libsoup/soup.h: include soup-proxy-resolver.h

	* docs/reference/Makefile.am (SCAN_OPTIONS): set
	--deprecated-guards correctly
	(IGNORE_HFILES): ignore some more internal files
	(GTKDOC_LIBS): link against libsoup-gnome, not libsoup

	* docs/reference/libsoup-2.4-docs.sgml:
	* docs/reference/libsoup-2.4.types:
	* docs/reference/libsoup-2.4-sections.txt: add new stuff

svn path=/trunk/; revision=1201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* libsoup/soup-address.c (soup_address_is_resolved):
	* libsoup/soup-cookie.c (soup_cookie_copy):
	* libsoup/soup-cookie-jar.c (soup_cookie_jar_class_init):
	* libsoup/soup-message-headers.c (SoupMessageHeadersType):
	* libsoup/soup-proxy-resolver.c
	(soup_proxy_resolver_get_proxy_async)
	(soup_proxy_resolver_get_proxy_sync):
	* libsoup/soup-status.c (soup_status_proxyify): misc doc fixes

	* libsoup/soup-cookie-jar-text.h: remove a "deprecated" API that
	was never actually released

	* libsoup/soup.h: include soup-proxy-resolver.h

	* docs/reference/Makefile.am (SCAN_OPTIONS): set
	--deprecated-guards correctly
	(IGNORE_HFILES): ignore some more internal files
	(GTKDOC_LIBS): link against libsoup-gnome, not libsoup

	* docs/reference/libsoup-2.4-docs.sgml:
	* docs/reference/libsoup-2.4.types:
	* docs/reference/libsoup-2.4-sections.txt: add new stuff

svn path=/trunk/; revision=1201
</pre>
</div>
</content>
</entry>
<entry>
<title>New type and methods for working with multipart HTTP bodies (eg,</title>
<updated>2008-10-01T21:53:26+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2008-10-01T21:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/commit/?id=264eb7480e3a1c5762e4eb51f8273e6e438ff87b'/>
<id>264eb7480e3a1c5762e4eb51f8273e6e438ff87b</id>
<content type='text'>
	* libsoup/soup-multipart.c: New type and methods for working with
	multipart HTTP bodies (eg, multipart/form-data and
	multipart/byte-ranges)

	* libsoup/soup-message-headers.c (soup_message_headers_get_ranges)
	(soup_message_headers_set_ranges)
	(soup_message_headers_set_range)
	(soup_message_headers_get_content_range)
	(soup_message_headers_set_content_range): New methods for dealing
	with the Range and Content-Range headers.

	* libsoup/soup-form.h (SOUP_FORM_MIME_TYPE_URLENCODED)
	(SOUP_FORM_MIME_TYPE_MULTIPART): #define these MIME types here

	* libsoup/soup-form.c (soup_form_decode_multipart): new utility
	for parsing multipart/form-data forms.
	(soup_form_request_new_from_multipart): new utility for
	constructing multipart/form-data forms

	* libsoup/soup-headers.c (soup_headers_parse): this is now
	non-static, for use by soup-multipart

	* libsoup/soup-message-server-io.c (get_response_headers)
	(handle_partial_get): if the client requested a partial GET, and
	the SoupServer is returning the full body, rebuild the response to
	include only the requested range instead

	* tests/forms-test.c: renamed from query-test and updated to do
	both application/x-www-form-urlencoded and multipart/form-data
	tests

	* tests/range-test.c: test of Range/Content-Range functionality

svn path=/trunk/; revision=1176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* libsoup/soup-multipart.c: New type and methods for working with
	multipart HTTP bodies (eg, multipart/form-data and
	multipart/byte-ranges)

	* libsoup/soup-message-headers.c (soup_message_headers_get_ranges)
	(soup_message_headers_set_ranges)
	(soup_message_headers_set_range)
	(soup_message_headers_get_content_range)
	(soup_message_headers_set_content_range): New methods for dealing
	with the Range and Content-Range headers.

	* libsoup/soup-form.h (SOUP_FORM_MIME_TYPE_URLENCODED)
	(SOUP_FORM_MIME_TYPE_MULTIPART): #define these MIME types here

	* libsoup/soup-form.c (soup_form_decode_multipart): new utility
	for parsing multipart/form-data forms.
	(soup_form_request_new_from_multipart): new utility for
	constructing multipart/form-data forms

	* libsoup/soup-headers.c (soup_headers_parse): this is now
	non-static, for use by soup-multipart

	* libsoup/soup-message-server-io.c (get_response_headers)
	(handle_partial_get): if the client requested a partial GET, and
	the SoupServer is returning the full body, rebuild the response to
	include only the requested range instead

	* tests/forms-test.c: renamed from query-test and updated to do
	both application/x-www-form-urlencoded and multipart/form-data
	tests

	* tests/range-test.c: test of Range/Content-Range functionality

svn path=/trunk/; revision=1176
</pre>
</div>
</content>
</entry>
<entry>
<title>doc fixups</title>
<updated>2008-10-01T20:09:42+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2008-10-01T20:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/commit/?id=0ce1726e45c739c643b73d2de619beca329900af'/>
<id>0ce1726e45c739c643b73d2de619beca329900af</id>
<content type='text'>
	* libsoup/soup-cookie-jar.c:
	* libsoup/soup-cookie.c:
	* libsoup/soup-cookie.h:
	* libsoup/soup-headers.c:
	* libsoup/soup-logger.c:
	* libsoup/soup-session-feature.c:
	* libsoup/soup-session-feature.h:
	* libsoup/soup-session.c: doc fixups

	* docs/reference/libsoup-2.4-docs.sgml:
	* docs/reference/libsoup-2.4-sections.txt:
	* docs/reference/libsoup-2.4.types: Add missing bits

svn path=/trunk/; revision=1170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* libsoup/soup-cookie-jar.c:
	* libsoup/soup-cookie.c:
	* libsoup/soup-cookie.h:
	* libsoup/soup-headers.c:
	* libsoup/soup-logger.c:
	* libsoup/soup-session-feature.c:
	* libsoup/soup-session-feature.h:
	* libsoup/soup-session.c: doc fixups

	* docs/reference/libsoup-2.4-docs.sgml:
	* docs/reference/libsoup-2.4-sections.txt:
	* docs/reference/libsoup-2.4.types: Add missing bits

svn path=/trunk/; revision=1170
</pre>
</div>
</content>
</entry>
<entry>
<title>rename from libsoup to libsoup-2.4 (TARGET_DIR): don't need to override</title>
<updated>2008-02-25T19:28:31+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2008-02-25T19:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libsoup.git/commit/?id=afba6a120748adef695efba240542d800c2acb8c'/>
<id>afba6a120748adef695efba240542d800c2acb8c</id>
<content type='text'>
	* docs/reference/Makefile.am (DOC_MODULE): rename from libsoup to
	libsoup-2.4
	(TARGET_DIR): don't need to override this now

	* docs/reference/libsoup-2.4.types:
	* docs/reference/libsoup-2.4-docs.txt:
	* docs/reference/libsoup-2.4-overrides.txt:
	* docs/reference/libsoup-2.4-sections.txt: Rename these from
	unversioned, to match DOC_MODULE

	Fixes doc installation to work with devhelp again. #518384, Mart
	Raudsepp.

svn path=/trunk/; revision=1095
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* docs/reference/Makefile.am (DOC_MODULE): rename from libsoup to
	libsoup-2.4
	(TARGET_DIR): don't need to override this now

	* docs/reference/libsoup-2.4.types:
	* docs/reference/libsoup-2.4-docs.txt:
	* docs/reference/libsoup-2.4-overrides.txt:
	* docs/reference/libsoup-2.4-sections.txt: Rename these from
	unversioned, to match DOC_MODULE

	Fixes doc installation to work with devhelp again. #518384, Mart
	Raudsepp.

svn path=/trunk/; revision=1095
</pre>
</div>
</content>
</entry>
</feed>
