summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship2008-03-181-8/+62
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* remove prototype for soup_signal_connect_once, which is only used byDan Winship2008-02-091-0/+4
* Reorganize this; emitting DISCONNECTED may cause the session to unref theDan Winship2008-02-011-30/+30
* Replaces SoupConnectionNTLM; now works as a SoupSession::request_startedDan Winship2008-01-151-29/+0
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-145/+51
* don't leak the SoupAddress.Dan Winship2007-11-211-2/+6
* New client and server API tutorials.Dan Winship2006-06-121-1/+1
* Start SSL after CONNECTing! Doh. Part of bnc #174255.Dan Winship2006-05-261-14/+31
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-241-4/+29
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-6/+31
* Cast the argument to g_object_add/remove_weak_pointer to the wrong type,Dan Winship2005-11-011-2/+2
* bgo #316313 / bnc #116762, and probably also bgo #318252Dan Winship2005-10-271-4/+8
* Fix g_object_add/remove_weak_pointer usage to prevent a crash whenDan Winship2005-08-221-2/+2
* Fix a connection leak reported by Tambet.Dan Winship2005-08-161-41/+15
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-1/+48
* Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditionalTor Lillqvist2005-04-191-4/+0
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-124/+129
* belatedly pull up changes from gnome-2-10 branchDan Winship2005-04-111-3/+19
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-2/+7
* Don't use conn after emitting the "connect_result" signal, since it mightDan Winship2004-08-101-3/+3
* If the connection attempt succeeded, reserve the connection beforeDan Winship2004-07-141-0/+61
* Connect to the socket's "disconnect" signal. (We were only doing this fromDan Winship2004-04-151-0/+3
* Update Joe's comment here with a gory explanation of exactly what's goingDan Winship2004-02-111-6/+38
* Add a workaround for SSL connections which time-out but don't close theJoe Shaw2004-02-101-0/+9
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-221-1/+0
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-9/+96
* Actually disconnect the socket rather than just unreffing it, since the IODan Winship2003-12-181-2/+13
* Add gthread to glib checkDan Winship2003-12-171-3/+18
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-161-2/+8
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-1/+0
* declare soup_ssl_supported.Dan Winship2003-11-181-13/+23
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-42/+68
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+2
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-50/+151
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-25/+0
* Beginnings of improved synchronous API supportDan Winship2003-09-091-108/+152
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-12/+11
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-90/+185
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-0/+5
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-5/+37
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-15/+6
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-191-11/+5
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-34/+6
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-0/+304