History log of /curl/ (Results 27376 – 27400 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ade1e79b27-Jan-2005 Daniel Stenberg

verify a part of the PORT line

2415724d26-Jan-2005 Daniel Stenberg

Make the server ignore the given PORT address, to make it possible to test
curl's -P option easier.

5463177f26-Jan-2005 Daniel Stenberg

added more official web and download mirrors

4efd751e26-Jan-2005 Daniel Stenberg

new curlpp URL

2337efc326-Jan-2005 Daniel Stenberg

fixed sort, mention C, the java binding is now maintained by Vic Hanson

b942a25a25-Jan-2005 Daniel Stenberg

add number to the bugs to make them easier to refer to

beab9a9625-Jan-2005 Daniel Stenberg

two known bugs

177dbc7b25-Jan-2005 Daniel Stenberg

Ian Ford asked about support for the FTP command ACCT, and I discovered it is
present in RFC959... so now (lib)curl supports it as well. --ftp-account and
CURLOPT_FTP_ACCOUNT set the account

Ian Ford asked about support for the FTP command ACCT, and I discovered it is
present in RFC959... so now (lib)curl supports it as well. --ftp-account and
CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
string after PASS have been sent away. The client responds with "ACCT [account
string]".) Added test case 228 and 229 to verify the functionality. Updated
the test FTP server to support ACCT somewhat.

show more ...

f2e71edc25-Jan-2005 Daniel Stenberg

A minor "syntax error" in numerous test files corrected


tests/data/test10
tests/data/test100
tests/data/test101
tests/data/test102
tests/data/test103
tests/data/test104
tests/data/test105
tests/data/test106
tests/data/test107
tests/data/test108
tests/data/test109
tests/data/test11
tests/data/test110
tests/data/test111
tests/data/test112
tests/data/test113
tests/data/test114
tests/data/test115
tests/data/test116
tests/data/test117
tests/data/test118
tests/data/test119
tests/data/test12
tests/data/test120
tests/data/test121
tests/data/test122
tests/data/test123
tests/data/test124
tests/data/test125
tests/data/test126
tests/data/test127
tests/data/test128
tests/data/test13
tests/data/test130
tests/data/test131
tests/data/test132
tests/data/test133
tests/data/test134
tests/data/test135
tests/data/test136
tests/data/test137
tests/data/test138
tests/data/test139
tests/data/test14
tests/data/test140
tests/data/test141
tests/data/test142
tests/data/test143
tests/data/test144
tests/data/test145
tests/data/test146
tests/data/test147
tests/data/test148
tests/data/test15
tests/data/test150
tests/data/test151
tests/data/test152
tests/data/test153
tests/data/test159
tests/data/test16
tests/data/test160
tests/data/test161
tests/data/test162
tests/data/test164
tests/data/test165
tests/data/test167
tests/data/test168
tests/data/test169
tests/data/test17
tests/data/test170
tests/data/test174
tests/data/test175
tests/data/test176
tests/data/test177
tests/data/test18
tests/data/test182
tests/data/test183
tests/data/test184
tests/data/test185
tests/data/test187
tests/data/test188
tests/data/test189
tests/data/test19
tests/data/test190
tests/data/test191
tests/data/test195
tests/data/test196
tests/data/test2
tests/data/test20
tests/data/test200
tests/data/test201
tests/data/test202
tests/data/test203
tests/data/test206
tests/data/test207
tests/data/test208
tests/data/test209
tests/data/test21
tests/data/test213
tests/data/test217
tests/data/test22
tests/data/test227
tests/data/test23
tests/data/test24
tests/data/test25
tests/data/test26
tests/data/test27
tests/data/test28
tests/data/test29
tests/data/test3
tests/data/test30
tests/data/test300
tests/data/test301
tests/data/test302
tests/data/test303
tests/data/test304
tests/data/test305
tests/data/test306
tests/data/test31
tests/data/test33
tests/data/test34
tests/data/test36
tests/data/test37
tests/data/test39
tests/data/test4
tests/data/test41
tests/data/test43
tests/data/test44
tests/data/test45
tests/data/test47
tests/data/test5
tests/data/test54
tests/data/test56
tests/data/test6
tests/data/test63
tests/data/test64
tests/data/test65
tests/data/test67
tests/data/test68
tests/data/test69
tests/data/test7
tests/data/test70
tests/data/test71
tests/data/test72
tests/data/test79
tests/data/test8
tests/data/test80
tests/data/test81
tests/data/test82
tests/data/test83
tests/data/test84
tests/data/test85
tests/data/test89
tests/data/test90
tests/data/test91
tests/data/test95
tests/data/test97
tests/ftpserver.pl
fad6e5a525-Jan-2005 Daniel Stenberg

new web mirror

52f6c43725-Jan-2005 Daniel Stenberg

--protocols is added in 7.13.0

80a8be6325-Jan-2005 Daniel Stenberg

David Shaw contributed a fairly complete and detailed autoconf macro you can
use to detect libcurl and setup variables for the protocols the installed
libcurl supports: docs/libcurl/libcurl.m4

043d70fc25-Jan-2005 Daniel Stenberg

Use plain structs and not typedef'ed ones in the hash and linked-list code.

4f7e958923-Jan-2005 Daniel Stenberg

two options less

5314391022-Jan-2005 Daniel Stenberg

\fI marked \fP more function calls etc.

95656cd722-Jan-2005 Daniel Stenberg

If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTION
if you set CURLOPT_WRITEDATA - or you will experience crashes.

d8f79b2622-Jan-2005 Daniel Stenberg

next release will be 7.13.0

51da855222-Jan-2005 Daniel Stenberg

added a few items I plan to do

7e42cb6121-Jan-2005 Daniel Stenberg

FTP third transfer support overhaul. See CHANGES for details.

6c03868021-Jan-2005 Daniel Stenberg

clarify the struct name for CURLOPT_HTTPPOST

291a908f20-Jan-2005 Daniel Stenberg

Added support for "verify" => "stripfile" to strip contents of the file that
is being checked.

Also made the server retrying sleep only one second instead of three, to reduce
some wa

Added support for "verify" => "stripfile" to strip contents of the file that
is being checked.

Also made the server retrying sleep only one second instead of three, to reduce
some waiting when fooling around with the servers.

show more ...

b264a03f20-Jan-2005 Daniel Stenberg

Support file names passed to RETR that don't start with a number. In that
case, all non-numeric prefixing letters are cut off to figure out the test
number.

7472ede320-Jan-2005 Daniel Stenberg

Philippe Hameau found out that -Q "+[command]" didn't work, although some code
was written for it. I fixed and added test case 227 to verify it. The curl.1
man page didn't mention the '+' so

Philippe Hameau found out that -Q "+[command]" didn't work, although some code
was written for it. I fixed and added test case 227 to verify it. The curl.1
man page didn't mention the '+' so I added it.

show more ...

b5065e4620-Jan-2005 Daniel Stenberg

add support for NOOP

8dd799b420-Jan-2005 Daniel Stenberg

If you give a *_LARGE option you MUST make sure that the type of the passed-in
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a ty

If you give a *_LARGE option you MUST make sure that the type of the passed-in
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a type 'long' argument. */

show more ...

1...<<1091109210931094109510961097109810991100>>...1351