New. An interface for objects that want to act on every message passing
[platform/upstream/libsoup.git] / libsoup / Makefile.am
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...
2001-05-12 Rodrigo Moyamoved the SoupFault to its own header file, since it...
2001-05-09 Rodrigo Moyaadded a basic SOAP messages parser, which easily lets...
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
2001-03-22 Alex Graveleyremove hack to look at internals of GNET by using the...
2001-03-07 Alex Graveleycreated. moved cgi-related request processing here...
2001-03-03 Alex GraveleyRemove WSDL_CFLAGS.
2001-03-02 Alex Graveleyexit nicely if no test URL is supplied.
2001-02-28 Alex Graveleyglib idle callback which calls waitpid (nonblockingousl...
2001-02-20 Alex Graveleyremove -release tag so libsoup is named libsoup.so...
2001-02-20 Alex Graveleycleaned up to no longer link with an SSL library. Added...
2001-02-16 Alex Graveleyclear out some unneccassry cruft as currently all tests...
2001-02-12 alexadd items left before a release.
2001-02-06 alexremove some cruft.
2001-01-23 alexCreated from rcs2log.
2001-01-17 alexwarn the user if a config file entry is not allowed...
2001-01-14 alexSOCKS version 4 and version 5 support. This code is...
2001-01-12 alexsimple config file loading. Passing NULL as the config...
2001-01-08 alexRenamed SoupRequest to SoupMessage, as it contains...
2001-01-08 alexchunked encoding support finalized, fixed a few small...
2000-12-11 alexRewrote the connection pool logic, and cleaned up the...
2000-12-06 alexInitial version