diff options
author | alex <alex> | 2001-01-23 21:39:05 +0000 |
---|---|---|
committer | alex <alex> | 2001-01-23 21:39:05 +0000 |
commit | d087f7492012c2a0232becdcb4146d525db8fca2 (patch) | |
tree | 40539c5cc26f114273f3b781133b01d8a99da65d /AUTHORS | |
parent | 06bb60dc2108ceb8f212dc3d81a587eeb7c57a99 (diff) | |
download | libsoup-d087f7492012c2a0232becdcb4146d525db8fca2.tar.gz libsoup-d087f7492012c2a0232becdcb4146d525db8fca2.tar.bz2 libsoup-d087f7492012c2a0232becdcb4146d525db8fca2.zip |
Created from rcs2log.
* ChangeLog: Created from rcs2log.
* AUTHORS: Added Dick Porter.
* soup.pc.in, soup-config.in, soupConf.sh, soup.m4:
Created with a dash of Maintainer Love.
* soup.spec.in: RPM spec file. Needs fixing wrt to displaying the
OpenSSL license conditionally (if it was statically linked).
* Makefile.am: Updated to install new config scripts and macros.
* configure.in: add --enable-ssl, --with-ssl=[nss/openssl/none],
and --with-nss-prefix=PFX to support choosing of an SSL library to
use, even though openssl is the only one currently supported.
* src/soup-core/Makefile.am: don't install soup-ssl.h or
soup-socks.h, they're internal.
* src/soup-core/soup-ssl.c: wrap openssl calls with a conditional
to avoid building if --enable-ssl=no or NSS is chosen as the
library. soup_get_ssl_iochannel() will print "SSL Not Supported."
and return NULL if no library has been chosen.
* tests/stress-test.c: make the callback handle errors by
requeuing request and not just g_error'ing.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ SOUP Authors ============ -Alex Graveley <alex@helixcode.com> -Miguel De Icaza <miguel@helixcode.com> +Alex Graveley <alex@ximian.com> +Dick Porter <dick@ximian.com> +Miguel De Icaza <miguel@ximian.com> |