Commit Graph

  • a03cdd7e83 curl_formfree() added Daniel Stenberg 2000-11-17 14:21:07 +00:00
  • f9155568c6 this has been missing all the time... Daniel Stenberg 2000-11-17 14:11:22 +00:00
  • c0936824d4 added curl_formfree() Daniel Stenberg 2000-11-17 14:06:24 +00:00
  • 57ddd7e928 now includes stdlib.h Daniel Stenberg 2000-11-17 14:05:43 +00:00
  • 868488b518 memory leak cleanup campaign Daniel Stenberg 2000-11-17 14:03:58 +00:00
  • 7f77a061dd allows \r \n \t \v in config file parameters within quotes Daniel Stenberg 2000-11-17 10:08:39 +00:00
  • 2d16e1a777 config file test Daniel Stenberg 2000-11-17 10:05:56 +00:00
  • 2297bc4791 changed the 'port' field to long to better work with the va_arg() system Daniel Stenberg 2000-11-17 09:48:21 +00:00
  • 34a2d446e0 major config file hack, now works a lot better and slightly different Added --url to allow URLs to be specified in the config file that way Daniel Stenberg 2000-11-17 09:47:18 +00:00
  • fdd91b2209 moved out the FTP part Daniel Stenberg 2000-11-16 09:06:18 +00:00
  • 7ea4551b1b forgot to commit before Daniel Stenberg 2000-11-16 07:32:45 +00:00
  • 77bbbd868b data->err must be used, not stderr Daniel Stenberg 2000-11-16 07:20:12 +00:00
  • 3b91db110b fixed crash in config file parser Daniel Stenberg 2000-11-15 20:45:29 +00:00
  • ab9dfac24e updated to catch bug 122480 Daniel Stenberg 2000-11-15 15:48:15 +00:00
  • 5a07305dc8 not printf()ing %s normally for character that weren't isprint() made things go weird, had to remove this. I should use trio soon for all the *printf() stuff as this is too broken Daniel Stenberg 2000-11-15 15:36:41 +00:00
  • 56c0c67dff 'use strict' compliant better complains if there are missing input files for a test case explaced exit-calls with returns instead Daniel Stenberg 2000-11-15 12:13:24 +00:00
  • 885184aa14 proxy authorization test case Daniel Stenberg 2000-11-15 12:06:59 +00:00
  • e0e67812de now sorts the test cases when "all" is used Daniel Stenberg 2000-11-15 08:21:14 +00:00
  • eb72e001a7 'use strict' compliant Daniel Stenberg 2000-11-15 07:09:37 +00:00
  • cdfa5f5d7b removed some /= 256 that was wrongly left Daniel Stenberg 2000-11-14 11:56:16 +00:00
  • 0c19d2518c added help text on -h Daniel Stenberg 2000-11-14 10:28:25 +00:00
  • e64b8a8f86 more decriptions Daniel Stenberg 2000-11-14 10:24:26 +00:00
  • e2641a394d removed lots of external program dependencies (for windows compliance) added lots of comments added -s for short output and made it possible to run specific test cases from the command line Daniel Stenberg 2000-11-14 10:18:44 +00:00
  • bd3dca96f6 somewhat more functioning FTP Daniel Stenberg 2000-11-13 20:47:09 +00:00
  • 3cd77a19ca basic and early ftp support Daniel Stenberg 2000-11-13 19:58:40 +00:00
  • e02affb5d0 logs stderr as well now, which is good if the program crashes, and also dumps more information in case curl doesn't return success Daniel Stenberg 2000-11-13 18:34:27 +00:00
  • 24f9ae1f72 *** empty log message *** Daniel Stenberg 2000-11-13 18:23:52 +00:00
  • 2bd70e1351 moved the followlocation field from the http struct to the urldata struct since it has to survive http struct deletion Daniel Stenberg 2000-11-13 18:23:21 +00:00
  • 336124c3dc updated Daniel Stenberg 2000-11-13 16:07:17 +00:00
  • 8e735d1eea converted shell script to perl Daniel Stenberg 2000-11-13 16:06:16 +00:00
  • aa9a60287d more test case data Daniel Stenberg 2000-11-13 16:05:39 +00:00
  • 6736c1610c removed the check that prevents -T and -o beinged used simultaneously! Daniel Stenberg 2000-11-13 11:59:19 +00:00
  • 1cc8af2779 if the server is already running when the script is started, it now verifies that it actually is our test server that runs Daniel Stenberg 2000-11-13 11:45:41 +00:00
  • bfb118e42a Added space after the Cookie: header keyword Daniel Stenberg 2000-11-13 11:29:32 +00:00
  • 3f0aa0648f defaults to run all available test cases in (1 - last) order Daniel Stenberg 2000-11-13 09:51:01 +00:00
  • a58e336d85 updated test cases Daniel Stenberg 2000-11-13 09:44:39 +00:00
  • 27435f0648 new pid stuff, more filters, various fixes Daniel Stenberg 2000-11-13 09:43:40 +00:00
  • 69e82e7383 changed pid stuff, made it work with rfc1867 posts and made it work better on paths Daniel Stenberg 2000-11-13 09:42:58 +00:00
  • b2daec2477 more details added Daniel Stenberg 2000-11-13 09:41:47 +00:00
  • c605f81a09 Jörg updated the list of exported functions Daniel Stenberg 2000-11-13 08:36:17 +00:00
  • d5b06bcf3b replaced by a working server! Daniel Stenberg 2000-11-13 08:03:16 +00:00
  • d5e6404b8b uses the new httpd server, runs the tests much faster Daniel Stenberg 2000-11-13 08:02:26 +00:00
  • bc84fe1cf3 new perl http server that works better Daniel Stenberg 2000-11-13 08:02:02 +00:00
  • 460aa295e0 Chris Faherty fixed a free-twice problem Daniel Stenberg 2000-11-13 07:51:23 +00:00
  • 143ff23c4f updated config file section Daniel Stenberg 2000-11-12 15:14:35 +00:00
  • 6195412005 Added empty actions for all: and install: Daniel Stenberg 2000-11-12 15:11:50 +00:00
  • 4e120f34a5 The last few days of changes Daniel Stenberg 2000-11-10 15:26:48 +00:00
  • 14bcdcfcdd test files Daniel Stenberg 2000-11-10 15:24:54 +00:00
  • 3c0194bb72 initial checkin Daniel Stenberg 2000-11-10 15:24:09 +00:00
  • 172f0ba12d the tests dir is added Daniel Stenberg 2000-11-10 14:42:06 +00:00
  • 4035543763 set type before checking --head size, as the type may cause the server to return different sizes Daniel Stenberg 2000-11-10 13:42:45 +00:00
  • 920579ba11 doing an ftp upload append that was already completed resulted in a "hang", it now results in an error instead Daniel Stenberg 2000-11-10 11:28:01 +00:00
  • 1ff573c649 added getpass_r check Daniel Stenberg 2000-11-10 09:19:47 +00:00
  • 7b5c551835 adjusted to the changed getpass_r() Daniel Stenberg 2000-11-10 09:19:09 +00:00
  • a5b2eb7962 new interface, updated Angus' license, dependent on HAVE_GETPASS_R Daniel Stenberg 2000-11-10 09:18:25 +00:00
  • 78423c5899 Venkataramana Mokkapati corrected a cookie parser bug Daniel Stenberg 2000-11-10 08:10:04 +00:00
  • 2bcb8abf40 haxx.nu => haxx.se Daniel Stenberg 2000-11-09 12:51:43 +00:00
  • b32bf42763 Added RSAglue/rsaref lib check if the crypto lib is there but the ssl lib check fails. Daniel Stenberg 2000-11-09 12:35:45 +00:00
  • 61fb8fea10 cleaned up the thread-safe checks into separate functions, added check for gethostbyname() in the socket lib as it seems some systems need it Daniel Stenberg 2000-11-08 14:27:46 +00:00
  • c0a44b4b9b Added typecast to localtime_r() Daniel Stenberg 2000-11-07 23:09:08 +00:00
  • ef8741d23c removed the perror() outputs as they did nothing good to us Daniel Stenberg 2000-11-07 07:33:40 +00:00
  • 56548f9a13 getpass_r() is the new getpass name for thread-safe getpass! Daniel Stenberg 2000-11-06 23:18:50 +00:00
  • 36000e5287 Added T. Bharath to the list of contributors Daniel Stenberg 2000-11-06 23:12:36 +00:00
  • 8cb15395d0 Added descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PASSWDFUNCTION, CURLOPT_CAINFO and CURLOPT_SSL_VERIFYPEER. Daniel Stenberg 2000-11-06 23:11:23 +00:00
  • 4ccda6d692 Added CURLINFO_SSL_VERIFYRESULT Daniel Stenberg 2000-11-06 22:59:05 +00:00
  • 7390c3a8af bugfixes and improvements Daniel Stenberg 2000-11-06 22:56:46 +00:00
  • e5e259030f removed bad mirror, added text about source contents (that should be here according to the source license) Daniel Stenberg 2000-11-06 22:55:59 +00:00
  • 9f4f16b55d new getpass proto and function pointer usage Daniel Stenberg 2000-11-06 22:53:50 +00:00
  • e05922c428 modified pgrsTime() to the new functionality Daniel Stenberg 2000-11-06 15:32:16 +00:00
  • 71fb701168 adjusted the time-keeping function to work better for location following requests Daniel Stenberg 2000-11-06 15:31:10 +00:00
  • b6bb734215 Emmanuel Tychon found a problem when specifying user-name only in a URL (and the password entered interactively). This fix also includes proper URL-decoding of the user name and password if specified in the URL. Daniel Stenberg 2000-11-06 08:12:30 +00:00
  • e7736324b4 David Odin (aka DindinX) for MandrakeSoft, tiny example with GTK Daniel Stenberg 2000-11-03 14:47:07 +00:00
  • e0e01e5a59 error code fix Daniel Stenberg 2000-11-02 14:34:46 +00:00
  • 852b664e45 added signal in case sigaction is missing Daniel Stenberg 2000-11-01 08:19:10 +00:00
  • e6cdb68a88 adjusted to the new packages dir Daniel Stenberg 2000-10-31 09:54:29 +00:00
  • 349811f3da removed, see packages/Linux/RPM Daniel Stenberg 2000-10-31 09:53:54 +00:00
  • 823785c53e new package related file Daniel Stenberg 2000-10-31 09:50:22 +00:00
  • 1c0fd24a36 removed extra comma in the CURLINFO enum typedef Daniel Stenberg 2000-10-30 23:17:06 +00:00
  • 5c0b2f29b9 Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO Daniel Stenberg 2000-10-30 23:15:15 +00:00
  • e446edc288 the verify cert stuff is now added! Daniel Stenberg 2000-10-30 15:07:58 +00:00
  • b5d152caf7 T. Bharath's ssl patch Daniel Stenberg 2000-10-30 12:43:08 +00:00
  • 6f7dcf3f22 typecasted the localtime_r() return code to not make it not warn even if the function prototype is missting Daniel Stenberg 2000-10-30 11:54:27 +00:00
  • 0cff279063 new urldata ssl layout and T. Bharath brought the new SSL cert verify function Daniel Stenberg 2000-10-30 11:53:40 +00:00
  • 09ba856e39 Added section 4.8 I found a bug and did some minor cosmetics Daniel Stenberg 2000-10-27 12:25:00 +00:00
  • 1df033a1c5 Added description on how to use the newly supported multiple -d options Daniel Stenberg 2000-10-27 10:52:38 +00:00
  • 3264ce04ee Added sigaction check Daniel Stenberg 2000-10-27 10:52:08 +00:00
  • 3b0d49e1c9 post 7.4.1 changes Daniel Stenberg 2000-10-27 10:51:14 +00:00
  • f6daff475f removed old unused getpass() leftovers Daniel Stenberg 2000-10-26 21:59:54 +00:00
  • 9d0d8280e9 Georg Horn provided a fix for the timeout signal stuff. Finally the timeout switch should work under most unixes (requires sigaction()) Daniel Stenberg 2000-10-26 21:57:12 +00:00
  • cdfb83e0e3 removed getpass-check since getpass() is no longer being used Daniel Stenberg 2000-10-26 10:32:31 +00:00
  • 02037971ed renamed getpass() to my_getpass() and it is now thread-safe and should disable passwd-echoing on win32 (supplied by Björn Stenberg) Daniel Stenberg 2000-10-26 10:32:04 +00:00
  • a5b01cf4e8 Kevin Roth's bugreport with config files containing '-v defaulturl' is now fixed Daniel Stenberg 2000-10-26 08:15:13 +00:00
  • 68c231e1b0 Kevin P Roth's idea of supporting multiple -d options was turned into reality Daniel Stenberg 2000-10-26 07:06:52 +00:00
  • 949eaf8ad4 Replaced the former bug report email address with the new curl-bug@haxx.se Daniel Stenberg 2000-10-25 07:43:03 +00:00
  • 950110ecb1 Added a few ideas Daniel Stenberg 2000-10-25 07:42:23 +00:00
  • 5f8e93d3b0 tiny spell correction Daniel Stenberg 2000-10-25 07:41:58 +00:00
  • e4a7e18a0c compiles on Linux now Daniel Stenberg 2000-10-25 07:41:11 +00:00
  • 8f5ffd94a2 the configure script dynamically gets the version from the include file now which lets the maketgz skip updating the configure.in file Daniel Stenberg 2000-10-23 13:56:12 +00:00
  • c44b10de41 remote_port used in Host: headers only when non-default Daniel Stenberg 2000-10-20 13:48:38 +00:00
  • 135cc036aa made the speedcheck actually work again Daniel Stenberg 2000-10-17 14:53:03 +00:00