platform/upstream/curl.git
16 years agoremoved 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.
Gunter Knauf [Sun, 10 Feb 2008 01:32:43 +0000 (01:32 +0000)]
removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.

16 years agoadded -b switch to provide a backup functionality for existing ca-bundle.crt file.
Gunter Knauf [Sun, 10 Feb 2008 01:29:24 +0000 (01:29 +0000)]
added -b switch to provide a backup functionality for existing ca-bundle.crt file.

16 years agofixed another wrong var in error message.
Gunter Knauf [Sat, 9 Feb 2008 15:32:54 +0000 (15:32 +0000)]
fixed another wrong var in error message.

16 years agomake use of mv's backup feature so that calling the ca-bundle target more than once...
Gunter Knauf [Sat, 9 Feb 2008 15:07:35 +0000 (15:07 +0000)]
make use of mv's backup feature so that calling the ca-bundle target more than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename.

16 years agofixed wrong var in error message.
Gunter Knauf [Sat, 9 Feb 2008 15:00:07 +0000 (15:00 +0000)]
fixed wrong var in error message.

16 years agoFixed some XML parsing problems.
Dan Fandrich [Sat, 9 Feb 2008 02:37:31 +0000 (02:37 +0000)]
Fixed some XML parsing problems.

16 years agoAdded key words to all SSL-using tests so they can be skipped if necessary.
Dan Fandrich [Sat, 9 Feb 2008 02:08:34 +0000 (02:08 +0000)]
Added key words to all SSL-using tests so they can be skipped if necessary.
Removed a few unnecessary requires SSL statements.

16 years agoFixed test to use HTTPS as documented.
Dan Fandrich [Sat, 9 Feb 2008 02:01:36 +0000 (02:01 +0000)]
Fixed test to use HTTPS as documented.

16 years ago- Mike Hommey filed and fixed bug report #1889856
Daniel Stenberg [Fri, 8 Feb 2008 22:02:00 +0000 (22:02 +0000)]
- Mike Hommey filed and fixed bug report #1889856
  (http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl
  layer, cleaning-up and reinitializing curl ends up with https requests
  failing with "ASN1 parser: Element was not found" errors. Obviously a
  regression added in 7.16.3.

16 years agofixed a typo.
Gunter Knauf [Fri, 8 Feb 2008 21:04:24 +0000 (21:04 +0000)]
fixed a typo.

16 years agoMissed checking in these test data files.
Dan Fandrich [Fri, 8 Feb 2008 18:42:12 +0000 (18:42 +0000)]
Missed checking in these test data files.

16 years agoGet rid of sftp subsystem additional parameters, they aren't widely supported
Yang Tse [Fri, 8 Feb 2008 17:32:58 +0000 (17:32 +0000)]
Get rid of sftp subsystem additional parameters, they aren't widely supported

16 years agoTo verify that the sftp server is actually running, responsive and that
Yang Tse [Fri, 8 Feb 2008 13:54:02 +0000 (13:54 +0000)]
To verify that the sftp server is actually running, responsive and that
all curl's tests generated configuration and key files are fine, a real
connection is established to the test harness sftp server authenticating
and running a simple sftp remote pwd command.

The verification is done using OpenSSH's or SunSSH's sftp client tool with
a configuration file with the same options as the test harness socks server
with the exception that dynamic forwarding is not used for sftp.

16 years agoand mention make ca-bundle in the 1.11 faq entry as well
Daniel Stenberg [Fri, 8 Feb 2008 11:20:20 +0000 (11:20 +0000)]
and mention make ca-bundle in the 1.11 faq entry as well

16 years agofor step 5, mention that we can now generate an own version locally if wanted
Daniel Stenberg [Fri, 8 Feb 2008 11:18:23 +0000 (11:18 +0000)]
for step 5, mention that we can now generate an own version locally if wanted
instead of downloading it from the curl site

16 years agoGünter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
Daniel Stenberg [Fri, 8 Feb 2008 11:16:44 +0000 (11:16 +0000)]
Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
creates a suitable ca-bundle.crt file in PEM format for use with curl. The
recommended way to run it is to use 'make ca-bundle' in the build tree root.

16 years agooops, we make the copyright year ranges the simple style
Daniel Stenberg [Fri, 8 Feb 2008 11:12:54 +0000 (11:12 +0000)]
oops, we make the copyright year ranges the simple style

16 years agoprovide the ca-bundle target the same way as the Makefile.dist does it so that
Daniel Stenberg [Fri, 8 Feb 2008 11:11:59 +0000 (11:11 +0000)]
provide the ca-bundle target the same way as the Makefile.dist does it so that
it works the same way for configure-based platforms as for non-configure ones

16 years agoinclude mk-ca-bundle.pl in the tarballs
Daniel Stenberg [Fri, 8 Feb 2008 09:56:23 +0000 (09:56 +0000)]
include mk-ca-bundle.pl in the tarballs

16 years agoadded ca-bundle target to main makefile;
Gunter Knauf [Fri, 8 Feb 2008 02:57:27 +0000 (02:57 +0000)]
added ca-bundle target to main makefile;
for now this does rename the existing ca-bundle.crt to ca-bundle.crt.old;
maybe we can remove this once we are 100% sure that the new script works properly, and just overwrite the shipping one?

16 years agouse argument to specify output filename if present.
Gunter Knauf [Fri, 8 Feb 2008 02:38:12 +0000 (02:38 +0000)]
use argument to specify output filename if present.

16 years agofixed regex to fetch certdata.txt version since it was replaced by CVS (argh!)
Gunter Knauf [Fri, 8 Feb 2008 01:58:11 +0000 (01:58 +0000)]
fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!)
added a switch to display certdata.txt version header.

