soup-message-io: use gio streams rather than SoupSocket
[platform/upstream/libsoup.git] / libsoup / soup-socket.c
2012-04-18 Dan Winshipsoup-message-io: use gio streams rather than SoupSocket
2012-04-18 Dan WinshipAdd SoupFilterInputStream
2012-04-02 Dan WinshipFix some problems with cancelling an async socket conne...
2012-02-08 Dan WinshipUse Makefile.glib
2011-12-22 Dan WinshipSoupMessage: add network-event signal
2011-12-22 Dan WinshipSoupConnection: belatedly fix up unix-only code
2011-12-01 Dan WinshipRequire glib 2.31 and update to new thread APIs
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-09-19 Dan Winshipsoup-socket: fix tls-errors property
2011-08-07 Dan WinshipDefault to TLS for https connections, and fall back...
2011-08-07 Dan WinshipSoupConnection: do TLS handshake at connection time
2011-08-04 Evan NemersonSoup-2.4.gir: add missing introspection data from Vala...
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2011-03-21 Dan Winshipsoup_socket_get_remote_address: fix
2010-12-07 Dan WinshipSet SoupMessage:tls-certificate from SoupSocket:tls...
2010-12-07 Dan WinshipAdd SoupMessage:tls-certificate and SoupMessage:tls...
2010-12-07 Dan WinshipSoupSocket: port to GSocketConnection/GTlsConnection
2010-11-23 Dan WinshipSoupSocket: tweak GMainContext handling
2010-08-14 Dan WinshipTry all IP addrs associated with a hostname if the...
2010-06-09 Dan WinshipMisc SoupConnection API improvements
2010-06-09 Dan WinshipMake SoupConnection warn if disposed "incorrectly"
2010-05-16 Dan WinshipFix SoupSessionAsync to handle very early aborts better
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-02-21 Gustavo Noronha... New SoupMessageFlag to report whether it has dealt...
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
2009-11-05 Tor LillqvistEnsure WSAStartup() is called on Windows more reliably
2009-10-18 Dan WinshipFix the latest round of "Connection terminated unexpect...
2009-10-13 Dan WinshipBelatedly clean up some dns/socket-related stuff
2009-09-12 Olivier CrêteKeep reference on SoupSocket while emitting signals
2009-08-18 Dan WinshipNotice closed connections sooner
2009-07-13 Mark NauwelaertsMake SOUP_SESSION_TIMEOUT also affect async connection
2009-04-18 Dan WinshipBug 574414 – Make SOUP_SESSION_TIMEOUT work with SoupSe...
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-02-19 Dan Winshipexplain why @len normally needs to be at least @boundar...
2008-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-06-04 Tor LillqvistThe SO_RCVTIMEO and SO_SNDTIMEO options to setsockopt...
2008-04-20 Dan Winship Fixes for GnuTLS support on Win32. #528752, patch...
2008-04-05 Dan Winshipglobally ignore SIGPIPE rather than only doing it aroun...
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-27 Benjamin Otteensure that nread/nwrote parameters aren't NULL. They...
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-03 Benjamin Otteupdate documentation to new API
2008-01-24 Tor LillqvistAllow autogening even without AM_PATH_LIBGCRYPT available
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2008-01-09 Benjamin Otteclarify docs for new-connetion signal.
2006-11-20 Dan Winship Patch from Andrew W. Nosenko:
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2006-05-26 Dan Winship#include <sys/time.h> for struct timeval. #342048
2006-03-03 Dan WinshipTake a GMainContext as well, and update the resolution...
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-10-27 Dan Winship (socket_read_watch, read_from_network, socket_write_watch,
2005-10-27 Dan Winshipunref the SoupAddress passed to soup_socket_connect...
2005-08-15 Tambet IngoFix compilation errors.
2005-08-12 Dan Winshipnew method to get the server's listening socket.
2005-08-05 Dan WinshipFree priv->read_buf. From Tambet. (soup_socket_connect...
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-10-06 Dan Winshipadd SOUP_SSL_ERROR_CERTIFICATE.
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-05-18 Dan Winshipdefine some GError codes and stuff
2004-02-10 Joe ShawAdd a workaround for SSL connections which time-out...
2004-02-03 Dan WinshipUse memmove rather than memcpy here, since the source...
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-17 Dan WinshipAdd gthread to glib check
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-11-18 Dan Winshipdeclare soup_ssl_supported.
2003-10-23 Dan WinshipInitialize flags to default values.
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 WinshipFix two bugs (one that pruned too little, one that...
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-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-25 Dan Winshipfix a doc comment
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 WinshipFix a spelling mistake.
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-03-07 Joe ShawBump up to 1.99.13.
2002-11-18 Dan WinshipDon't use s6_addr32 since it's apparently non-portable...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-11 Dan WinshipMove the SoupAddress code from soup-socket.c and soup...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-10-30 Alex GraveleyConsider existing addresses with a zero refcount valid...
2001-10-04 Alex GraveleyHandle multiple values in header hash tables. (free_hea...
2001-09-29 Alex GraveleyRemove redundant alloca define.
2001-09-29 Alex GraveleyFix copyright notice. Ditto. Ditto.
2001-09-29 Alex GraveleyAdd soup-socket-win.c.
2001-09-27 Alex GraveleyFix typo.
2001-09-27 Alex GraveleyRemove Glib workarounds for Windows socket io.
next