]> granicus.if.org Git - curl/log
curl
20 years agoHTTP PUT a to a FTP URL with username+password - over HTTP proxy
Daniel Stenberg [Mon, 6 Dec 2004 12:54:50 +0000 (12:54 +0000)]
HTTP PUT a to a FTP URL with username+password - over HTTP proxy

20 years agoDan Fandrich added the --disable-cookies option to configure to build
Daniel Stenberg [Sun, 5 Dec 2004 23:59:32 +0000 (23:59 +0000)]
Dan Fandrich added the --disable-cookies option to configure to build
libcurl without cookie support. This is mainly useful if you want to build a
minimalistic libcurl with no cookies support at all. Like for embedded
systems or similar.

20 years agoRichard Atterer fixed libcurl's way of dealing with the EPSV
Daniel Stenberg [Sun, 5 Dec 2004 23:33:33 +0000 (23:33 +0000)]
Richard Atterer fixed libcurl's way of dealing with the EPSV
response. Previously, libcurl would re-resolve the host name with the new
port number and attempt to connect to that, while it should use the IP from
the control channel. This bug made it hard to EPSV from an FTP server with
multiple IP addresses!

20 years agoCURLOPT_FTPSSLAUTH was added in 7.12.2
Daniel Stenberg [Fri, 3 Dec 2004 11:25:06 +0000 (11:25 +0000)]
CURLOPT_FTPSSLAUTH was added in 7.12.2

20 years agocredit where credit is due
Daniel Stenberg [Fri, 3 Dec 2004 11:06:05 +0000 (11:06 +0000)]
credit where credit is due

20 years agoBug report #1078066: when a chunked transfer was pre-maturely closed exactly
Daniel Stenberg [Fri, 3 Dec 2004 09:31:25 +0000 (09:31 +0000)]
Bug report #1078066: when a chunked transfer was pre-maturely closed exactly
at a chunk boundary it was not considered an error and thus went unnoticed.
Added test case 207 to verify.

20 years agomade the intended one hour default timeout in the CONNECT loop actually work
Daniel Stenberg [Thu, 2 Dec 2004 23:30:13 +0000 (23:30 +0000)]
made the intended one hour default timeout in the CONNECT loop actually work

20 years agocomment cleanup
Daniel Stenberg [Thu, 2 Dec 2004 22:52:14 +0000 (22:52 +0000)]
comment cleanup

20 years agotest 206 - HTTP proxy CONNECT auth Digest
Daniel Stenberg [Thu, 2 Dec 2004 17:11:19 +0000 (17:11 +0000)]
test 206 - HTTP proxy CONNECT auth Digest

20 years agoadded comment about port number in CONNECT string being used as test number
Daniel Stenberg [Thu, 2 Dec 2004 17:11:09 +0000 (17:11 +0000)]
added comment about port number in CONNECT string being used as test number

20 years agoprevent an initial "(nil)" to get sent in the initial request when doing
Daniel Stenberg [Thu, 2 Dec 2004 17:08:37 +0000 (17:08 +0000)]
prevent an initial "(nil)" to get sent in the initial request when doing
CONNECT to a proxy with digest

20 years agoUse "HAVE_SYS_TYPES_H".
Gisle Vanem [Wed, 1 Dec 2004 13:41:22 +0000 (13:41 +0000)]
Use "HAVE_SYS_TYPES_H".

20 years agomake the "check" actually open all those file desciptors as well to make sure
Daniel Stenberg [Wed, 1 Dec 2004 10:34:46 +0000 (10:34 +0000)]
make the "check" actually open all those file desciptors as well to make sure
it works, as it has proved to not work in some cases (like on Tor Arntsen's
AIX 5100-06 xlc 5.0 --disable-shared runs).

20 years agoalarm() works unreliable on djgpp 2.03. Don't use it.
Gisle Vanem [Tue, 30 Nov 2004 14:59:24 +0000 (14:59 +0000)]
alarm() works unreliable on djgpp 2.03. Don't use it.

20 years agorecent changes
Daniel Stenberg [Tue, 30 Nov 2004 10:21:25 +0000 (10:21 +0000)]
recent changes

20 years agofixed test case errors
Daniel Stenberg [Tue, 30 Nov 2004 10:20:59 +0000 (10:20 +0000)]
fixed test case errors

20 years agothree new compress test cases
Daniel Stenberg [Tue, 30 Nov 2004 09:54:16 +0000 (09:54 +0000)]
three new compress test cases

