Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-connection.c
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-03-18 Dan WinshipAdd a new property, SOUP_SESSION_IDLE_TIMEOUT, to speci...
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-09 Dan Winshipremove prototype for soup_signal_connect_once, which...
2008-02-01 Dan WinshipReorganize this; emitting DISCONNECTED may cause the...
2008-01-15 Dan WinshipReplaces SoupConnectionNTLM; now works as a SoupSession...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the SoupAddress.
2006-06-12 Dan WinshipNew client and server API tutorials.
2006-05-26 Dan WinshipStart SSL after CONNECTing! Doh. Part of bnc #174255.
2006-02-24 Veerapuram Varadhanadd a "timeout" property, which gets passed from server...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-11-01 Dan WinshipCast the argument to g_object_add/remove_weak_pointer...
2005-10-27 Dan Winship bgo #316313 / bnc #116762, and probably also bgo ...
2005-08-22 Dan WinshipFix g_object_add/remove_weak_pointer usage to prevent...
2005-08-16 Dan Winship Fix a connection leak reported by Tambet.
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-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2005-04-11 Dan Winshipbelatedly pull up changes from gnome-2-10 branch
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-08-10 Dan WinshipDon't use conn after emitting the "connect_result"...
2004-07-14 Dan WinshipIf the connection attempt succeeded, reserve the connec...
2004-04-15 Dan WinshipConnect to the socket's "disconnect" signal. (We were...
2004-02-11 Dan WinshipUpdate Joe's comment here with a gory explanation of...
2004-02-10 Joe ShawAdd a workaround for SSL connections which time-out...
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-18 Dan WinshipActually disconnect the socket rather than just unreffi...
2003-12-17 Dan WinshipAdd gthread to glib check
2003-12-16 Joe ShawOnly set up a tunnel if the destination protocol is...
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-11-18 Dan Winshipdeclare soup_ssl_supported.
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
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-09-02 Dan WinshipFirst draft at the new object to maintain formerly...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-19 Dan WinshipNew API for doing socket IO. Works both synchronously...
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.