16 years agoAdded tests 1022 and 1023 to validate output of curl-config --version and
Dan Fandrich [Fri, 8 Feb 2008 01:21:03 +0000 (01:21 +0000)]
Added tests 1022 and 1023 to validate output of curl-config --version and
--vernum

16 years agoadded Perl script to create a fresh ca-bundle.crt.
Gunter Knauf [Fri, 8 Feb 2008 01:08:25 +0000 (01:08 +0000)]
added Perl script to create a fresh ca-bundle.crt.

16 years ago- Refactored a lot of timeout code into a few functions in an attempt to make
Daniel Stenberg [Thu, 7 Feb 2008 22:25:04 +0000 (22:25 +0000)]
- Refactored a lot of timeout code into a few functions in an attempt to make
  them all use the same (hopefully correct) logic to make it less error-prone
  and easier to introduce library-wide where it should be used.

16 years agoca-bundle.crt documentational updates that more clearly describe the bundle
Daniel Stenberg [Thu, 7 Feb 2008 15:43:36 +0000 (15:43 +0000)]
ca-bundle.crt documentational updates that more clearly describe the bundle
ca-bundle.crt file as outdated and in need for replacement by anyone who wants
to verify modern peers as the one we have is from year 2000!

16 years agoFix problem in strdup replacement when dealing with absolutely huge strings.
Yang Tse [Wed, 6 Feb 2008 19:01:13 +0000 (19:01 +0000)]
Fix problem in strdup replacement when dealing with absolutely huge strings.

16 years agoDon't try to compare more than strlen chars
Yang Tse [Wed, 6 Feb 2008 17:35:17 +0000 (17:35 +0000)]
Don't try to compare more than strlen chars

16 years agoUse a long int data type to handle getpid() result
Yang Tse [Wed, 6 Feb 2008 16:54:01 +0000 (16:54 +0000)]
Use a long int data type to handle getpid() result

16 years agoFix buffer size specification.
Yang Tse [Tue, 5 Feb 2008 18:37:53 +0000 (18:37 +0000)]
Fix buffer size specification.

Improve handling of boundary conditions for huge requests.

16 years agoMinor variable type cleanups.
Yang Tse [Tue, 5 Feb 2008 14:43:16 +0000 (14:43 +0000)]
Minor variable type cleanups.

Disable "swsbounce" mode when the received request
isn't for the same test and part number.

16 years agoproper initialization of httprequest, no longer zeroing out twice
Yang Tse [Tue, 5 Feb 2008 02:21:38 +0000 (02:21 +0000)]
proper initialization of httprequest, no longer zeroing out twice
the whole 150000+ bytes struct, and also removing an equally big
additional buffer for pipelining treatment.