20 years agoFixed the array comparison function even more, made the temporary files used
Daniel Stenberg [Tue, 30 Nov 2004 09:53:53 +0000 (09:53 +0000)]
Fixed the array comparison function even more, made the temporary files used
for diff output get created in the log/ dir and no longer deletes them since
they help in understanding the problem, fixing the test case and fixing curl
problems.

20 years agoDan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream
Daniel Stenberg [Tue, 30 Nov 2004 09:44:54 +0000 (09:44 +0000)]
Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream

20 years agono longer use the MIME::Base64.pm package as it seems to not be standard
Daniel Stenberg [Tue, 30 Nov 2004 09:27:11 +0000 (09:27 +0000)]
no longer use the MIME::Base64.pm package as it seems to not be standard
on lots of perl versions, provide our own base64 decoder

20 years agoadded test 221 to test a broken gzip content download
Daniel Stenberg [Mon, 29 Nov 2004 22:37:52 +0000 (22:37 +0000)]
added test 221 to test a broken gzip content download

20 years agoadded test 220 - simple gzip auto decompress
Daniel Stenberg [Mon, 29 Nov 2004 22:15:42 +0000 (22:15 +0000)]
added test 220 - simple gzip auto decompress

20 years ago--disable-epsv when connecting to an IPv6 ftp server
Daniel Stenberg [Mon, 29 Nov 2004 21:45:25 +0000 (21:45 +0000)]
--disable-epsv when connecting to an IPv6 ftp server

20 years agoremoved comment
Daniel Stenberg [Mon, 29 Nov 2004 21:44:40 +0000 (21:44 +0000)]
removed comment

20 years agoinclude setup.h first
Daniel Stenberg [Mon, 29 Nov 2004 21:44:23 +0000 (21:44 +0000)]
include setup.h first

20 years agoAs reported in Mandrake's bug tracker bug 12285
Daniel Stenberg [Mon, 29 Nov 2004 21:25:07 +0000 (21:25 +0000)]
As reported in Mandrake's bug tracker bug 12285
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an
IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables
the ability to transfer a file. Now, when connected to an FTP server with
IPv6, these FTP commands can't be disabled even if asked to with the
available libcurl options.

20 years agozero terminate the buffer spitout() returns, as the sws.c code depends on
Daniel Stenberg [Mon, 29 Nov 2004 18:26:09 +0000 (18:26 +0000)]
zero terminate the buffer spitout() returns, as the sws.c code depends on
that!

20 years agomake it possible for a test case to depend on the feature 'libz'
Daniel Stenberg [Mon, 29 Nov 2004 12:23:02 +0000 (12:23 +0000)]
make it possible for a test case to depend on the feature 'libz'

20 years agokilled trailing whitespace
Daniel Stenberg [Mon, 29 Nov 2004 12:11:46 +0000 (12:11 +0000)]
killed trailing whitespace

20 years agoEnable test cases to provide sections base64-encoded to be able to test
Daniel Stenberg [Mon, 29 Nov 2004 12:10:09 +0000 (12:10 +0000)]
Enable test cases to provide sections base64-encoded to be able to test
with binary data.

20 years agoutility to base encode data passed on stdin
Daniel Stenberg [Mon, 29 Nov 2004 12:09:05 +0000 (12:09 +0000)]
utility to base encode data passed on stdin

20 years agostricter newline policy
Daniel Stenberg [Mon, 29 Nov 2004 12:01:07 +0000 (12:01 +0000)]
stricter newline policy

20 years agospell
Daniel Stenberg [Mon, 29 Nov 2004 08:47:33 +0000 (08:47 +0000)]
spell

20 years agoif gmtime() returns NULL, this returns -1 to bail out nicely
Daniel Stenberg [Mon, 29 Nov 2004 08:10:10 +0000 (08:10 +0000)]
if gmtime() returns NULL, this returns -1 to bail out nicely

20 years agoremoved one we won't do, removed the CWD optimize as it is (partly) done
Daniel Stenberg [Sun, 28 Nov 2004 13:04:34 +0000 (13:04 +0000)]
removed one we won't do, removed the CWD optimize as it is (partly) done

20 years agoadd more info to the stderr output
Daniel Stenberg [Sun, 28 Nov 2004 08:57:03 +0000 (08:57 +0000)]
add more info to the stderr output

20 years agotypecast the coversion from long to int
Daniel Stenberg [Sat, 27 Nov 2004 09:27:48 +0000 (09:27 +0000)]
typecast the coversion from long to int

20 years agoprogress meter newline
Daniel Stenberg [Fri, 26 Nov 2004 21:35:14 +0000 (21:35 +0000)]
progress meter newline

