Daniel Stenberg
e66cdacb93
minor changes
2001-12-13 07:16:27 +00:00
Daniel Stenberg
c67f2da283
solaris 2.5.1 needs the sys/types.h file before the sys/socket.h
2001-12-11 15:08:27 +00:00
Daniel Stenberg
e192261788
failf() calls should not have newlines in the message string!
2001-12-11 13:13:01 +00:00
Daniel Stenberg
c63ca99c1c
when the file name given to -T is used to build an upload path, the local
...
directory part is now stripped off and only the actual file name part will be
used
2001-12-11 00:48:55 +00:00
Daniel Stenberg
1c99c4ad11
HTTP_PROXY => http_proxy as Björn pointed out
2001-12-10 11:59:05 +00:00
Daniel Stenberg
bbcfc10677
corrected the READFUNCTION docs slightly
2001-12-10 07:46:43 +00:00
Daniel Stenberg
47e67eab26
corrected the comment above gmtime_r
2001-12-07 15:56:57 +00:00
Daniel Stenberg
650b95045d
added gmtime_r check
2001-12-07 15:51:59 +00:00
Cris Bailiff
5603134e58
Updated location information for Curl_easy
2001-12-07 09:24:42 +00:00
Daniel Stenberg
d12fd897cb
Jason Mancini's -Oalways suggestion
2001-12-06 14:40:16 +00:00
Daniel Stenberg
5e95203a5d
let us know if curl compiles on more platforms
2001-12-06 12:48:41 +00:00
Daniel Stenberg
cad4a571ce
curl compiles on HURD
2001-12-06 07:11:33 +00:00
Daniel Stenberg
139ab3740a
7.9.2 commit
2001-12-05 08:36:48 +00:00
Daniel Stenberg
7b832e1745
Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign
...
set.upload to FALSE or else we might still get an upload if the previous
operation was an upload!
2001-12-05 06:47:01 +00:00
Daniel Stenberg
914b9e441b
Eric-update
2001-12-04 16:33:40 +00:00
Daniel Stenberg
f0f6ab49f5
Eric's updated version
2001-12-04 13:03:27 +00:00
Daniel Stenberg
436d147925
Eric's #include fixes for better macos compiles
2001-12-04 13:03:08 +00:00
Daniel Stenberg
4bd78a7df4
Eric brought some files for macos compiles
2001-12-04 09:16:09 +00:00
Daniel Stenberg
7ee6a9dc25
i'm soooo funny
2001-12-04 09:14:41 +00:00
Daniel Stenberg
1b56ae8478
added macos files to the distribution archive
2001-12-04 08:48:37 +00:00
Daniel Stenberg
d52c0b6f05
more comments
2001-12-04 07:47:21 +00:00
Daniel Stenberg
3ff2bfa0e4
MacOS (not Mac OS X) compilation files
2001-12-04 06:56:24 +00:00
Daniel Stenberg
aa21a3d5c3
Eric's update
2001-12-04 06:52:19 +00:00
Daniel Stenberg
fc33ad8cf2
the happy events so far today
2001-12-03 13:56:48 +00:00
Daniel Stenberg
779043f7a3
As Eric Lavigne pointed out, the ftp response reader MUST cache data that
...
is not dealt with when we find an end-of-response line, as there might be
important stuff even after the correct line. So on subsequent invokes, the
cached data must be used!
2001-12-03 13:48:59 +00:00
Daniel Stenberg
265bb99382
test case 126 added, this uses RETRWEIRDO that makes the FTP server send two
...
responses at once, to excerise the part of curl to make sure it can cache
(parts of) responses properly.
2001-12-03 13:46:56 +00:00
Daniel Stenberg
7493db2338
Eric nailed a but in strnequal() for macintosh
2001-12-03 12:57:45 +00:00
Daniel Stenberg
c3ad019c99
the final ftp ipv6 support has been added!
2001-12-03 10:38:31 +00:00
Daniel Stenberg
05b84bfe91
updates
2001-12-03 10:07:49 +00:00
Daniel Stenberg
dbfa1e55b6
updated the copyright year range
2001-12-03 10:00:19 +00:00
Daniel Stenberg
a0fd63f611
cool.haxx.se now only allows http downloads
2001-12-03 09:59:44 +00:00
Daniel Stenberg
4ec0401529
modified the stack trace section slightly
2001-12-03 09:44:11 +00:00
Daniel Stenberg
61e6554b7f
pre7 and pre8 details
2001-12-03 08:22:59 +00:00
Daniel Stenberg
f6f3f79aa8
test127~ should not be included!
2001-12-03 07:43:42 +00:00
Daniel Stenberg
c16c017f8b
more careful re-use of connections when SSL is used over proxies
2001-12-02 14:16:34 +00:00
Daniel Stenberg
2f03ef39d1
SM renamed the debug DLL
2001-12-02 12:09:00 +00:00
Daniel Stenberg
db33926432
added a in_addr_t #define
2001-12-02 12:07:36 +00:00
Daniel Stenberg
946090b9cd
documented CURLOPT_HTTP_VERSION and CURLOPT_FTP_USE_EPSV
2001-11-30 13:40:23 +00:00
Daniel Stenberg
1f7f0fda71
added --disable-epsv
2001-11-30 13:30:02 +00:00
Daniel Stenberg
b84d947be4
no include, no const in strdup
2001-11-30 09:29:31 +00:00
Daniel Stenberg
07c67138c9
fixed the option parser to not loop when a long option is specified
2001-11-30 09:26:06 +00:00
Daniel Stenberg
10717bd39b
remove the command file after each test
2001-11-29 20:15:59 +00:00
Daniel Stenberg
302bb4a4b3
test126 renamed to test190 as it has to be last among the FTP tests because
...
of some problems in the test server :-/
2001-11-29 20:15:41 +00:00
Daniel Stenberg
81b5af2d1b
test 127 --disable-epsv
2001-11-29 19:58:16 +00:00
Daniel Stenberg
87c562845c
--disable-epsv
2001-11-29 19:42:51 +00:00
Daniel Stenberg
6c81d74626
fixes for tru64, fixes for mac
2001-11-29 12:50:35 +00:00
Daniel Stenberg
533c24a471
disabling EPSV is now possible
2001-11-29 12:49:10 +00:00
Daniel Stenberg
6a9697387a
stdin is file descriptor 0
2001-11-29 12:48:08 +00:00
Daniel Stenberg
85c8981b3d
mac fixes
2001-11-29 12:47:41 +00:00
Daniel Stenberg
6c5b8e1d59
added mac stuff
2001-11-29 12:42:50 +00:00