16 years agofixed entry symbols when linked with posix prelude.
Gunter Knauf [Mon, 4 Feb 2008 22:40:59 +0000 (22:40 +0000)]
fixed entry symbols when linked with posix prelude.

16 years agoadded makefile flag to link with NLM POSIX semantics.
Gunter Knauf [Mon, 4 Feb 2008 22:29:52 +0000 (22:29 +0000)]
added makefile flag to link with NLM POSIX semantics.

16 years ago- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
Daniel Stenberg [Sun, 3 Feb 2008 12:31:35 +0000 (12:31 +0000)]
- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
  use of the "is_in_pipeline" struct field.

16 years agothreaded-ssl.c is a little example that does multi-threaded downloads from
Daniel Stenberg [Sun, 3 Feb 2008 12:28:48 +0000 (12:28 +0000)]
threaded-ssl.c is a little example that does multi-threaded downloads from
HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the
thread-locking and things openssl-style.

16 years agoit is stable now...
Daniel Stenberg [Sun, 3 Feb 2008 10:10:00 +0000 (10:10 +0000)]
it is stable now...

16 years agoMake mkinstalldirs ignore umask, for consistency with the rest of the
Dan Fandrich [Fri, 1 Feb 2008 20:34:27 +0000 (20:34 +0000)]
Make mkinstalldirs ignore umask, for consistency with the rest of the
install process.  Note that mkinstalldirs appears to be used only
in some configurations.

16 years agoWhen possible, use additional config options for test harness ssh server,
Yang Tse [Thu, 31 Jan 2008 16:37:16 +0000 (16:37 +0000)]
When possible, use additional config options for test harness ssh server,
which are deprecated in recent OpenSSH versions but are current for SunSSH.

16 years ago- Niklas Angebrand made the cookie support in libcurl properly deal with the
Daniel Stenberg [Thu, 31 Jan 2008 12:21:57 +0000 (12:21 +0000)]
- Niklas Angebrand made the cookie support in libcurl properly deal with the
  "HttpOnly" feature introduced by Microsoft and apparently also supported by
  Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly
  is now supported when received from servers in HTTP headers, when written to
  cookie jars and when read from existing cookie jars.

16 years ago- Dmitry Kurochkin moved several struct fields from the connectdata struct to
Daniel Stenberg [Thu, 31 Jan 2008 12:04:33 +0000 (12:04 +0000)]
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
  the SingleRequest one to make pipelining better. It is a bit tricky to keep
  them in the right place, to keep things related to the actual request or to
  the actual connection in the right place.

16 years agobug 51 may possibly be fixed, and as such it is not a known bug anymore:
Daniel Stenberg [Thu, 31 Jan 2008 11:36:05 +0000 (11:36 +0000)]
bug 51 may possibly be fixed, and as such it is not a known bug anymore:

51.Kevin Reed's reported problem with a proxy when doing CONNECT and it
  wants NTLM and close the connection to the initial CONNECT response:
  http://curl.haxx.se/bug/view.cgi?id=1879375

16 years agosilent stupid 'del' message when no files to delete found;
Gunter Knauf [Tue, 29 Jan 2008 23:46:41 +0000 (23:46 +0000)]
silent stupid 'del' message when no files to delete found;
added curl.res to clean target.

16 years agoadd verbose output to test 509 for easier debugging
Daniel Stenberg [Tue, 29 Jan 2008 23:10:25 +0000 (23:10 +0000)]
add verbose output to test 509 for easier debugging

16 years ago- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
Daniel Stenberg [Tue, 29 Jan 2008 12:58:25 +0000 (12:58 +0000)]
- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
  crash!

16 years ago- Michal Marek fixed minor mistake in test case 553 that prevented it from
Daniel Stenberg [Tue, 29 Jan 2008 12:31:11 +0000 (12:31 +0000)]
- Michal Marek fixed minor mistake in test case 553 that prevented it from
  working on other IP-addresses or port numbers.

16 years agostart over on 7.18.1
Daniel Stenberg [Mon, 28 Jan 2008 21:19:15 +0000 (21:19 +0000)]
start over on 7.18.1

