| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize proxy resolution, and support SOCKS and other proxy types | Dan Winship | 2012-04-28 | 1 | -1/+49 |
* | Require glib 2.31 and update to new thread APIs | Dan Winship | 2011-12-01 | 1 | -11/+11 |
* | Lots of gtk-doc fixes (no code changes) | Dan Winship | 2011-09-22 | 1 | -2/+2 |
* | Soup-2.4.gir: add missing introspection data from Vala bindings | Evan Nemerson | 2011-08-04 | 1 | -7/+10 |
* | Add/update some "Since" flags | Dan Winship | 2011-07-31 | 1 | -0/+2 |
* | Fixes and additions for new introspection scanner | Dan Winship | 2010-09-13 | 1 | -2/+2 |
* | add a few missing introspection annotations | Dan Winship | 2010-08-20 | 1 | -1/+1 |
* | Try all IP addrs associated with a hostname if the first fails | Dan Winship | 2010-08-14 | 1 | -72/+288 |
* | Add gobject-introspection support | Andreas Rottmann | 2010-04-26 | 1 | -6/+6 |
* | Fix leaks found by valgrind | Dan Winship | 2010-03-13 | 1 | -1/+1 |
* | [SoupAddress] make _resolve_async idempotent, document/fix thread-safety | Dan Winship | 2009-11-15 | 1 | -22/+98 |
* | [SoupAddress] Remove some cruft | Dan Winship | 2009-11-15 | 1 | -20/+8 |
* | Ensure WSAStartup() is called on Windows more reliably | Tor Lillqvist | 2009-11-05 | 1 | -9/+0 |
* | fix soup_address_get_physical and reverse-resolution | Dan Winship | 2009-10-15 | 1 | -0/+1 |
* | Belatedly clean up some dns/socket-related stuff | Dan Winship | 2009-10-13 | 1 | -24/+1 |
* | Fix leaks, including a large one in SoupContentSniffer | Dan Winship | 2009-09-11 | 1 | -0/+1 |
* | Add warning in a "can't happen" case | Benjamin Otte | 2009-08-20 | 1 | -1/+5 |
* | Port SoupAddress to use GResolver, remove soup-dns | Dan Winship | 2009-08-10 | 1 | -48/+184 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+38 |
* | misc doc fixes | Dan Winship | 2008-11-04 | 1 | -0/+8 |
* | Change the SoupURI properties to SoupAddress properties. | Dan Winship | 2008-10-03 | 1 | -19/+145 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions. | Xan Lopez | 2008-03-13 | 1 | -0/+2 |
* | Misc gtk-doc fix-ups | Dan Winship | 2008-02-10 | 1 | -2/+3 |
* | Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr) | Dan Winship | 2008-02-01 | 1 | -33/+185 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -71/+95 |
* | Take a GMainContext as well, and update the resolution code to dispatch | Dan Winship | 2006-03-03 | 1 | -1/+19 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -1/+21 |
* | Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditional | Tor Lillqvist | 2005-04-19 | 1 | -5/+9 |
* | Remove the various gethostbyname_r checks and just check for | Dan Winship | 2005-04-12 | 1 | -73/+26 |
* | require glib-2.0 >= 2.4.0 | Dan Winship | 2005-04-11 | 1 | -96/+106 |
* | add/fix lots of gtk-doc comments | Dan Winship | 2004-08-26 | 1 | -6/+13 |
* | Redo the various IPv4/IPv6-abstracting macros to not use ?: expressions as | Dan Winship | 2004-06-02 | 1 | -42/+62 |
* | Remove no-longer-relevant socklen_t check | Dan Winship | 2004-01-05 | 1 | -1/+1 |
* | Use autoconfig to check for socklen_t ... | Tambet Ingo | 2003-12-10 | 1 | -5/+1 |
* | *** empty log message *** | Joe Shaw | 2003-10-24 | 1 | -2/+2 |
* | Move RESPONSE_BLOCK_SIZE #define here from soup-private.h | Dan Winship | 2003-09-22 | 1 | -1/+1 |
* | free the hostent. | Dan Winship | 2003-09-19 | 1 | -0/+2 |
* | Replaces the three previous soup_connection_new* functions and uses | Dan Winship | 2003-09-17 | 1 | -0/+2 |
* | Beginnings of improved synchronous API support | Dan Winship | 2003-09-09 | 1 | -60/+76 |
* | Renamed from soup-error.h, with types and defines renamed accordingly. | Dan Winship | 2003-09-03 | 1 | -9/+7 |
* | Make this more like a struct sockaddr again (like it used to be). In | Dan Winship | 2003-08-18 | 1 | -408/+233 |
* | add gobject-2.0 to the PKG_CHECK_MODULES call | Dan Winship | 2003-08-12 | 1 | -968/+174 |
* | guard against EINTR error during waitpid | JP Rosevear | 2003-04-03 | 1 | -6/+12 |
* | *** empty log message *** | Joe Shaw | 2003-02-11 | 1 | -9/+6 |
* | Bump up to 1.99.5 for the snaps. | Joe Shaw | 2003-01-22 | 1 | -1/+1 |
* | Fix a memcpy overrun noticed by valgrind | Dan Winship | 2003-01-09 | 1 | -2/+2 |
* | libsoup/soup-address.c: add signal.h to the list of headers to pick up SIGKILL | Frank Belew (Myth) | 2002-12-03 | 1 | -0/+1 |
* | Don't use s6_addr32 since it's apparently non-portable. Use s6_addr | Dan Winship | 2002-11-18 | 1 | -4/+6 |
* | When we get an address from the hash, call our address lookup callback or | Joe Shaw | 2002-11-14 | 1 | -0/+1 |
* | Check for IPv6 support in networking headers. | Dan Winship | 2002-11-12 | 1 | -580/+495 |