Commit Graph

  • 293cae68bf uses the new curl_close function to clean up the http-specific auth_host Daniel Stenberg 2000-07-25 21:17:45 +0000
  • 1156252f92 Added http_close() Daniel Stenberg 2000-07-25 21:16:51 +0000
  • 29eda80f96 uses auth_host to only send user+password to that particular site, usable if Location: following takes "us" to other servers that should not get the user and password Daniel Stenberg 2000-07-25 21:16:32 +0000
  • 29bfaaa190 set a bit when a Location: is followed to allow code to act differently on those occations Daniel Stenberg 2000-07-25 21:15:01 +0000
  • 18853542a1 curl_close is a new function pointer that can be set to a protocol-specific function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) host name used Daniel Stenberg 2000-07-25 21:14:12 +0000
  • 5b7a5046e6 Torsten Foertsch's improvements Daniel Stenberg 2000-07-25 12:21:22 +0000
  • 0cb4814105 tiny adjustments to set the start-time before the curl_connect() is called to allow the connect function to better deal with timeouts, as was just added to ftp Daniel Stenberg 2000-07-25 12:13:57 +0000
  • 76f3498636 The "get ftp command response" function now uses select() on the socket and thus enables timeout if the server doesn't respond within the proper time. Daniel Stenberg 2000-07-25 12:12:29 +0000
  • f836400094 A range of things done yesterday Daniel Stenberg 2000-07-25 07:39:42 +0000
  • 841f370a96 Added CURLOPT_PROXYPORT Daniel Stenberg 2000-07-25 07:38:08 +0000
  • c8262b2be6 Added CURLOPT_PROXYPORT, also added some more clarifications about the CURLOPT_PROXY option. Daniel Stenberg 2000-07-25 07:36:50 +0000
  • 0a8d0395e1 Auto referer and a minor netrc fix Daniel Stenberg 2000-07-25 07:35:51 +0000
  • 6bdfe18b67 Added some logic that now prevents multiple conflicting HTTP request types to get specified with the options. Daniel Stenberg 2000-07-25 07:34:04 +0000
  • 78686a5487 Added proxyport Daniel Stenberg 2000-07-25 07:32:22 +0000
  • bb3fa8855c Added CURLOPT_PROXYPORT support Added a missing free() in curl_disconnect() Made (https) connect errors abort better and earlier Daniel Stenberg 2000-07-25 07:31:35 +0000
  • caf8c01e85 re-added the check for BOTH nsl and socket libs Daniel Stenberg 2000-07-25 07:29:32 +0000
  • e999182758 The Host: header now includes the port number if not default HTTP Daniel Stenberg 2000-07-25 07:28:28 +0000
  • d9c41a0ffd Code 250 is okay as well as the previous 226-code after a successful file transfer Daniel Stenberg 2000-07-25 07:26:29 +0000
  • 1ef3600a07 haxx.nu => haxx.se Daniel Stenberg 2000-06-20 15:31:26 +0000
  • e33ac6b3be FTP bug fix new referer magic tricks! Daniel Stenberg 2000-06-20 11:55:38 +0000
  • f22717fe6c Added auto and free referer fields to the UrlData struct Daniel Stenberg 2000-06-20 11:23:31 +0000
  • 1c6eccbf84 Added AUTOREFERER Daniel Stenberg 2000-06-20 09:28:36 +0000
  • f30ffef477 autoreferer added, switches off POST on location: following Daniel Stenberg 2000-06-20 09:28:09 +0000
  • 72158ad2cf Rich Gray fixed the PORT command line with the missing \r! Daniel Stenberg 2000-06-20 07:45:53 +0000
  • ddd3ca4e5a progress meter/bar changes Daniel Stenberg 2000-06-16 13:29:41 +0000
  • d6b3b05e2e removed the CURLOPT_PROGRESSMODE option Daniel Stenberg 2000-06-16 13:22:33 +0000
  • b88136fc4c PROGRESSMODE is history Daniel Stenberg 2000-06-16 13:19:30 +0000
  • 789b43fc92 pretty big changes when the -# progress bar was moved in here from the lib/progess.c file, and is now used with the new progress callback function Daniel Stenberg 2000-06-16 13:18:49 +0000
  • 6489735491 mode was replaced with callback in the progress struct Daniel Stenberg 2000-06-16 13:17:44 +0000
  • fb9c5650ce progress.mode replaced with progress.callback Daniel Stenberg 2000-06-16 13:17:07 +0000
  • 94deff653b removed pgrsMode() Daniel Stenberg 2000-06-16 13:16:33 +0000
  • 435f17195e removed lots of #if 0'ed code removed the "mode" concept moved all #-stuff to the client Daniel Stenberg 2000-06-16 13:15:36 +0000
  • 8e8da82178 Added pgrsStartNow() on the appropriate place Daniel Stenberg 2000-06-16 13:14:27 +0000
  • eb88f3d9b1 when failing to write to a socket, we now bail out better I also use typecasted size_t now for systems with unsigned such ones Daniel Stenberg 2000-06-15 14:34:43 +0000
  • e9957b87cd removed the last \r\n\r\n bytes now returns -1 from FormReader() when the last form data has been read! Daniel Stenberg 2000-06-15 14:33:17 +0000
  • f93baee594 POST fix Daniel Stenberg 2000-06-14 17:28:44 +0000
  • ce7e3586da Added #include <string.h> Daniel Stenberg 2000-06-14 17:23:51 +0000
  • 94ec5ff44a correct the POST workings. Tim Tassonis reported. Daniel Stenberg 2000-06-14 17:15:07 +0000
  • e54f09a218 the 7.0.6beta fixes Daniel Stenberg 2000-06-14 14:33:54 +0000
  • 069347c83d the -W and -g stuff needn't be here by default Daniel Stenberg 2000-06-14 14:29:39 +0000
  • 022f1766f9 Added a define in the Mingw32 makefiles to allow parts of the config-win32 files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that. Daniel Stenberg 2000-06-14 14:28:45 +0000
  • 3e20192ff2 several minor fixes as pointed out by Bjrn Stenberg Daniel Stenberg 2000-06-14 14:26:53 +0000
  • ec520ceefd bad HAVE_STRICMP usage found by Bjrn Stenberg Daniel Stenberg 2000-06-14 14:26:20 +0000
  • a374925bb7 added some more text about libcurl using Daniel Stenberg 2000-06-14 14:08:52 +0000
  • d9650164b3 edited the contributor list changed ftp-ascii to use-ascii and its explanation was fixed Daniel Stenberg 2000-06-14 14:02:43 +0000
  • 094b6a8b6a Added #include <fcntl.h> required by the setmode() for win32 Daniel Stenberg 2000-06-14 12:52:21 +0000
  • 5da5cfa33e new binary stdout approach for win32 systems Daniel Stenberg 2000-06-14 12:50:38 +0000
  • 2dbadc6405 Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS Daniel Stenberg 2000-06-14 10:50:18 +0000
  • 3b60784f27 updated to be more valid for version 7 workings Daniel Stenberg 2000-06-14 09:16:11 +0000
  • 72f7f0183b added a few RFCs to the list Daniel Stenberg 2000-06-14 09:08:31 +0000
  • e22d75cd6e Luong Dinh Dung's comments adjusted Daniel Stenberg 2000-06-13 23:04:44 +0000
  • 2488fff451 free-twice problem corrected Daniel Stenberg 2000-06-13 08:11:45 +0000
  • 611f50fb76 resources + readme.win32 Daniel Stenberg 2000-06-09 12:08:08 +0000
  • eede4c33df edited it to look better when HTML'ified Daniel Stenberg 2000-06-09 07:10:47 +0000
  • 32fd2ffab7 Added the docs/README.win32 file Daniel Stenberg 2000-06-09 07:02:20 +0000
  • 3586f7eaf0 haxx.nu turns haxx.se Daniel Stenberg 2000-06-09 07:01:23 +0000
  • 287ebf730e mucho updated with lots of links to various odd stuff Daniel Stenberg 2000-06-09 07:00:45 +0000
  • 77153b4efb Some notes about life with curl in the win32 world Daniel Stenberg 2000-06-09 07:00:21 +0000
  • dbcfd3df79 the recent mocking Daniel Stenberg 2000-06-08 15:20:03 +0000
  • 45271fd084 use top_dir instead of ../ Daniel Stenberg 2000-06-08 15:14:17 +0000
  • dbc12876ab Added progress callback info Daniel Stenberg 2000-06-08 15:13:41 +0000
  • aedfcaa168 lower casing getenv and formparse added the progress function callback and data pointer added the callback typedefs Daniel Stenberg 2000-06-08 15:13:03 +0000
  • 4fd4a6888a added progress callback stuff, changed the callback typedefs to be public Daniel Stenberg 2000-06-08 15:11:39 +0000
  • dd730b09db modified Daniel Stenberg 2000-06-06 16:02:54 +0000
  • c045301128 Added description Daniel Stenberg 2000-06-06 14:54:42 +0000
  • edcd5df1fe edited to look better after the txt2html convertion Daniel Stenberg 2000-06-06 14:13:36 +0000
  • 8f03732b25 updated with more examples Daniel Stenberg 2000-06-06 14:09:01 +0000
  • 138fe1b934 using the new formparse, the new getenv, using the new headers struct and clean up the headers better Daniel Stenberg 2000-06-05 08:26:13 +0000
  • d46932369a curl_getenv() is now lowercase Daniel Stenberg 2000-06-05 08:24:37 +0000
  • 476e0502ad the curl_formparse() function was turned lowercase Daniel Stenberg 2000-06-05 08:24:18 +0000
  • ecb2b95b1c struct HttpHeader changed to struct curl_slist Daniel Stenberg 2000-06-05 08:23:50 +0000
  • 28b0b7316d Added text about how to convert certificates to PEM format Daniel Stenberg 2000-06-05 08:21:28 +0000
  • 57623228d2 minor edits Daniel Stenberg 2000-06-02 13:35:16 +0000
  • 29470107cd Added many specific questions Daniel Stenberg 2000-06-02 13:32:01 +0000
  • ef34ad2968 Edited, cleaned up Daniel Stenberg 2000-06-02 12:45:23 +0000
  • ebf0fe0df9 updated Daniel Stenberg 2000-06-02 12:06:47 +0000
  • ba17b97e0a curl_formparse() man page Daniel Stenberg 2000-06-02 11:42:56 +0000
  • c8f62fc762 Added description Daniel Stenberg 2000-06-02 11:34:17 +0000
  • e5b72506c9 changed the httppost struct into curl_slist struct Daniel Stenberg 2000-06-02 11:31:53 +0000
  • ef62fc7fe7 added description Daniel Stenberg 2000-06-02 11:31:18 +0000
  • 52195a0547 Added description Daniel Stenberg 2000-06-02 11:01:08 +0000
  • e5ba9f058f added description Daniel Stenberg 2000-06-02 10:50:09 +0000
  • 2ea0129ed8 man page for this function already in used by the command line tool! Daniel Stenberg 2000-06-02 09:02:51 +0000
  • 980ee98ec9 David LeBlanc corrected one of my mistakes Daniel Stenberg 2000-05-31 06:31:31 +0000
  • 8d76ad6c8e Adjusted to the GETHOSTBYADDR_R_NARGS style Daniel Stenberg 2000-05-30 22:27:39 +0000
  • 784c29c6c5 Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS Daniel Stenberg 2000-05-30 22:26:57 +0000
  • 95ddb16768 Added checks for number of parameters to the functions gethostbyname_r() and gethostbyaddr_r() Daniel Stenberg 2000-05-30 22:26:26 +0000
  • 5d39dde961 pre-release commit v7_0_2beta Daniel Stenberg 2000-05-30 16:31:46 +0000
  • 15c143bba9 modified to the new curl_getenv() style Daniel Stenberg 2000-05-29 23:09:31 +0000
  • 6d522c9c1d made getenv() more threadsafe for win32 Daniel Stenberg 2000-05-29 23:07:22 +0000
  • 45885f30c2 updated Daniel Stenberg 2000-05-29 22:54:17 +0000
  • 1ea12e705e had to add this since it was missing in the system includes! Daniel Stenberg 2000-05-29 22:52:17 +0000
  • a0ce95e155 David LeBlanc's fixes! Daniel Stenberg 2000-05-29 22:51:13 +0000
  • abc751ae13 generated with bison 1.28 which removes the alloca() mess! Daniel Stenberg 2000-05-29 22:50:40 +0000
  • b6d06a9590 URLGET_ERROR_SIZE is now CURL_ERROR_SIZE Daniel Stenberg 2000-05-26 13:58:10 +0000
  • 784e9406ae silly mistake corrected Daniel Stenberg 2000-05-26 13:57:11 +0000
  • 9e157ad2ec added the new man pages docs/*.3 Daniel Stenberg 2000-05-26 13:55:13 +0000
  • 85e6e935c5 updated Daniel Stenberg 2000-05-26 11:59:43 +0000
  • 9a85060cde more documented stuff Daniel Stenberg 2000-05-26 08:50:13 +0000
  • fb3a5ab6ee fixed the CURL_ERROR_SIZE and renamed a urlget() leftover Daniel Stenberg 2000-05-26 08:12:14 +0000