Daniel Stenberg
3a145180cc
complete rewrite to avoid the BSD license in the previous version
2001-08-03 15:11:28 +00:00
Daniel Stenberg
f24d54a9c4
clarified '-d @filename' with a tiny example
2001-08-03 14:06:25 +00:00
Daniel Stenberg
9478d796a3
fixed the header that wrongly was the krb4-style one
2001-08-03 13:52:06 +00:00
Daniel Stenberg
00b00c6931
Andrew Francis base64 decode, my previous base64 encoder, new source header.
...
No BSD-style license.
2001-08-03 13:51:44 +00:00
Daniel Stenberg
e791f6ec58
added CURLOPT_HTTPGET
2001-08-03 11:53:16 +00:00
Daniel Stenberg
8987244758
httpreq cleanup fix
2001-08-03 11:52:53 +00:00
Daniel Stenberg
9b69f6faab
httpsserver.pl added to release archive
2001-08-03 06:39:00 +00:00
Sterling Hughes
e7b966b9eb
Funny, I skipped right over this before.
...
everyting -> everything
2001-08-02 17:29:08 +00:00
Daniel Stenberg
e7801afed1
manual fix, select() loop fix, progress callback fix
2001-08-02 17:25:33 +00:00
Daniel Stenberg
929366b5ae
Frank Keeney pointed out a manual mistake for certificate convertions
2001-08-02 17:12:07 +00:00
Daniel Stenberg
e1d8c5daa7
"Add an interface that enables a user to select prefered SSL ciphers to use."
...
Rob Styles posted the question, as he could've used this...
2001-08-02 17:08:24 +00:00
Daniel Stenberg
2b44fdab2e
don't do final newline output when using progress callback
2001-08-02 17:05:11 +00:00
Daniel Stenberg
3e0a95bb78
FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki
...
reported 12 Jul 2001)
2001-08-02 16:52:12 +00:00
Sterling Hughes
f0efa89484
Leftover -- add a note about this in the examples file :)
2001-07-12 02:00:24 +00:00
Sterling Hughes
45037a39aa
Add win32 initialization support to curl_global_init() and
...
curl_global_cleanup(). Update corresponding man pages...
Improve the logic in curl_global_cleanup() and curl_global_init() so that
they are not called twice if the application libraries have been
initialized and make sure to reset the init flags in curl_global_cleanup().
2001-07-12 01:57:28 +00:00
Daniel Stenberg
31336d63ae
borland makefile fix
2001-07-02 09:23:50 +00:00
Daniel Stenberg
2c39a4381a
added more ideas that've been floating around lately
2001-07-02 08:21:25 +00:00
Daniel Stenberg
532624bafe
removed the "change test suite" item, as that is already made
2001-07-02 07:04:16 +00:00
Daniel Stenberg
8469918306
Added an item about the cookie jar stuff, contains a link to the dev file
...
about this subject
2001-07-02 07:02:47 +00:00
Daniel Stenberg
9646a8b346
removed static, removed curl special return type, added include windows.h
2001-06-29 11:33:00 +00:00
Daniel Stenberg
5e2a74fcc4
added strtok.c as a source file
2001-06-29 11:18:27 +00:00
Daniel Stenberg
813d7585c7
Nic Roets brought a fix for the certificate verification when using SSL.
2001-06-29 07:38:11 +00:00
Daniel Stenberg
ae55c1c144
added test 43
2001-06-28 13:25:28 +00:00
Daniel Stenberg
1a6143feba
HTTP Location: following over HTTP proxy
2001-06-28 13:24:19 +00:00
Daniel Stenberg
b70a4227b3
now runs ok on IPv6 enabled hosts
2001-06-27 22:04:00 +00:00
Daniel Stenberg
7d82bc81a2
now does OK even on IPv6-enabled hosts
2001-06-27 22:01:37 +00:00
Daniel Stenberg
be449bdea1
better strip
2001-06-27 22:01:08 +00:00
Daniel Stenberg
798aaf0c0a
multiple file transfers with resume fix
2001-06-25 12:58:19 +00:00
Daniel Stenberg
6f2fca53ad
'resume from'-fix. When using "-C -" and doing multiple file download, the
...
first resume was used on all files instead of being reset between each file.
As found by Björn Stenberg.
2001-06-25 12:56:06 +00:00
Daniel Stenberg
cd4aed6690
- Anton Kalmykov provided a fix that makes curl work with form field names
...
with spaces like when -F is used.
2001-06-25 09:49:14 +00:00
Daniel Stenberg
fa601af722
Anton Kalmykov's fix for dealing with form names with spaces!
2001-06-25 09:39:35 +00:00
Daniel Stenberg
303b3cf41c
added return type void in SYNOPSIS
2001-06-21 09:39:19 +00:00
Daniel Stenberg
fc535aa086
libcurl.5 is renamed to libcurl.3
2001-06-21 09:34:37 +00:00
Daniel Stenberg
cd33795903
all changes from year 2000 was moved to CHANGES.2000 and that is now
...
only available in CVS
2001-06-20 07:50:49 +00:00
Daniel Stenberg
c9d233d34a
the changelog from year 2000
2001-06-20 07:50:22 +00:00
Daniel Stenberg
bd192d5387
ftp cut off transfer fix, configure --with-ssl fix
2001-06-20 07:48:09 +00:00
Daniel Stenberg
4ac7a087c6
when --with-ssl is used with a specified path, we use that path immediately
...
to check libs and include files in, we don't check the default places first!
2001-06-20 07:43:36 +00:00
Daniel Stenberg
2d5039184e
Added items we've discussed previously, and URLs to dev notes discussing
...
the matter
2001-06-19 09:12:27 +00:00
Daniel Stenberg
b1bbaebb17
better treatment of truly aborted transfers
2001-06-19 06:04:21 +00:00
Daniel Stenberg
8f6997cbde
files to ignore by default in cvs operations
2001-06-18 14:37:23 +00:00
Daniel Stenberg
e18ecaf108
made stdin testing work, also made 'nocheck=true' work when set on the
...
reply data section
2001-06-14 12:16:07 +00:00
Daniel Stenberg
fe67ba6d2b
three more HTTP tests added from the old test suite
2001-06-14 12:05:30 +00:00
Daniel Stenberg
e39e6c537e
removed a failf() that would overwrite the previous error message
2001-06-12 18:22:52 +00:00
Daniel Stenberg
4e4a899306
better ssl error msg, libcurl.def fix, -version-info corrected, more test
...
cases and fixed FTP ranges
2001-06-12 09:23:13 +00:00
Daniel Stenberg
9a78db6e59
Salvador Dávila's ftp range download fix
2001-06-12 09:21:37 +00:00
Daniel Stenberg
6475600afa
New test cases added
2001-06-12 09:12:59 +00:00
Daniel Stenberg
e450888b15
supports SIZE now
2001-06-12 08:38:11 +00:00
Daniel Stenberg
23522a66d1
corrected the -version-info
2001-06-11 12:31:51 +00:00
Daniel Stenberg
116462a512
Added a check that 'localhost' resolves before the gethostbyname_r() checks,
...
as they depend on the resolving of that name. It seems this mistake is
happening from time to time and people have a hard time finding out why
configure can't detect their gethostbyname_r()-setup.
2001-06-11 12:29:08 +00:00
Daniel Stenberg
217e033120
duplicate curl_unescape entry removed
2001-06-07 11:44:58 +00:00