soup-message-io: use gio streams rather than SoupSocket
[platform/upstream/libsoup.git] / libsoup / Makefile.am
2012-04-18 Dan Winshipsoup-message-io: use gio streams rather than SoupSocket
2012-04-18 Dan WinshipAdd SoupFilterInputStream
2012-04-17 Dan WinshipAdd gettext support
2012-02-08 Dan WinshipUse Makefile.glib
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-08-07 Dan WinshipSoupConnection: do TLS handshake at connection time
2011-07-31 Dan WinshipSoup-2.4.gir: filter out SoupProxyResolver
2011-04-12 Fridrich ŠtrbaBuild relevant parts of libsoup-gnome on windows
2011-04-07 Sergio Villar Seninsoup_request_data_send: data URL decoding fix
2011-03-25 Dan WinshipFix introspection build on Debian/Ubuntu
2011-03-21 Dan WinshipSoupProxyResolverGNOME: make this a subclass of SoupPro...
2011-03-21 Gustavo Noronha... soup-proxy-resolver-default.c: new proxy resolver based...
2010-12-10 Dan WinshipRemove SoupCoding, SoupCodingGZip, use GZlibDecompressor
2010-12-09 Dan WinshipImport SoupRequest/cache stuff from new-io branch ...
2010-12-07 Dan WinshipSoupSocket: port to GSocketConnection/GTlsConnection
2010-12-05 Evan NemersonInclude C header and exported packages information...
2010-09-13 Dan WinshipFix introspection scanning: don't scan uninstalled...
2010-09-13 Dan WinshipRemove use of --warn-all with g-ir-scanner
2010-09-09 Colin Waltersintrospection: Replace usage of --strip-prefix
2010-07-30 Yaakov SelkowitzDo not dist gir_DATA
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-01-18 Dan WinshipExplicitly link to -lz for SoupCodingGzip
2009-12-16 Dan WinshipContent-Encoding support
2009-09-07 Dan WinshipRemove SoupPasswordManager from the stable API
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-10 Dan WinshipPort SoupAddress to use GResolver, remove soup-dns
2009-08-09 Dan WinshipAdd automake 1.11 silent-rules support
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-06-07 Dan WinshipImplement SoupProxyURIResolver, to replace SoupProxyRes...
2009-04-08 Dan Winship Re-fix GNOME proxy resolution (qv bug 571527)
2009-03-09 Dan Winship Bug 571527 – gvfsd-http crashed with SIGSEGV in
2009-02-02 Dan WinshipRemove this, as it was incomplete, and libproxy is...
2008-11-28 Dan Winshipmake this $(includedir)/libsoup-gnome-2.4/libsoup rathe...
2008-11-06 Dan Winshipfix linking with --as-needed. #559342, pointed out...
2008-11-04 Dan Winshipimplementation of SoupCookieJar that persists to a...
2008-10-31 Dan Winship Add libsoup-gnome, for new features that depend on...
2008-10-31 Dan Winshiprename from libsoup.pc.in; the attempt to keep the...
2008-10-31 Dan Winshipnew abstract base class for a SoupSessionFeature that...
2008-10-20 Cosimo CecchiBuild with G_DISABLE_DEPRECATED and G_DISABLE_SINGLE_IN...
2008-10-01 Dan WinshipNew type and methods for working with multipart HTTP...
2008-04-09 Dan Winship Initial HTTP cookie support imported from development...
2008-04-08 Dan WinshipNew interface type representing a feature that can...
2008-02-04 Dan WinshipFix the handling of soup-enum-types.h to ensure that...
2008-02-02 Dan WinshipFix these so that direct comparisons against them actua...
2008-01-15 Dan WinshipReplaces SoupConnectionNTLM; now works as a SoupSession...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-02-19 Dan WinshipGet gcrypt libs/cflags.
2006-11-03 Dan Winshipfix build on cygwin. From "Cygwin Ports maintainer...
2005-08-01 Dan Winshipdrop version back down to 2.2.5 and SOUP_API_VERSION... LIBSOUP_2_2_5
2005-06-14 Dan Winshipcheck for gmtime_r
2005-04-19 Tor LillqvistCall AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automak...
2005-04-11 Dan Winshipbump version to 2.3.0. bump SOUP_API_VERSION to 2.4
2004-02-27 Rodney DawesUse a different variable for linking to the static...
2004-01-19 Jacob Leachbuilddir != srcdir fix.
2004-01-09 Joe ShawInclude the libgnutls.m4 file.
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Rodrigo Moyainstall soup-message-queue.h with the rest
2003-12-17 Dan WinshipAdd gthread to glib check
2003-11-24 Rodrigo Moyanew class for managing SOAP responses.
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-11-18 Dan Winshipdeclare soup_ssl_supported.
2003-11-17 Rodrigo Moyaadded a bunch of initialization parameters.
2003-11-17 Rodrigo Moyanew class to make it easier to build SOAP messages.
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-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
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-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-22 Dan WinshipNew file containing SoupMessagePrivate and some other
2003-08-19 Dan WinshipRemove this. RC doesn't let you configure it, and no...
2003-08-19 Dan WinshipMake this a GObject. Remove SoupServerMessage code (to
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-08-12 Dan WinshipBump API version to 2.2 and package version to 2.1...
2003-06-02 Chris Toshokremove NSS_CFLAGS. (libsoup_2_0_la_LIBADD): remove...
2003-04-21 Rodney DawesUp version to 1.99.18 Line separator after GNUTLS_CFLAGS
2003-03-10 Joe ShawAdd support for GnuTLS. Patch from Ian Peters.
2003-02-26 Frank Belew (Myth)added workaround to link ssl-proxy statically
2002-11-13 Joe ShawReplace the BINDIR define with LIBEXECDIR. (install...
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-21 Alex GraveleyReorganize.
2001-10-06 Alex GraveleyExplicitly add libplc4 and libplds4 which are dependenc...
2001-09-29 Alex GraveleyAdd soup-socket-win.c.
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-29 Alex GraveleyFix headers for new layout. Ditto.
2001-08-23 Alex GraveleyMicrosoft NTLM authentication support compliments of...
2001-08-17 Alex GraveleyInitial WebDAV server support.
2001-07-09 Alex GraveleyNew client authentication (basic/digest) code from...
2001-07-02 Alex GraveleyRemove _SoupMessagePrivate bits covered by soup-transfer.
2001-06-01 Alex GraveleyTake soup-cgi.c out of rotation until server/client...
2001-06-01 Alex GraveleyAdded.
2001-05-16 Rodrigo MoyaRemoved extra ','
2001-05-14 Rodrigo Moyamade the SoupFault structure private, and add accessor...
next