16 years agoAdded peeps from the 7.18.0 release annoucement
Daniel Stenberg [Mon, 28 Jan 2008 19:25:40 +0000 (19:25 +0000)]
Added peeps from the 7.18.0 release annoucement

16 years ago7.18.0
Daniel Stenberg [Mon, 28 Jan 2008 17:28:21 +0000 (17:28 +0000)]
7.18.0

16 years agoAdd the three currently discussed bugs that won't make it into the 7.18.0
Daniel Stenberg [Mon, 28 Jan 2008 16:04:52 +0000 (16:04 +0000)]
Add the three currently discussed bugs that won't make it into the 7.18.0
release but hopefully they'll all be fixed in 7.18.1...

16 years agothis was modified this year so we bump the copyright year
Daniel Stenberg [Mon, 28 Jan 2008 11:56:13 +0000 (11:56 +0000)]
this was modified this year so we bump the copyright year

16 years agoupdated copyright year in the generated configure
Daniel Stenberg [Mon, 28 Jan 2008 11:48:41 +0000 (11:48 +0000)]
updated copyright year in the generated configure

16 years agoDmitry Kurochkin: In "real world" testing I found more bugs in
Daniel Stenberg [Sun, 27 Jan 2008 22:53:09 +0000 (22:53 +0000)]
Dmitry Kurochkin: In "real world" testing I found more bugs in
pipelining. Broken connection is not restored and we get into infinite
loop. It happens because of wrong is_in_pipeline values.

16 years agoDont rely on PAMAuthenticationViaKbdInt default being 'no'
Yang Tse [Sun, 27 Jan 2008 02:35:20 +0000 (02:35 +0000)]
Dont rely on PAMAuthenticationViaKbdInt default being 'no'

16 years agoadded test 1021 to verify my fix for bug report #1879375
Daniel Stenberg [Sat, 26 Jan 2008 00:13:38 +0000 (00:13 +0000)]
added test 1021 to verify my fix for bug report #1879375

