summaryrefslogtreecommitdiff
path: root/libsoup/soup-address.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-281-1/+49
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-11/+11
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-2/+2
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-7/+10
* Add/update some "Since" flagsDan Winship2011-07-311-0/+2
* Fixes and additions for new introspection scannerDan Winship2010-09-131-2/+2
* add a few missing introspection annotationsDan Winship2010-08-201-1/+1
* Try all IP addrs associated with a hostname if the first failsDan Winship2010-08-141-72/+288
* Add gobject-introspection supportAndreas Rottmann2010-04-261-6/+6
* Fix leaks found by valgrindDan Winship2010-03-131-1/+1
* [SoupAddress] make _resolve_async idempotent, document/fix thread-safetyDan Winship2009-11-151-22/+98
* [SoupAddress] Remove some cruftDan Winship2009-11-151-20/+8
* Ensure WSAStartup() is called on Windows more reliablyTor Lillqvist2009-11-051-9/+0
* fix soup_address_get_physical and reverse-resolutionDan Winship2009-10-151-0/+1
* Belatedly clean up some dns/socket-related stuffDan Winship2009-10-131-24/+1
* Fix leaks, including a large one in SoupContentSnifferDan Winship2009-09-111-0/+1
* Add warning in a "can't happen" caseBenjamin Otte2009-08-201-1/+5
* Port SoupAddress to use GResolver, remove soup-dnsDan Winship2009-08-101-48/+184
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+38
* misc doc fixesDan Winship2008-11-041-0/+8
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-19/+145
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* Misc gtk-doc fix-upsDan Winship2008-02-101-2/+3
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-33/+185
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-71/+95
* Take a GMainContext as well, and update the resolution code to dispatchDan Winship2006-03-031-1/+19
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-1/+21
* Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditionalTor Lillqvist2005-04-191-5/+9
* Remove the various gethostbyname_r checks and just check forDan Winship2005-04-121-73/+26
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-96/+106
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-6/+13
* Redo the various IPv4/IPv6-abstracting macros to not use ?: expressions asDan Winship2004-06-021-42/+62
* Remove no-longer-relevant socklen_t checkDan Winship2004-01-051-1/+1
* Use autoconfig to check for socklen_t ...Tambet Ingo2003-12-101-5/+1
* *** empty log message ***Joe Shaw2003-10-241-2/+2
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+1
* free the hostent.Dan Winship2003-09-191-0/+2
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-0/+2
* Beginnings of improved synchronous API supportDan Winship2003-09-091-60/+76
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-9/+7
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-408/+233
* add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship2003-08-121-968/+174
* guard against EINTR error during waitpidJP Rosevear2003-04-031-6/+12
* *** empty log message ***Joe Shaw2003-02-111-9/+6
* Bump up to 1.99.5 for the snaps.Joe Shaw2003-01-221-1/+1
* Fix a memcpy overrun noticed by valgrindDan Winship2003-01-091-2/+2
* libsoup/soup-address.c: add signal.h to the list of headers to pick up SIGKILLFrank Belew (Myth)2002-12-031-0/+1
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-181-4/+6
* When we get an address from the hash, call our address lookup callback orJoe Shaw2002-11-141-0/+1
* Check for IPv6 support in networking headers.Dan Winship2002-11-121-580/+495