24805e17d7Nico's config.h for VMS
Daniel Stenberg
2001-08-06 12:26:27 +00:00
490d46affbNico's VMS fixes
Daniel Stenberg
2001-08-06 12:24:22 +00:00
d30c478378Nico's VMS adjustment
Daniel Stenberg
2001-08-06 12:23:31 +00:00
5b6640960aVMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become a configure checked one.
Daniel Stenberg
2001-08-06 12:22:48 +00:00
6f543f3edeNico Baggus made it work and compile under VMS!
Daniel Stenberg
2001-08-06 12:20:28 +00:00
93bcfd4e65Nico Baggus' VMS adjustments
Daniel Stenberg
2001-08-06 12:19:26 +00:00
1400561a5aVMS #ifdefs added. several related to size_t problems that we must address globally anyway... check these as soon as the size_t fixes are in place
Daniel Stenberg
2001-08-06 12:17:43 +00:00
8dc4ac2147made this whole file #ifdef WIN32
Daniel Stenberg
2001-08-06 12:16:19 +00:00
944f9a73f4Jonathan Hseu noticed that you couldn't get a header callback unless you set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed.
Daniel Stenberg
2001-08-06 08:22:26 +00:00
5ab1a10e9ccorrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it read a void * and not a FILE *, as that was how it used to work and not anymore...
Daniel Stenberg
2001-08-06 08:18:15 +00:00
1813d2ddf7many fixes mailed in during July
Daniel Stenberg
2001-08-05 13:00:40 +00:00
2827f5327acurl_escape() no longer attempts to detect already encoded stuff (in order not to re-encode it).
Daniel Stenberg
2001-08-05 12:34:07 +00:00
47bb09e908- Sergio Ballestrero provided a patch for reading responses from NCSA httpd 1.5.x servers, as they return really screwed up response headers when asked for with HTTP 1.1.
Daniel Stenberg
2001-08-05 12:30:57 +00:00
7f21669ef2-G or similar to make -d data get into a GET
Daniel Stenberg
2001-08-04 14:42:41 +00:00
3a145180cccomplete rewrite to avoid the BSD license in the previous version
Daniel Stenberg
2001-08-03 15:11:28 +00:00
f24d54a9c4clarified '-d @filename' with a tiny example
Daniel Stenberg
2001-08-03 14:06:25 +00:00
9478d796a3fixed the header that wrongly was the krb4-style one
Daniel Stenberg
2001-08-03 13:52:06 +00:00
00b00c6931Andrew Francis base64 decode, my previous base64 encoder, new source header. No BSD-style license.
Daniel Stenberg
2001-08-03 13:51:44 +00:00
e791f6ec58added CURLOPT_HTTPGET
Daniel Stenberg
2001-08-03 11:53:16 +00:00
8987244758httpreq cleanup fix
Daniel Stenberg
2001-08-03 11:52:53 +00:00
9b69f6faabhttpsserver.pl added to release archive
Daniel Stenberg
2001-08-03 06:39:00 +00:00
e7b966b9ebFunny, I skipped right over this before.
Sterling Hughes
2001-08-02 17:29:08 +00:00
929366b5aeFrank Keeney pointed out a manual mistake for certificate convertions
Daniel Stenberg
2001-08-02 17:12:07 +00:00
e1d8c5daa7"Add an interface that enables a user to select prefered SSL ciphers to use."
Daniel Stenberg
2001-08-02 17:08:24 +00:00
2b44fdab2edon't do final newline output when using progress callback
Daniel Stenberg
2001-08-02 17:05:11 +00:00
3e0a95bb78FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki reported 12 Jul 2001)
Daniel Stenberg
2001-08-02 16:52:12 +00:00
f0efa89484Leftover -- add a note about this in the examples file :)
Sterling Hughes
2001-07-12 02:00:24 +00:00
45037a39aaAdd win32 initialization support to curl_global_init() and curl_global_cleanup(). Update corresponding man pages...
Sterling Hughes
2001-07-12 01:57:28 +00:00
31336d63aeborland makefile fix
Daniel Stenberg
2001-07-02 09:23:50 +00:00
2c39a4381aadded more ideas that've been floating around lately
Daniel Stenberg
2001-07-02 08:21:25 +00:00
532624baferemoved the "change test suite" item, as that is already made
Daniel Stenberg
2001-07-02 07:04:16 +00:00
8469918306Added an item about the cookie jar stuff, contains a link to the dev file about this subject
Daniel Stenberg
2001-07-02 07:02:47 +00:00
9646a8b346removed static, removed curl special return type, added include windows.h
Daniel Stenberg
2001-06-29 11:33:00 +00:00
5e2a74fcc4added strtok.c as a source file
Daniel Stenberg
2001-06-29 11:18:27 +00:00
813d7585c7Nic Roets brought a fix for the certificate verification when using SSL.
Daniel Stenberg
2001-06-29 07:38:11 +00:00
ae55c1c144added test 43
Daniel Stenberg
2001-06-28 13:25:28 +00:00
1a6143febaHTTP Location: following over HTTP proxy
Daniel Stenberg
2001-06-28 13:24:19 +00:00
b70a4227b3now runs ok on IPv6 enabled hosts
Daniel Stenberg
2001-06-27 22:04:00 +00:00
7d82bc81a2now does OK even on IPv6-enabled hosts
Daniel Stenberg
2001-06-27 22:01:37 +00:00
be449bdea1better strip
Daniel Stenberg
2001-06-27 22:01:08 +00:00
798aaf0c0amultiple file transfers with resume fix
Daniel Stenberg
2001-06-25 12:58:19 +00:00
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.
Daniel Stenberg
2001-06-25 12:56:06 +00:00
cd4aed6690- Anton Kalmykov provided a fix that makes curl work with form field names with spaces like when -F is used.
Daniel Stenberg
2001-06-25 09:49:14 +00:00
fa601af722Anton Kalmykov's fix for dealing with form names with spaces!
Daniel Stenberg
2001-06-25 09:39:35 +00:00
303b3cf41cadded return type void in SYNOPSIS
Daniel Stenberg
2001-06-21 09:39:19 +00:00
fc535aa086libcurl.5 is renamed to libcurl.3
Daniel Stenberg
2001-06-21 09:34:37 +00:00
cd33795903all changes from year 2000 was moved to CHANGES.2000 and that is now only available in CVS
Daniel Stenberg
2001-06-20 07:50:49 +00:00
c9d233d34athe changelog from year 2000
Daniel Stenberg
2001-06-20 07:50:22 +00:00
bd192d5387ftp cut off transfer fix, configure --with-ssl fix
Daniel Stenberg
2001-06-20 07:48:09 +00:00
4ac7a087c6when --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!
Daniel Stenberg
2001-06-20 07:43:36 +00:00
2d5039184eAdded items we've discussed previously, and URLs to dev notes discussing the matter
Daniel Stenberg
2001-06-19 09:12:27 +00:00
b1bbaebb17better treatment of truly aborted transfers
Daniel Stenberg
2001-06-19 06:04:21 +00:00
8f6997cbdefiles to ignore by default in cvs operations
Daniel Stenberg
2001-06-18 14:37:23 +00:00
e18ecaf108made stdin testing work, also made 'nocheck=true' work when set on the reply data section
Daniel Stenberg
2001-06-14 12:16:07 +00:00
fe67ba6d2bthree more HTTP tests added from the old test suite
Daniel Stenberg
2001-06-14 12:05:30 +00:00
e39e6c537eremoved a failf() that would overwrite the previous error message
Daniel Stenberg
2001-06-12 18:22:52 +00:00
4e4a899306better ssl error msg, libcurl.def fix, -version-info corrected, more test cases and fixed FTP ranges
Daniel Stenberg
2001-06-12 09:23:13 +00:00
9a78db6e59Salvador Dávila's ftp range download fix
Daniel Stenberg
2001-06-12 09:21:37 +00:00
6475600afaNew test cases added
Daniel Stenberg
2001-06-12 09:12:59 +00:00
e450888b15supports SIZE now
Daniel Stenberg
2001-06-12 08:38:11 +00:00
23522a66d1corrected the -version-info
Daniel Stenberg
2001-06-11 12:31:51 +00:00
116462a512Added 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.
Daniel Stenberg
2001-06-11 12:29:08 +00:00
217e033120duplicate curl_unescape entry removed
Daniel Stenberg
2001-06-07 11:44:58 +00:00
4ebf001d37SM's suggested update of the Microsoft and SSL compiling section
Daniel Stenberg
2001-06-07 06:21:27 +00:00
5e326014cdSDavila posted a fix that sets conn->bits.use_range properly when doing resumed downloads
Daniel Stenberg
2001-06-07 05:59:20 +00:00
0b0bbffa35Jörn corrected the mingw32 makefile
Daniel Stenberg
2001-06-07 05:41:30 +00:00
2b35432fccS. Moonesamy updates, strtok.[ch] issues
Daniel Stenberg
2001-06-06 14:26:50 +00:00
ef8a2bc4fcAdded note about src/hughelp.c and the new *.cvs file that can be used if you really can't generate that file.
Daniel Stenberg
2001-06-06 09:39:07 +00:00
96d235d9a3For people using CVS but with no perl, like all those windows losers. They can just rename this file and cut off the extension instead...
Daniel Stenberg
2001-06-06 09:37:15 +00:00
eaf51b62b9corrected the CVS note about not creating a subdirectory... which it does now
Daniel Stenberg
2001-06-06 09:33:46 +00:00
80994a123eMUTE is gone, PHP examples, new CVS structure
Daniel Stenberg
2001-06-05 11:48:30 +00:00
b1cd033c27made the test-program in the bottom compile/build, remember to link with strequal.o as well!
Daniel Stenberg
2001-06-05 11:27:40 +00:00
268867311eAdd documentation for the --vernum attribute
Sterling Hughes
2001-06-01 21:56:58 +00:00
6840f80d21CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out
Daniel Stenberg
2001-06-01 07:33:38 +00:00
cac6876734Update the cvs instructions.
Sterling Hughes
2001-06-01 04:46:15 +00:00
eb4534f735removed CURLOPT_MUTE, it is not used anymore
Daniel Stenberg
2001-05-31 13:55:13 +00:00
efb957039dMUTE is now considered obsolete
Daniel Stenberg
2001-05-31 13:52:59 +00:00
fe82ddda46CURLOPT_MUTE and data->bits.mute are history, removed, gone!
Daniel Stenberg
2001-05-31 13:50:28 +00:00
94af496ac4the global init stuff, strtok.h mess, _REENTRANT fixed
Daniel Stenberg
2001-05-31 13:32:55 +00:00
6f17c2f140add entry for getbinarypageinvar.php
Sterling Hughes
2001-05-31 12:33:38 +00:00
490c00fb30Change to // comments and add <?php and ?> wrappers
Sterling Hughes
2001-05-31 12:32:04 +00:00
2d0dbd87c3Update comments and wrap in <?php and ?>
Sterling Hughes
2001-05-31 12:25:49 +00:00
13a5e16f35update 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
Sterling Hughes
2001-05-31 12:14:12 +00:00
3d54ba1b9eAdd the getbinarypageinvar.php, which shows how to use the CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the CURLOPT_RETURNTRANSFER option.
Sterling Hughes
2001-05-31 11:59:39 +00:00
e051f904f2Test and substance patch.
Sterling Hughes
2001-05-31 11:30:34 +00:00
f8d94a3849Added CVS $Id$ keyword for inline version tracking
Daniel Stenberg
2001-05-31 08:41:42 +00:00
ac691cae88updated to again set the flags of what to init, and now also feature a set of available flags
Daniel Stenberg
2001-05-31 08:35:26 +00:00
43d0d75688fixed the dlopen check
Daniel Stenberg
2001-05-31 08:24:50 +00:00
77f34915ceremoved _REENTRANT define
Daniel Stenberg
2001-05-31 07:03:04 +00:00
72b8993164re-generated
Daniel Stenberg
2001-05-31 07:02:31 +00:00
6b9bd96c06include setup.h _before_ system includes
Daniel Stenberg
2001-05-31 07:02:13 +00:00
6532f737ebif NEED_REENTRANT is set, define _REENTRANT already here since it has to be defined as many include files as possible (Solaris req)
Daniel Stenberg
2001-05-31 07:01:08 +00:00