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
Daniel Stenberg
259ac2dd77
7.8 commit
2001-06-07 09:39:29 +00:00
Daniel Stenberg
4ebf001d37
SM's suggested update of the Microsoft and SSL compiling section
2001-06-07 06:21:27 +00:00
Daniel Stenberg
5e326014cd
SDavila posted a fix that sets conn->bits.use_range properly when doing
...
resumed downloads
2001-06-07 05:59:20 +00:00
Daniel Stenberg
0b0bbffa35
Jörn corrected the mingw32 makefile
2001-06-07 05:41:30 +00:00
Daniel Stenberg
2b35432fcc
S. Moonesamy updates, strtok.[ch] issues
2001-06-06 14:26:50 +00:00
Daniel Stenberg
ef8a2bc4fc
Added note about src/hughelp.c and the new *.cvs file that can be used if
...
you really can't generate that file.
2001-06-06 09:39:07 +00:00
Daniel Stenberg
96d235d9a3
For people using CVS but with no perl, like all those windows losers. They
...
can just rename this file and cut off the extension instead...
2001-06-06 09:37:15 +00:00
Daniel Stenberg
eaf51b62b9
corrected the CVS note about not creating a subdirectory... which it does now
2001-06-06 09:33:46 +00:00
Daniel Stenberg
80994a123e
MUTE is gone, PHP examples, new CVS structure
2001-06-05 11:48:30 +00:00
Daniel Stenberg
b1cd033c27
made the test-program in the bottom compile/build, remember to link with
...
strequal.o as well!
2001-06-05 11:27:40 +00:00
Sterling Hughes
268867311e
Add documentation for the --vernum attribute
2001-06-01 21:56:58 +00:00
Daniel Stenberg
6840f80d21
CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out
2001-06-01 07:33:38 +00:00
Sterling Hughes
cac6876734
Update the cvs instructions.
2001-06-01 04:46:15 +00:00
Sterling Hughes
753011c8db
Test (and revert change from previous test).
2001-06-01 00:02:44 +00:00
Sterling Hughes
2774dc390a
testing... testing... 1, 2, 3
2001-05-31 23:56:28 +00:00
Daniel Stenberg
eb4534f735
removed CURLOPT_MUTE, it is not used anymore
2001-05-31 13:55:13 +00:00
Daniel Stenberg
efb957039d
MUTE is now considered obsolete
2001-05-31 13:52:59 +00:00
Daniel Stenberg
fe82ddda46
CURLOPT_MUTE and data->bits.mute are history, removed, gone!
2001-05-31 13:50:28 +00:00
Daniel Stenberg
94af496ac4
the global init stuff, strtok.h mess, _REENTRANT fixed
2001-05-31 13:32:55 +00:00
Sterling Hughes
6f17c2f140
add entry for getbinarypageinvar.php
2001-05-31 12:33:38 +00:00
Sterling Hughes
490c00fb30
Change to // comments and add <?php and ?> wrappers
2001-05-31 12:32:04 +00:00
Sterling Hughes
2d0dbd87c3
Update comments and wrap in <?php and ?>
2001-05-31 12:25:49 +00:00
Sterling Hughes
13a5e16f35
update the comment style from '#' to '//' which is the "un-official"
...
standard PHP comment. Also wrap the code in <?php and ?> and finally
add getbinarypageinvar.php to Makefile.am and README
2001-05-31 12:14:12 +00:00
Sterling Hughes
3d54ba1b9e
Add the getbinarypageinvar.php, which shows how to use the
...
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the
CURLOPT_RETURNTRANSFER option.
2001-05-31 11:59:39 +00:00
Sterling Hughes
e051f904f2
Test and substance patch.
...
This is my first CVS commit :), what it does:
- Makes sure that parts of the cURL library don't get initialized twice
- Makes sure that we only free what we initialize
2001-05-31 11:30:34 +00:00
Daniel Stenberg
f8d94a3849
Added CVS $Id$ keyword for inline version tracking
2001-05-31 08:41:42 +00:00
Daniel Stenberg
ac691cae88
updated to again set the flags of what to init, and now also feature a
...
set of available flags
2001-05-31 08:35:26 +00:00