summaryrefslogtreecommitdiff
path: root/libsoup/soup-address.c
Commit message (Expand)AuthorAgeFilesLines
* soup-address: fix a GMainContext bugDan Winship2013-08-191-63/+48
* soup-address: handle IPv6 literals with scope IDsDan Winship2013-08-191-0/+60
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-1/+0
* Fix build on Windows, deprecate soup-portability.hDan Winship2013-04-191-0/+2
* soup-address: fix proxy enumerator implementationDan Winship2013-04-181-1/+2
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+4
* Crash in lookup_resolved(), g_error_free()Milan Crha2012-11-151-1/+1
* port to GTaskDan Winship2012-10-221-20/+14
* SoupAddress: fix handling of IPv6 literalsDan Winship2012-10-071-7/+12
* Clean up includesDan Winship2012-07-131-9/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-119/+109
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-6/+3
* 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