libsoup r1002 - in branches/libsoup-2.4: . libsoup tests



Author: danw
Date: 2008-01-02 15:41:24 +0000 (Wed, 02 Jan 2008)
New Revision: 1002
ViewCVS link: http://svn.gnome.org/viewcvs/libsoup?rev=1002&view=rev

Modified:
   branches/libsoup-2.4/ChangeLog
   branches/libsoup-2.4/libsoup/soup-auth-digest.c
   branches/libsoup-2.4/libsoup/soup-auth-domain.c
   branches/libsoup-2.4/libsoup/soup-auth-manager.c
   branches/libsoup-2.4/libsoup/soup-connection-ntlm.c
   branches/libsoup-2.4/libsoup/soup-message-headers.c
   branches/libsoup-2.4/libsoup/soup-message-headers.h
   branches/libsoup-2.4/libsoup/soup-message-server-io.c
   branches/libsoup-2.4/libsoup/soup-message.c
   branches/libsoup-2.4/libsoup/soup-session.c
   branches/libsoup-2.4/tests/auth-test.c
   branches/libsoup-2.4/tests/continue-test.c
   branches/libsoup-2.4/tests/get.c
   branches/libsoup-2.4/tests/header-parsing.c
   branches/libsoup-2.4/tests/ntlm-test.c
   branches/libsoup-2.4/tests/server-auth-test.c
Log:
	* libsoup/soup-message-headers.c (soup_message_headers_get):
	Renamed from soup_message_headers_find, and with new behavior; now
	multiple headers with the same name are automatically merged
	together into a single comma-separated value, to ensure that apps
	treat multivalued headers the same regardless of how upstream
	servers generate them.
	(soup_message_headers_find_nth): no longer needed/wanted

	* libsoup/soup-auth-manager.c: Update to deal with
	SoupMessageHeaders change. (Ugh.)

	* tests/header-parsing.c: Update multiple-values test, and undo a
	change that mistakenly got committed while debugging something
	earlier.





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