Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-address.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-04-19 Dan WinshipFix build on Windows, deprecate soup-portability.h
2013-04-18 Dan Winshipsoup-address: fix proxy enumerator implementation
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-11-15 Milan CrhaCrash in lookup_resolved(), g_error_free()
2012-10-22 Dan Winshipport to GTask
2012-10-07 Dan WinshipSoupAddress: fix handling of IPv6 literals
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-04-28 Dan WinshipReorganize proxy resolution, and support SOCKS and...
2011-12-01 Dan WinshipRequire glib 2.31 and update to new thread APIs
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-08-04 Evan NemersonSoup-2.4.gir: add missing introspection data from Vala...
2011-07-31 Dan WinshipAdd/update some "Since" flags
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-08-20 Dan Winshipadd a few missing introspection annotations
2010-08-14 Dan WinshipTry all IP addrs associated with a hostname if the...
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-03-13 Dan WinshipFix leaks found by valgrind
2009-11-15 Dan Winship[SoupAddress] make _resolve_async idempotent, document...
2009-11-15 Dan Winship[SoupAddress] Remove some cruft
2009-11-05 Tor LillqvistEnsure WSAStartup() is called on Windows more reliably
2009-10-15 Dan Winshipfix soup_address_get_physical and reverse-resolution
2009-10-13 Dan WinshipBelatedly clean up some dns/socket-related stuff
2009-09-11 Dan WinshipFix leaks, including a large one in SoupContentSniffer
2009-08-20 Benjamin OtteAdd warning in a "can't happen" case
2009-08-10 Dan WinshipPort SoupAddress to use GResolver, remove soup-dns
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2008-11-04 Dan Winshipmisc doc fixes
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...