libsoup r996 - in branches/libsoup-2.4: . libsoup tests
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: libsoup r996 - in branches/libsoup-2.4: . libsoup tests
- Date: Thu, 20 Dec 2007 19:41:08 +0000 (GMT)
Author: danw
Date: 2007-12-20 19:41:07 +0000 (Thu, 20 Dec 2007)
New Revision: 996
ViewCVS link: http://svn.gnome.org/viewcvs/libsoup?rev=996&view=rev
Removed:
branches/libsoup-2.4/libsoup/soup-message-handlers.c
Modified:
branches/libsoup-2.4/ChangeLog
branches/libsoup-2.4/libsoup/Makefile.am
branches/libsoup-2.4/libsoup/soup-auth-digest.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-private.h
branches/libsoup-2.4/libsoup/soup-message.c
branches/libsoup-2.4/libsoup/soup-message.h
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/ntlm-test.c
Log:
* libsoup/soup-message.c (soup_message_add_header_handler)
(soup_message_add_status_code_handler): Make these be wrappers
around g_signal_connect() rather than having a completely separate
system.
(soup_message_class_init): improve signal docs. Use
"got_foo_signal_wrapper" to wrap the got-foo signals.
(got_foo_signal_wrapper): Wraps the marshaller for the got-foo
signals and cancels the signal emission if the message gets
cancelled or requeued.
(got_informational, got_headers, got_chunk, got_body): remove
no-longer-needed default implementations.
* libsoup/soup-message-handlers.c: gone
* tests/ntlm-test.c (do_message): Simplify now that callback
processing doesn't happen in two separate phases.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]