summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.h
Commit message (Expand)AuthorAgeFilesLines
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-131-3/+3
* Mark all remaining methods with SOUP_AVAILABLE_IN_2_4Ignacio Casal Quinteiro2015-11-091-0/+16
* Add/fix some annotationsDan Winship2013-06-291-4/+4
* Make the new SoupSocket APIs privateDan Winship2012-04-201-3/+0
* soup-message-io: use gio streams rather than SoupSocketDan Winship2012-04-171-0/+2
* Add SoupSession:use-thread-contextDan Winship2011-11-081-0/+1
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-071-0/+1
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-071-0/+2
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-071-1/+0
* New SoupMessageFlag to report whether it has dealt with a trusted certificateGustavo Noronha Silva2010-02-211-8/+9
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-1/+2
* Notice closed connections soonerDan Winship2009-08-171-0/+1
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-57/+32
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+3
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-241-0/+1
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+1
* use G_GNUC_NULL_TERMINATED.Dan Winship2005-08-151-1/+1
* new method to get the server's listening socket.Dan Winship2005-08-121-0/+1
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-7/+34
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-3/+0
* belatedly pull up changes from gnome-2-10 branchDan Winship2005-04-111-0/+2
* s/guint/gsize/ to match the definitions in soup-socket.c. #52167.Dan Winship2003-12-151-7/+7
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-3/+3
* declare soup_ssl_supported.Dan Winship2003-11-181-1/+1
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-12/+10
* Beginnings of improved synchronous API supportDan Winship2003-09-091-13/+14
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-2/+2
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-5/+3
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-191-0/+40
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-54/+29
* add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship2003-08-121-20/+29
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-2/+2
* Check for IPv6 support in networking headers.Dan Winship2002-11-121-2/+5
* Move the SoupAddress code from soup-socket.c and soup-socket-unix.c toDan Winship2002-11-111-69/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-1/+1
* Bump development version to 0.7.99.Alex Graveley2002-03-121-4/+8
* Impl. Use instead of custom header free funcs throughout.Alex Graveley2001-10-051-1/+0
* Add defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETACH to removeAlex Graveley2001-10-021-17/+1
* Remove redundant alloca define.Alex Graveley2001-09-291-2/+9
* Add soup-socket-win.c.Alex Graveley2001-09-291-0/+9
* Added soup_address_copy(). Changed soup_address_new to check whether theVladimir Vukicevic2001-09-171-0/+2
* Added.Alex Graveley2001-06-011-0/+2
* gtk-doc fixups.Alex Graveley2001-05-221-0/+9
* Fixed all gtk-doc moans in soup-core documentationDick Porter2001-05-171-2/+2
* SoupSocketConnectFn no longer takes a SoupAddress argument, as it can beAlex Graveley2001-04-231-20/+26
* remove hack to look at internals of GNET by using the new forked GNET :)Alex Graveley2001-03-221-0/+130