16 years ago- Kevin Reed filed bug report #1879375
Daniel Stenberg [Fri, 25 Jan 2008 23:33:45 +0000 (23:33 +0000)]
- Kevin Reed filed bug report #1879375
  (http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl
  got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do any
  proxy authentication and the proxy replies with an auth (like NTLM) and then
  closes the connection after that initial informational response.

  libcurl would not properly re-initialize the connection to the proxy and
  continue the auth negotiation like supposed. It does now however, as it will
  now detect if one or more authentication methods were available and asked
  for, and will thus retry the connection and continue from there.

- I made the progress callback get called properly during proxy CONNECT.

16 years agousing anyauth isn't unconditionally an extra roundtrip
Daniel Stenberg [Fri, 25 Jan 2008 22:35:06 +0000 (22:35 +0000)]
using anyauth isn't unconditionally an extra roundtrip

16 years agojust wanted to mention two uclinux archs I've tried libcurl builds on myself
Daniel Stenberg [Fri, 25 Jan 2008 22:10:10 +0000 (22:10 +0000)]
just wanted to mention two uclinux archs I've tried libcurl builds on myself

16 years agoimprove request initialization for test harness HTTP server
Yang Tse [Fri, 25 Jan 2008 05:08:53 +0000 (05:08 +0000)]
improve request initialization for test harness HTTP server

16 years agoDmitry Kurochkin's test harness HTTP server pipelining fix fot test 530
Yang Tse [Fri, 25 Jan 2008 05:07:04 +0000 (05:07 +0000)]
Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530

16 years agoand Igor Franchuk is his name!
Daniel Stenberg [Thu, 24 Jan 2008 17:17:18 +0000 (17:17 +0000)]
and Igor Franchuk is his name!

16 years agofixed link to latest native awk.
Gunter Knauf [Thu, 24 Jan 2008 15:39:51 +0000 (15:39 +0000)]
fixed link to latest native awk.

16 years agoupdated makefiles to use global copyright define.
Gunter Knauf [Thu, 24 Jan 2008 15:28:47 +0000 (15:28 +0000)]
updated makefiles to use global copyright define.

16 years agoupdated awk script to fetch copyright from header.
Gunter Knauf [Thu, 24 Jan 2008 15:27:06 +0000 (15:27 +0000)]
updated awk script to fetch copyright from header.

16 years agominor makefile tweaks.
Gunter Knauf [Thu, 24 Jan 2008 15:05:56 +0000 (15:05 +0000)]
minor makefile tweaks.

16 years agohappy new year
Gunter Knauf [Thu, 24 Jan 2008 14:15:49 +0000 (14:15 +0000)]
happy new year

16 years agouse more correctly named define.
Gunter Knauf [Thu, 24 Jan 2008 14:14:34 +0000 (14:14 +0000)]
use more correctly named define.

16 years agouse copyright define instead of hardcoded string.
Gunter Knauf [Thu, 24 Jan 2008 14:10:59 +0000 (14:10 +0000)]
use copyright define instead of hardcoded string.

16 years agoadded copyright define to curlver.h.
Gunter Knauf [Thu, 24 Jan 2008 14:05:56 +0000 (14:05 +0000)]
added copyright define to curlver.h.

16 years ago"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
Daniel Stenberg [Wed, 23 Jan 2008 22:22:12 +0000 (22:22 +0000)]
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
did "SESS". Fixed now.

16 years agoDmitry Kurochkin's pipelining close-down segfault fix
Daniel Stenberg [Wed, 23 Jan 2008 12:22:04 +0000 (12:22 +0000)]
Dmitry Kurochkin's pipelining close-down segfault fix

16 years agoupdate openssl version
Yang Tse [Wed, 23 Jan 2008 07:27:40 +0000 (07:27 +0000)]
update openssl version

16 years agoSTDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macros
Yang Tse [Wed, 23 Jan 2008 06:11:11 +0000 (06:11 +0000)]
STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macros

16 years agohappy new year
Gunter Knauf [Wed, 23 Jan 2008 02:12:13 +0000 (02:12 +0000)]
happy new year

16 years agoremoved inclusion of libcurl memory debug headers since this lib stub is a well proof...
Gunter Knauf [Wed, 23 Jan 2008 02:10:40 +0000 (02:10 +0000)]
removed inclusion of libcurl memory debug headers since this lib stub is a well proofed method suggested by Novell. This enables usage of the stub with language bindings.

16 years agowhen unable to initialize sftp session, also log failure reason
Yang Tse [Tue, 22 Jan 2008 17:26:42 +0000 (17:26 +0000)]
when unable to initialize sftp session, also log failure reason

16 years agocheck availability of poll.h header at configuration time, and include
Yang Tse [Tue, 22 Jan 2008 14:52:54 +0000 (14:52 +0000)]
check availability of poll.h header at configuration time, and include
it when sys/poll.h is unavailable

16 years agoupdate copyright year
Yang Tse [Tue, 22 Jan 2008 03:48:16 +0000 (03:48 +0000)]
update copyright year

16 years agoDmitry Kurochkin removed the cancelled state for pipelining, as we agreed
Daniel Stenberg [Mon, 21 Jan 2008 23:48:58 +0000 (23:48 +0000)]
Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
that it is bad anyway. Starting now, removing a handle that is in used in a
pipeline will break the pipeline - it'll be set back up again but still...

16 years agoDisable ldap support for cygwin builds, since it breaks whole build process.
Yang Tse [Mon, 21 Jan 2008 20:22:33 +0000 (20:22 +0000)]
Disable ldap support for cygwin builds, since it breaks whole build process.

16 years agoundo using internal *printf() clones for test #530
Yang Tse [Mon, 21 Jan 2008 05:35:08 +0000 (05:35 +0000)]
undo using internal *printf() clones for test #530

16 years agouse internal *printf() clones since snprintf() not available on all platforms
Yang Tse [Sun, 20 Jan 2008 22:53:56 +0000 (22:53 +0000)]
use internal *printf() clones since snprintf() not available on all platforms

16 years agoJudson provided an example, and the added mirror adds the count
Daniel Stenberg [Sun, 20 Jan 2008 11:29:30 +0000 (11:29 +0000)]
Judson provided an example, and the added mirror adds the count

16 years agoThis is a multi threaded application that uses a progress bar to show
Daniel Stenberg [Sun, 20 Jan 2008 11:12:11 +0000 (11:12 +0000)]
This is a multi threaded application that uses a progress bar to show
status.  It uses Gtk+ to make a smooth pulse. Written by Jud Bishop

16 years agohttp://curl.very-clever.com/ is a new mirror in Nuremberg, Germany
Daniel Stenberg [Sun, 20 Jan 2008 11:07:43 +0000 (11:07 +0000)]
curl.very-clever.com/ is a new mirror in Nuremberg, Germany

16 years agoAlso disable GSSAPIAuthentication for the test harness ssh client
Yang Tse [Sun, 20 Jan 2008 04:05:25 +0000 (04:05 +0000)]
Also disable GSSAPIAuthentication for the test harness ssh client

16 years agoadded a (sample) target for 64bit msvc builds
Daniel Stenberg [Sat, 19 Jan 2008 11:33:06 +0000 (11:33 +0000)]
added a (sample) target for 64bit msvc builds

16 years agorephrased the --socks5-hostname help output somewhat
Daniel Stenberg [Sat, 19 Jan 2008 10:30:15 +0000 (10:30 +0000)]
rephrased the --socks5-hostname help output somewhat

16 years agoDmitry Kurochkin fixed test case 530 (pipelining)
Daniel Stenberg [Sat, 19 Jan 2008 10:14:45 +0000 (10:14 +0000)]
Dmitry Kurochkin fixed test case 530 (pipelining)

16 years agoLau Hang Kin found and fixed a problem with the multi interface when doing
Daniel Stenberg [Fri, 18 Jan 2008 21:51:10 +0000 (21:51 +0000)]
Lau Hang Kin found and fixed a problem with the multi interface when doing
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket
properly during that state, due to a missing case in the switch in the
multi_getsock() function.

16 years agofix failure to properly detect SSH and SOCKS servers start up on loaded systems
Yang Tse [Fri, 18 Jan 2008 09:18:59 +0000 (09:18 +0000)]
fix failure to properly detect SSH and SOCKS servers start up on loaded systems

16 years agoto actually allow really big HTTP POSTs curl's postfieldsize type is changed to
Yang Tse [Fri, 18 Jan 2008 05:58:00 +0000 (05:58 +0000)]
to actually allow really big HTTP POSTs curl's postfieldsize type is changed to
curl_off_t and CURLOPT_POSTFIELDSIZE_LARGE is used to pass value to libcurl

16 years agocurl-java 0.2.1
Daniel Stenberg [Thu, 17 Jan 2008 22:43:29 +0000 (22:43 +0000)]
curl-java 0.2.1

16 years agothe java binding is not really maintained
Daniel Stenberg [Thu, 17 Jan 2008 21:46:21 +0000 (21:46 +0000)]
the java binding is not really maintained

16 years agoDon't abort tests 518 and 537 when unable to raise the open-file soft limit
Yang Tse [Thu, 17 Jan 2008 18:57:50 +0000 (18:57 +0000)]
Don't abort tests 518 and 537 when unable to raise the open-file soft limit

16 years agofix compiler warning
Yang Tse [Thu, 17 Jan 2008 18:03:07 +0000 (18:03 +0000)]
fix compiler warning

16 years agoPut the comments in an XML-valid location.
Dan Fandrich [Thu, 17 Jan 2008 04:10:28 +0000 (04:10 +0000)]
Put the comments in an XML-valid location.

16 years agoupdated lib versions.
Gunter Knauf [Thu, 17 Jan 2008 01:25:46 +0000 (01:25 +0000)]
updated lib versions.

16 years agoupdated copyright for new year.
Gunter Knauf [Thu, 17 Jan 2008 01:20:03 +0000 (01:20 +0000)]
updated copyright for new year.

16 years agoAdded test 553. This test case and code is based on the bug recipe Joe Malicki
Daniel Stenberg [Wed, 16 Jan 2008 22:54:54 +0000 (22:54 +0000)]
Added test 553. This test case and code is based on the bug recipe Joe Malicki
provided for bug report #1871269, fixed on Jan 14 2008 before the 7.18.0
release.