Commit Graph

  • 24805e17d7 Nico's config.h for VMS Daniel Stenberg 2001-08-06 12:26:27 +00:00
  • 490d46affb Nico's VMS fixes Daniel Stenberg 2001-08-06 12:24:22 +00:00
  • d30c478378 Nico's VMS adjustment Daniel Stenberg 2001-08-06 12:23:31 +00:00
  • 5b6640960a VMS 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
  • 6f543f3ede Nico Baggus made it work and compile under VMS! Daniel Stenberg 2001-08-06 12:20:28 +00:00
  • 93bcfd4e65 Nico Baggus' VMS adjustments Daniel Stenberg 2001-08-06 12:19:26 +00:00
  • 1400561a5a VMS #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
  • 8dc4ac2147 made this whole file #ifdef WIN32 Daniel Stenberg 2001-08-06 12:16:19 +00:00
  • 7948b0becc VMS #include fixes, file:// URL treatment improvements Daniel Stenberg 2001-08-06 12:14:53 +00:00
  • 72e67d3b9d adjusted to the correct treatmeant of file:// URLs Daniel Stenberg 2001-08-06 12:10:00 +00:00
  • 711a3a79e3 Added RISC OS and OpenVMS to ported operating systems Daniel Stenberg 2001-08-06 10:09:43 +00:00
  • a6a3673804 7.8.1-pre3 commit curl-7_8_1-pre3 Daniel Stenberg 2001-08-06 08:43:37 +00:00
  • 944f9a73f4 Jonathan 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
  • 5ab1a10e9c corrected 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
  • 1813d2ddf7 many fixes mailed in during July Daniel Stenberg 2001-08-05 13:00:40 +00:00
  • 2827f5327a curl_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
  • 3a145180cc complete rewrite to avoid the BSD license in the previous version Daniel Stenberg 2001-08-03 15:11:28 +00:00
  • f24d54a9c4 clarified '-d @filename' with a tiny example Daniel Stenberg 2001-08-03 14:06:25 +00:00
  • 9478d796a3 fixed the header that wrongly was the krb4-style one Daniel Stenberg 2001-08-03 13:52:06 +00:00
  • 00b00c6931 Andrew Francis base64 decode, my previous base64 encoder, new source header. No BSD-style license. Daniel Stenberg 2001-08-03 13:51:44 +00:00
  • e791f6ec58 added CURLOPT_HTTPGET Daniel Stenberg 2001-08-03 11:53:16 +00:00
  • 8987244758 httpreq cleanup fix Daniel Stenberg 2001-08-03 11:52:53 +00:00
  • 9b69f6faab httpsserver.pl added to release archive Daniel Stenberg 2001-08-03 06:39:00 +00:00
  • e7b966b9eb Funny, I skipped right over this before. Sterling Hughes 2001-08-02 17:29:08 +00:00
  • e7801afed1 manual fix, select() loop fix, progress callback fix Daniel Stenberg 2001-08-02 17:25:33 +00:00
  • 929366b5ae Frank 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
  • 2b44fdab2e don't do final newline output when using progress callback Daniel Stenberg 2001-08-02 17:05:11 +00:00
  • 3e0a95bb78 FD_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
  • f0efa89484 Leftover -- add a note about this in the examples file :) Sterling Hughes 2001-07-12 02:00:24 +00:00
  • 45037a39aa Add 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
  • 31336d63ae borland makefile fix Daniel Stenberg 2001-07-02 09:23:50 +00:00
  • 2c39a4381a added more ideas that've been floating around lately Daniel Stenberg 2001-07-02 08:21:25 +00:00
  • 532624bafe removed the "change test suite" item, as that is already made Daniel Stenberg 2001-07-02 07:04:16 +00:00
  • 8469918306 Added 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
  • 9646a8b346 removed static, removed curl special return type, added include windows.h Daniel Stenberg 2001-06-29 11:33:00 +00:00
  • 5e2a74fcc4 added strtok.c as a source file Daniel Stenberg 2001-06-29 11:18:27 +00:00
  • 813d7585c7 Nic Roets brought a fix for the certificate verification when using SSL. Daniel Stenberg 2001-06-29 07:38:11 +00:00
  • ae55c1c144 added test 43 Daniel Stenberg 2001-06-28 13:25:28 +00:00
  • 1a6143feba HTTP Location: following over HTTP proxy Daniel Stenberg 2001-06-28 13:24:19 +00:00
  • b70a4227b3 now runs ok on IPv6 enabled hosts Daniel Stenberg 2001-06-27 22:04:00 +00:00
  • 7d82bc81a2 now does OK even on IPv6-enabled hosts Daniel Stenberg 2001-06-27 22:01:37 +00:00
  • be449bdea1 better strip Daniel Stenberg 2001-06-27 22:01:08 +00:00
  • 798aaf0c0a multiple 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
  • fa601af722 Anton Kalmykov's fix for dealing with form names with spaces! Daniel Stenberg 2001-06-25 09:39:35 +00:00
  • 303b3cf41c added return type void in SYNOPSIS Daniel Stenberg 2001-06-21 09:39:19 +00:00
  • fc535aa086 libcurl.5 is renamed to libcurl.3 Daniel Stenberg 2001-06-21 09:34:37 +00:00
  • cd33795903 all 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
  • c9d233d34a the changelog from year 2000 Daniel Stenberg 2001-06-20 07:50:22 +00:00
  • bd192d5387 ftp cut off transfer fix, configure --with-ssl fix Daniel Stenberg 2001-06-20 07:48:09 +00:00
  • 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! Daniel Stenberg 2001-06-20 07:43:36 +00:00
  • 2d5039184e Added items we've discussed previously, and URLs to dev notes discussing the matter Daniel Stenberg 2001-06-19 09:12:27 +00:00
  • b1bbaebb17 better treatment of truly aborted transfers Daniel Stenberg 2001-06-19 06:04:21 +00:00
  • 8f6997cbde files to ignore by default in cvs operations Daniel Stenberg 2001-06-18 14:37:23 +00:00
  • e18ecaf108 made 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
  • fe67ba6d2b three more HTTP tests added from the old test suite Daniel Stenberg 2001-06-14 12:05:30 +00:00
  • e39e6c537e removed a failf() that would overwrite the previous error message Daniel Stenberg 2001-06-12 18:22:52 +00:00
  • 4e4a899306 better 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
  • 9a78db6e59 Salvador Dávila's ftp range download fix Daniel Stenberg 2001-06-12 09:21:37 +00:00
  • 6475600afa New test cases added Daniel Stenberg 2001-06-12 09:12:59 +00:00
  • e450888b15 supports SIZE now Daniel Stenberg 2001-06-12 08:38:11 +00:00
  • 23522a66d1 corrected the -version-info Daniel Stenberg 2001-06-11 12:31:51 +00:00
  • 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. Daniel Stenberg 2001-06-11 12:29:08 +00:00
  • 217e033120 duplicate curl_unescape entry removed Daniel Stenberg 2001-06-07 11:44:58 +00:00
  • 259ac2dd77 7.8 commit curl-7_8 Daniel Stenberg 2001-06-07 09:39:29 +00:00
  • 4ebf001d37 SM's suggested update of the Microsoft and SSL compiling section Daniel Stenberg 2001-06-07 06:21:27 +00:00
  • 5e326014cd SDavila posted a fix that sets conn->bits.use_range properly when doing resumed downloads Daniel Stenberg 2001-06-07 05:59:20 +00:00
  • 0b0bbffa35 Jörn corrected the mingw32 makefile Daniel Stenberg 2001-06-07 05:41:30 +00:00
  • 2b35432fcc S. Moonesamy updates, strtok.[ch] issues Daniel Stenberg 2001-06-06 14:26:50 +00:00
  • ef8a2bc4fc Added 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
  • 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... Daniel Stenberg 2001-06-06 09:37:15 +00:00
  • eaf51b62b9 corrected the CVS note about not creating a subdirectory... which it does now Daniel Stenberg 2001-06-06 09:33:46 +00:00
  • 80994a123e MUTE is gone, PHP examples, new CVS structure Daniel Stenberg 2001-06-05 11:48:30 +00:00
  • b1cd033c27 made 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
  • 268867311e Add documentation for the --vernum attribute Sterling Hughes 2001-06-01 21:56:58 +00:00
  • 6840f80d21 CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out Daniel Stenberg 2001-06-01 07:33:38 +00:00
  • cac6876734 Update the cvs instructions. Sterling Hughes 2001-06-01 04:46:15 +00:00
  • 753011c8db Test (and revert change from previous test). Sterling Hughes 2001-06-01 00:02:44 +00:00
  • 2774dc390a testing... testing... 1, 2, 3 Sterling Hughes 2001-05-31 23:56:28 +00:00
  • eb4534f735 removed CURLOPT_MUTE, it is not used anymore Daniel Stenberg 2001-05-31 13:55:13 +00:00
  • efb957039d MUTE is now considered obsolete Daniel Stenberg 2001-05-31 13:52:59 +00:00
  • fe82ddda46 CURLOPT_MUTE and data->bits.mute are history, removed, gone! Daniel Stenberg 2001-05-31 13:50:28 +00:00
  • 94af496ac4 the global init stuff, strtok.h mess, _REENTRANT fixed Daniel Stenberg 2001-05-31 13:32:55 +00:00
  • 6f17c2f140 add entry for getbinarypageinvar.php Sterling Hughes 2001-05-31 12:33:38 +00:00
  • 490c00fb30 Change to // comments and add <?php and ?> wrappers Sterling Hughes 2001-05-31 12:32:04 +00:00
  • 2d0dbd87c3 Update comments and wrap in <?php and ?> Sterling Hughes 2001-05-31 12:25:49 +00:00
  • 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 Sterling Hughes 2001-05-31 12:14:12 +00:00
  • 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. Sterling Hughes 2001-05-31 11:59:39 +00:00
  • e051f904f2 Test and substance patch. Sterling Hughes 2001-05-31 11:30:34 +00:00
  • f8d94a3849 Added CVS $Id$ keyword for inline version tracking Daniel Stenberg 2001-05-31 08:41:42 +00:00
  • ac691cae88 updated 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
  • 43d0d75688 fixed the dlopen check Daniel Stenberg 2001-05-31 08:24:50 +00:00
  • 77f34915ce removed _REENTRANT define Daniel Stenberg 2001-05-31 07:03:04 +00:00
  • 72b8993164 re-generated Daniel Stenberg 2001-05-31 07:02:31 +00:00
  • 6b9bd96c06 include setup.h _before_ system includes Daniel Stenberg 2001-05-31 07:02:13 +00:00
  • 6532f737eb if 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