Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-socket.c
2016-03-15 Seonah MoonRemove build warning 68/62268/2 submit/tizen/20160418.070112
2015-11-10 Seonah MoonBase Code merged to tizen 2.4 97/51497/1 accepted/tizen/mobile/20151111.231940 accepted/tizen/tv/20151111.232000 accepted/tizen/wearable/20151111.232009 submit/tizen/20151111.070234
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-04-19 Dan WinshipFix build on Windows, deprecate soup-portability.h
2013-03-07 Dan WinshipAdd SoupSession:proxy-resolver
2013-02-16 Dan WinshipInternal renamings for clarity
2013-02-06 Jonh WendellSoupSocket: Use the local socket, when available, even...
2013-02-06 Jonh WendellSoupSocket: Move the creation of socket clients to...
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2012-08-20 Gustavo Noronha... Make it possibe to request the boundary be discarded...
2012-08-12 Dan Winshipvalgrindage
2012-08-06 Dan Winshipsoup-socket.c: fix a use-after-free of a GCancellable
2012-08-06 Simon McVittieSoupSocket: local, remote address are undefined if...
2012-07-19 Dan WinshipSoupSocket: don't emit "readable" on disconnect for...
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-04-28 Dan WinshipReorganize proxy resolution, and support SOCKS and...
2012-04-28 Dan WinshipMove SoupSocket stuff out of soup-message-io.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...
next