Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-address.c
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2006-03-03 Dan WinshipTake a GMainContext as well, and update the resolution...
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-04-19 Tor LillqvistCall AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automak...
2005-04-12 Dan WinshipRemove the various gethostbyname_r checks and just...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-06-02 Dan WinshipRedo the various IPv4/IPv6-abstracting macros to not...
2004-01-05 Dan WinshipRemove no-longer-relevant socklen_t check
2003-12-10 Tambet IngoUse autoconfig to check for socklen_t ...
2003-10-24 Joe Shaw*** empty log message ***
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-09 Dan Winship Beginnings of improved synchronous API support
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-04-03 JP Rosevearguard against EINTR error during waitpid
2003-02-11 Joe Shaw*** empty log message ***
2003-01-22 Joe ShawBump up to 1.99.5 for the snaps.
2003-01-09 Dan WinshipFix a memcpy overrun noticed by valgrind
2002-12-03 Frank Belew (Myth)libsoup/soup-address.c: add signal.h to the list of...
2002-11-18 Dan WinshipDon't use s6_addr32 since it's apparently non-portable...
2002-11-14 Joe ShawWhen we get an address from the hash, call our address...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-11 Dan WinshipMove the SoupAddress code from soup-socket.c and soup...