Bump API version to 2.2 and package version to 2.1.0. Remove NSS and
[platform/upstream/libsoup.git] / libsoup / Makefile.am
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