20 years agoI changed my mind. Remove ioctl() macro in setup.h instead.
Gisle Vanem [Fri, 26 Nov 2004 16:08:15 +0000 (16:08 +0000)]
I changed my mind. Remove ioctl() macro in setup.h instead.

20 years agoAdded anyauthput.exe.
Gisle Vanem [Fri, 26 Nov 2004 15:04:15 +0000 (15:04 +0000)]
Added anyauthput.exe.

20 years agoRenamed urldata.h members 'ioctl*' to 'ioctrl*' due to
Gisle Vanem [Fri, 26 Nov 2004 14:57:01 +0000 (14:57 +0000)]
Renamed urldata.h members 'ioctl*' to 'ioctrl*' due to
clash with djgpp ioctl() macro in setup.h.

20 years agoAs reported in Mandrake's bug tracker bug 12289
Daniel Stenberg [Fri, 26 Nov 2004 14:33:13 +0000 (14:33 +0000)]
As reported in Mandrake's bug tracker bug 12289
(http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline
to "finish" the progress meter after each redirect and not only after a
completed transfer.

20 years agoremoved no longer used variable
Daniel Stenberg [Fri, 26 Nov 2004 08:52:18 +0000 (08:52 +0000)]
removed no longer used variable

20 years agolast-second-before-commit changes corrected
Daniel Stenberg [Fri, 26 Nov 2004 08:41:39 +0000 (08:41 +0000)]
last-second-before-commit changes corrected

20 years agoFTP improvements:
Daniel Stenberg [Thu, 25 Nov 2004 22:21:49 +0000 (22:21 +0000)]
FTP improvements:

If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on
the same server again even if a following request is made using a persistent
connection.

If a second request is made to a server, requesting a file from the same
directory as the previous request operated on, libcurl will no longer make
that long series of CWD commands just to end up on the same spot. Note that
this is only for *exactly* the same dir. There is still room for improvements
to optimize the CWD-sending when the dirs are only slightly different.

Added test 210, 211 and 212 to verify these changes. Had to improve the
test script too and added a new primitive to the test file format.

20 years agomade the code fit within 80 cols
Daniel Stenberg [Thu, 25 Nov 2004 16:49:14 +0000 (16:49 +0000)]
made the code fit within 80 cols

20 years agomingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we
Daniel Stenberg [Wed, 24 Nov 2004 22:11:18 +0000 (22:11 +0000)]
mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we
can just safely pretend we don't have one

20 years agoProvide a 64-bit capable ftruncate(). MingW has one, but
Gisle Vanem [Wed, 24 Nov 2004 19:34:25 +0000 (19:34 +0000)]
Provide a 64-bit capable ftruncate(). MingW has one, but
it takes only 32-bit offsets.

20 years agoadded missing new error string
Daniel Stenberg [Wed, 24 Nov 2004 18:25:33 +0000 (18:25 +0000)]
added missing new error string

20 years agomingw has a ftruncate() function
Daniel Stenberg [Wed, 24 Nov 2004 16:16:36 +0000 (16:16 +0000)]
mingw has a ftruncate() function

20 years agoHTTP "auth done right". See lib/README.httpauth
Daniel Stenberg [Wed, 24 Nov 2004 16:11:35 +0000 (16:11 +0000)]
HTTP "auth done right". See lib/README.httpauth

20 years agodecided to skip the MSVC makefile fixes, nobody seems to really want them
Daniel Stenberg [Wed, 24 Nov 2004 16:08:41 +0000 (16:08 +0000)]
decided to skip the MSVC makefile fixes, nobody seems to really want them
and they are rather excessive

20 years agoAndrés García fixed the configure script to detect select properly when run
Daniel Stenberg [Wed, 24 Nov 2004 15:49:43 +0000 (15:49 +0000)]
Andrés García fixed the configure script to detect select properly when run
with Msys/Mingw on Windows.

20 years agoClarify the static vs. import lib issue on Win32.
Gisle Vanem [Wed, 24 Nov 2004 15:14:42 +0000 (15:14 +0000)]
Clarify the static vs. import lib issue on Win32.

20 years agoadded a bunch of people who really deserve to be here
Daniel Stenberg [Tue, 23 Nov 2004 22:15:49 +0000 (22:15 +0000)]
added a bunch of people who really deserve to be here

20 years agooops, use the precheck too!
Daniel Stenberg [Tue, 23 Nov 2004 10:05:10 +0000 (10:05 +0000)]
oops, use the precheck too!

20 years agocut out release with no issue to fix
Daniel Stenberg [Tue, 23 Nov 2004 09:52:56 +0000 (09:52 +0000)]
cut out release with no issue to fix

20 years agointroducing the client/precheck concept to allow test 518 to *only* run when
Daniel Stenberg [Tue, 23 Nov 2004 09:50:16 +0000 (09:50 +0000)]
introducing the client/precheck concept to allow test 518 to *only* run when
it actually can run and test the FD_SETSIZE stuff it is meant to test

20 years agoyet another binding
Daniel Stenberg [Tue, 23 Nov 2004 09:22:23 +0000 (09:22 +0000)]
yet another binding

20 years agoDavid Phillips fix for test 518 and my extension to make it not run on
Daniel Stenberg [Mon, 22 Nov 2004 22:26:46 +0000 (22:26 +0000)]
David Phillips fix for test 518 and my extension to make it not run on
systems that can't run it fine.

20 years agotrying a version with URLs for all function calls
Daniel Stenberg [Mon, 22 Nov 2004 16:24:46 +0000 (16:24 +0000)]
trying a version with URLs for all function calls

20 years agoissue 52 is fixed, I work on 51
Daniel Stenberg [Mon, 22 Nov 2004 15:49:17 +0000 (15:49 +0000)]
issue 52 is fixed, I work on 51

20 years agoremoved trailing whitespace
Daniel Stenberg [Mon, 22 Nov 2004 14:41:36 +0000 (14:41 +0000)]
removed trailing whitespace

20 years agoremoved unused variable and trailing whitespace
Daniel Stenberg [Mon, 22 Nov 2004 14:41:24 +0000 (14:41 +0000)]
removed unused variable and trailing whitespace

20 years agoremove curl_ prefix from functions not present in libcurl
Daniel Stenberg [Mon, 22 Nov 2004 14:07:23 +0000 (14:07 +0000)]
remove curl_ prefix from functions not present in libcurl

20 years agore-indented to curl style
Daniel Stenberg [Mon, 22 Nov 2004 13:48:35 +0000 (13:48 +0000)]
re-indented to curl style

20 years agorenamed curl_thread to my_thread to avoid confusion
Daniel Stenberg [Mon, 22 Nov 2004 13:43:52 +0000 (13:43 +0000)]
renamed curl_thread to my_thread to avoid confusion

20 years agoadd URLs in comments for all libcurl function calls
Daniel Stenberg [Mon, 22 Nov 2004 13:39:23 +0000 (13:39 +0000)]
add URLs in comments for all libcurl function calls

20 years agoCurl_select's timeout arg is an int
Daniel Stenberg [Mon, 22 Nov 2004 13:28:44 +0000 (13:28 +0000)]
Curl_select's timeout arg is an int

20 years agothe FD_SETSIZE problem is fixed
Daniel Stenberg [Sun, 21 Nov 2004 23:13:13 +0000 (23:13 +0000)]
the FD_SETSIZE problem is fixed

20 years agoThe FD_SETSIZE issue is already sorted, at least internally. We still need
Daniel Stenberg [Sun, 21 Nov 2004 13:18:36 +0000 (13:18 +0000)]
The FD_SETSIZE issue is already sorted, at least internally. We still need
to provide a better multi-API to allow apps to avoid select().

20 years agoadded comment for windows people about READFUNCTION being needed
Daniel Stenberg [Sun, 21 Nov 2004 12:42:28 +0000 (12:42 +0000)]
added comment for windows people about READFUNCTION being needed

20 years agoDan Fandrich fix to compile with libc5
Daniel Stenberg [Sat, 20 Nov 2004 08:57:56 +0000 (08:57 +0000)]
Dan Fandrich fix to compile with libc5

20 years agoEnable >2GB files for MingW.
Gisle Vanem [Fri, 19 Nov 2004 15:15:52 +0000 (15:15 +0000)]
Enable >2GB files for MingW.

20 years agoSuppress signed vs. unsigned warnings on Win32
Gisle Vanem [Fri, 19 Nov 2004 14:38:02 +0000 (14:38 +0000)]
Suppress signed vs. unsigned warnings on Win32

20 years agoCurl_select() now uses curl_socket_t on socket arguments
Daniel Stenberg [Fri, 19 Nov 2004 14:03:19 +0000 (14:03 +0000)]
Curl_select() now uses curl_socket_t on socket arguments

20 years agoifdef for portable "/dev/null".
Gisle Vanem [Fri, 19 Nov 2004 13:50:41 +0000 (13:50 +0000)]
ifdef for portable "/dev/null".

20 years agoWinsock sockets are not in range 0..FD_SETSIZE.
Gisle Vanem [Fri, 19 Nov 2004 13:46:58 +0000 (13:46 +0000)]
Winsock sockets are not in range 0..FD_SETSIZE.
Shouldn't Curl_select() use curl_socket_t ?

20 years agoadd select.obj
Daniel Stenberg [Fri, 19 Nov 2004 13:45:46 +0000 (13:45 +0000)]
add select.obj

20 years agoDavid Phillips' FD_SETSIZE fix
Daniel Stenberg [Fri, 19 Nov 2004 08:52:33 +0000 (08:52 +0000)]
David Phillips' FD_SETSIZE fix

20 years agoDan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
Daniel Stenberg [Thu, 18 Nov 2004 14:04:40 +0000 (14:04 +0000)]
Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and
errors.

20 years agoAdded revision tag.
Gisle Vanem [Tue, 16 Nov 2004 17:15:07 +0000 (17:15 +0000)]
Added revision tag.

20 years agoAdded README.httpauth to the dist
Daniel Stenberg [Tue, 16 Nov 2004 14:24:54 +0000 (14:24 +0000)]
Added README.httpauth to the dist

20 years agosaved for the future
Daniel Stenberg [Tue, 16 Nov 2004 14:02:24 +0000 (14:02 +0000)]
saved for the future

20 years agomention the openssl callbacks for SSL multithread
Daniel Stenberg [Tue, 16 Nov 2004 08:49:51 +0000 (08:49 +0000)]
mention the openssl callbacks for SSL multithread

20 years agoadded test case 517: 22 tests of the curl_getdate() function
Daniel Stenberg [Mon, 15 Nov 2004 21:49:35 +0000 (21:49 +0000)]
added test case 517: 22 tests of the curl_getdate() function

20 years agotiny format fix for nicer man output
Daniel Stenberg [Mon, 15 Nov 2004 21:41:21 +0000 (21:41 +0000)]
tiny format fix for nicer man output

20 years agoclean up start time and t_startsingle use so that redirect_time works properly
Daniel Stenberg [Mon, 15 Nov 2004 11:27:03 +0000 (11:27 +0000)]
clean up start time and t_startsingle use so that redirect_time works properly

20 years agonew -w variables supported
Daniel Stenberg [Mon, 15 Nov 2004 11:25:39 +0000 (11:25 +0000)]
new -w variables supported

20 years agoAdded top_srcdir.
Gisle Vanem [Mon, 15 Nov 2004 10:41:58 +0000 (10:41 +0000)]
Added top_srcdir.

20 years agoAdded revision id, test for USE_ARES.
Gisle Vanem [Mon, 15 Nov 2004 10:38:34 +0000 (10:38 +0000)]
Added revision id, test for USE_ARES.
Uses Makefile.inc.

20 years agobinding for R
Daniel Stenberg [Mon, 15 Nov 2004 08:54:29 +0000 (08:54 +0000)]
binding for R

20 years agoChanges for static/dynamic linking of libcurl.
Gisle Vanem [Sun, 14 Nov 2004 13:51:33 +0000 (13:51 +0000)]
Changes for static/dynamic linking of libcurl.
No need to generate a dummy sys/utime.h. Cleanup.

20 years agoBorland doesn't have <sys/utime.h>, utime() nor
Gisle Vanem [Sun, 14 Nov 2004 13:50:21 +0000 (13:50 +0000)]
Borland doesn't have <sys/utime.h>, utime() nor
_lseeki64().

20 years agoBorland doesn't have <sys/utime.h> nor utime().
Gisle Vanem [Sun, 14 Nov 2004 13:49:09 +0000 (13:49 +0000)]
Borland doesn't have <sys/utime.h> nor utime().

20 years agoStatic lib is libcurl.lib and import lib libcurl_imp.lib.
Gisle Vanem [Sun, 14 Nov 2004 13:48:15 +0000 (13:48 +0000)]
Static lib is libcurl.lib and import lib libcurl_imp.lib.
Added implib command. Cleanup

20 years agoDan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions since
Daniel Stenberg [Sat, 13 Nov 2004 21:57:33 +0000 (21:57 +0000)]
Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions since
they don't support C99 varargs macros.

20 years agoMingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles.
Gisle Vanem [Sat, 13 Nov 2004 16:57:56 +0000 (16:57 +0000)]
MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles.

20 years agoFix location of timeval.c.
Gisle Vanem [Sat, 13 Nov 2004 16:55:53 +0000 (16:55 +0000)]
Fix location of timeval.c.

20 years agoUpdate comment.
Gisle Vanem [Sat, 13 Nov 2004 16:54:26 +0000 (16:54 +0000)]
Update comment.