a03cdd7e83curl_formfree() added
Daniel Stenberg
2000-11-17 14:21:07 +00:00
f9155568c6this has been missing all the time...
Daniel Stenberg
2000-11-17 14:11:22 +00:00
c0936824d4added curl_formfree()
Daniel Stenberg
2000-11-17 14:06:24 +00:00
57ddd7e928now includes stdlib.h
Daniel Stenberg
2000-11-17 14:05:43 +00:00
868488b518memory leak cleanup campaign
Daniel Stenberg
2000-11-17 14:03:58 +00:00
7f77a061ddallows \r \n \t \v in config file parameters within quotes
Daniel Stenberg
2000-11-17 10:08:39 +00:00
2d16e1a777config file test
Daniel Stenberg
2000-11-17 10:05:56 +00:00
2297bc4791changed the 'port' field to long to better work with the va_arg() system
Daniel Stenberg
2000-11-17 09:48:21 +00:00
34a2d446e0major 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
fdd91b2209moved out the FTP part
Daniel Stenberg
2000-11-16 09:06:18 +00:00
7ea4551b1bforgot to commit before
Daniel Stenberg
2000-11-16 07:32:45 +00:00
77bbbd868bdata->err must be used, not stderr
Daniel Stenberg
2000-11-16 07:20:12 +00:00
3b91db110bfixed crash in config file parser
Daniel Stenberg
2000-11-15 20:45:29 +00:00
ab9dfac24eupdated to catch bug 122480
Daniel Stenberg
2000-11-15 15:48:15 +00:00
5a07305dc8not 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
885184aa14proxy authorization test case
Daniel Stenberg
2000-11-15 12:06:59 +00:00
e0e67812denow 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
cdfa5f5d7bremoved some /= 256 that was wrongly left
Daniel Stenberg
2000-11-14 11:56:16 +00:00
0c19d2518cadded help text on -h
Daniel Stenberg
2000-11-14 10:28:25 +00:00
e64b8a8f86more decriptions
Daniel Stenberg
2000-11-14 10:24:26 +00:00
e2641a394dremoved 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
bd3dca96f6somewhat more functioning FTP
Daniel Stenberg
2000-11-13 20:47:09 +00:00
3cd77a19cabasic and early ftp support
Daniel Stenberg
2000-11-13 19:58:40 +00:00
e02affb5d0logs 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
2bd70e1351moved 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
336124c3dcupdated
Daniel Stenberg
2000-11-13 16:07:17 +00:00
8e735d1eeaconverted shell script to perl
Daniel Stenberg
2000-11-13 16:06:16 +00:00
aa9a60287dmore test case data
Daniel Stenberg
2000-11-13 16:05:39 +00:00
6736c1610cremoved the check that prevents -T and -o beinged used simultaneously!
Daniel Stenberg
2000-11-13 11:59:19 +00:00
1cc8af2779if 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
bfb118e42aAdded space after the Cookie: header keyword
Daniel Stenberg
2000-11-13 11:29:32 +00:00
3f0aa0648fdefaults to run all available test cases in (1 - last) order
Daniel Stenberg
2000-11-13 09:51:01 +00:00
a58e336d85updated test cases
Daniel Stenberg
2000-11-13 09:44:39 +00:00
27435f0648new pid stuff, more filters, various fixes
Daniel Stenberg
2000-11-13 09:43:40 +00:00
69e82e7383changed 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
b2daec2477more details added
Daniel Stenberg
2000-11-13 09:41:47 +00:00
c605f81a09Jörg updated the list of exported functions
Daniel Stenberg
2000-11-13 08:36:17 +00:00
d5b06bcf3breplaced by a working server!
Daniel Stenberg
2000-11-13 08:03:16 +00:00
d5e6404b8buses the new httpd server, runs the tests much faster
Daniel Stenberg
2000-11-13 08:02:26 +00:00
bc84fe1cf3new perl http server that works better
Daniel Stenberg
2000-11-13 08:02:02 +00:00
460aa295e0Chris Faherty fixed a free-twice problem
Daniel Stenberg
2000-11-13 07:51:23 +00:00
143ff23c4fupdated config file section
Daniel Stenberg
2000-11-12 15:14:35 +00:00
6195412005Added empty actions for all: and install:
Daniel Stenberg
2000-11-12 15:11:50 +00:00
4e120f34a5The last few days of changes
Daniel Stenberg
2000-11-10 15:26:48 +00:00
14bcdcfcddtest files
Daniel Stenberg
2000-11-10 15:24:54 +00:00
3c0194bb72initial checkin
Daniel Stenberg
2000-11-10 15:24:09 +00:00
172f0ba12dthe tests dir is added
Daniel Stenberg
2000-11-10 14:42:06 +00:00
4035543763set 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
920579ba11doing 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
1ff573c649added getpass_r check
Daniel Stenberg
2000-11-10 09:19:47 +00:00
7b5c551835adjusted to the changed getpass_r()
Daniel Stenberg
2000-11-10 09:19:09 +00:00
a5b2eb7962new interface, updated Angus' license, dependent on HAVE_GETPASS_R
Daniel Stenberg
2000-11-10 09:18:25 +00:00
78423c5899Venkataramana Mokkapati corrected a cookie parser bug
Daniel Stenberg
2000-11-10 08:10:04 +00:00
2bcb8abf40haxx.nu => haxx.se
Daniel Stenberg
2000-11-09 12:51:43 +00:00
b32bf42763Added 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
61fb8fea10cleaned 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
c0a44b4b9bAdded typecast to localtime_r()
Daniel Stenberg
2000-11-07 23:09:08 +00:00
ef8741d23cremoved the perror() outputs as they did nothing good to us
Daniel Stenberg
2000-11-07 07:33:40 +00:00
56548f9a13getpass_r() is the new getpass name for thread-safe getpass!
Daniel Stenberg
2000-11-06 23:18:50 +00:00
36000e5287Added T. Bharath to the list of contributors
Daniel Stenberg
2000-11-06 23:12:36 +00:00
8cb15395d0Added descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PASSWDFUNCTION, CURLOPT_CAINFO and CURLOPT_SSL_VERIFYPEER.
Daniel Stenberg
2000-11-06 23:11:23 +00:00
4ccda6d692Added CURLINFO_SSL_VERIFYRESULT
Daniel Stenberg
2000-11-06 22:59:05 +00:00
7390c3a8afbugfixes and improvements
Daniel Stenberg
2000-11-06 22:56:46 +00:00
e5e259030fremoved 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
9f4f16b55dnew getpass proto and function pointer usage
Daniel Stenberg
2000-11-06 22:53:50 +00:00
e05922c428modified pgrsTime() to the new functionality
Daniel Stenberg
2000-11-06 15:32:16 +00:00
71fb701168adjusted the time-keeping function to work better for location following requests
Daniel Stenberg
2000-11-06 15:31:10 +00:00
b6bb734215Emmanuel 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
e7736324b4David Odin (aka DindinX) for MandrakeSoft, tiny example with GTK
Daniel Stenberg
2000-11-03 14:47:07 +00:00
e0e01e5a59error code fix
Daniel Stenberg
2000-11-02 14:34:46 +00:00
852b664e45added signal in case sigaction is missing
Daniel Stenberg
2000-11-01 08:19:10 +00:00
e6cdb68a88adjusted to the new packages dir
Daniel Stenberg
2000-10-31 09:54:29 +00:00
349811f3daremoved, see packages/Linux/RPM
Daniel Stenberg
2000-10-31 09:53:54 +00:00
823785c53enew package related file
Daniel Stenberg
2000-10-31 09:50:22 +00:00
1c0fd24a36removed extra comma in the CURLINFO enum typedef
Daniel Stenberg
2000-10-30 23:17:06 +00:00
5c0b2f29b9Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO
Daniel Stenberg
2000-10-30 23:15:15 +00:00
e446edc288the verify cert stuff is now added!
Daniel Stenberg
2000-10-30 15:07:58 +00:00
b5d152caf7T. Bharath's ssl patch
Daniel Stenberg
2000-10-30 12:43:08 +00:00
6f7dcf3f22typecasted 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
0cff279063new urldata ssl layout and T. Bharath brought the new SSL cert verify function
Daniel Stenberg
2000-10-30 11:53:40 +00:00
09ba856e39Added section 4.8 I found a bug and did some minor cosmetics
Daniel Stenberg
2000-10-27 12:25:00 +00:00
1df033a1c5Added description on how to use the newly supported multiple -d options
Daniel Stenberg
2000-10-27 10:52:38 +00:00
3264ce04eeAdded sigaction check
Daniel Stenberg
2000-10-27 10:52:08 +00:00
3b0d49e1c9post 7.4.1 changes
Daniel Stenberg
2000-10-27 10:51:14 +00:00
f6daff475fremoved old unused getpass() leftovers
Daniel Stenberg
2000-10-26 21:59:54 +00:00
9d0d8280e9Georg 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
cdfb83e0e3removed getpass-check since getpass() is no longer being used
Daniel Stenberg
2000-10-26 10:32:31 +00:00
02037971edrenamed 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
a5b01cf4e8Kevin Roth's bugreport with config files containing '-v defaulturl' is now fixed
Daniel Stenberg
2000-10-26 08:15:13 +00:00
68c231e1b0Kevin P Roth's idea of supporting multiple -d options was turned into reality
Daniel Stenberg
2000-10-26 07:06:52 +00:00
949eaf8ad4Replaced the former bug report email address with the new curl-bug@haxx.se
Daniel Stenberg
2000-10-25 07:43:03 +00:00
950110ecb1Added a few ideas
Daniel Stenberg
2000-10-25 07:42:23 +00:00
5f8e93d3b0tiny spell correction
Daniel Stenberg
2000-10-25 07:41:58 +00:00
e4a7e18a0ccompiles on Linux now
Daniel Stenberg
2000-10-25 07:41:11 +00:00
8f5ffd94a2the 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
c44b10de41remote_port used in Host: headers only when non-default
Daniel Stenberg
2000-10-20 13:48:38 +00:00
135cc036aamade the speedcheck actually work again
Daniel Stenberg
2000-10-17 14:53:03 +00:00