platform/upstream/curl.git
20 years agoKjetil Jacobsen reported an open file leak in file:// transfers of empty
Daniel Stenberg [Tue, 17 Aug 2004 12:00:39 +0000 (12:00 +0000)]
Kjetil Jacobsen reported an open file leak in file:// transfers of empty
files.

20 years agoadded a check for the xlc compiler on AIX, and if that is detect we use
Daniel Stenberg [Tue, 17 Aug 2004 10:47:57 +0000 (10:47 +0000)]
added a check for the xlc compiler on AIX, and if that is detect we use
the -qthreaded compiler option

20 years agodefine _THREAD_SAFE on (recent) AIX systems to build thread-safe code
Daniel Stenberg [Tue, 17 Aug 2004 09:00:30 +0000 (09:00 +0000)]
define _THREAD_SAFE on (recent) AIX systems to build thread-safe code

20 years agorecent fixes
Daniel Stenberg [Tue, 17 Aug 2004 06:56:53 +0000 (06:56 +0000)]
recent fixes

20 years agoallow a custom "Accept-Encoding:" header override the internally set one
Daniel Stenberg [Mon, 16 Aug 2004 13:25:30 +0000 (13:25 +0000)]
allow a custom "Accept-Encoding:" header override the internally set one
that gets set with CURLOPT_ENCODING

20 years agostrip trailing whitespace
Daniel Stenberg [Mon, 16 Aug 2004 13:24:01 +0000 (13:24 +0000)]
strip trailing whitespace

20 years agosyncronized with libcurl.def.
Gunter Knauf [Mon, 16 Aug 2004 11:09:30 +0000 (11:09 +0000)]
syncronized with libcurl.def.

20 years agocosmetic fix.
Gunter Knauf [Mon, 16 Aug 2004 11:09:01 +0000 (11:09 +0000)]
cosmetic fix.

20 years agosummary edit: mention that some options take a curl_off_t
Daniel Stenberg [Mon, 16 Aug 2004 10:49:57 +0000 (10:49 +0000)]
summary edit: mention that some options take a curl_off_t

20 years agoRoland Krikava's cookies over proxy fix.
Daniel Stenberg [Mon, 16 Aug 2004 07:24:25 +0000 (07:24 +0000)]
Roland Krikava's cookies over proxy fix.

20 years agofixed linkage dll targets. (submitted by Casey O'Donnell)
Gunter Knauf [Sat, 14 Aug 2004 22:03:40 +0000 (22:03 +0000)]
fixed linkage dll targets. (submitted by Casey O'Donnell)

20 years agoadded two good ideas
Daniel Stenberg [Fri, 13 Aug 2004 12:06:30 +0000 (12:06 +0000)]
added two good ideas

20 years agomention Harshal Pradhan's windows fix
Daniel Stenberg [Fri, 13 Aug 2004 12:01:20 +0000 (12:01 +0000)]
mention Harshal Pradhan's windows fix

20 years agoHarshal Pradhan made minor syntax change to make this build with MSVC 7.1
Daniel Stenberg [Fri, 13 Aug 2004 12:00:33 +0000 (12:00 +0000)]
Harshal Pradhan made minor syntax change to make this build with MSVC 7.1

20 years agoremoved the ispell-added local word, compressed the final links into a
Daniel Stenberg [Fri, 13 Aug 2004 11:56:15 +0000 (11:56 +0000)]
removed the ispell-added local word, compressed the final links into a
short section

20 years agostrip trailing whitespace
Daniel Stenberg [Fri, 13 Aug 2004 11:53:33 +0000 (11:53 +0000)]
strip trailing whitespace

20 years agospell
Daniel Stenberg [Fri, 13 Aug 2004 11:47:31 +0000 (11:47 +0000)]
spell

20 years agoAdded "5.9 How does libcurl resolve host names?" since I wrote the text in
Daniel Stenberg [Thu, 12 Aug 2004 14:09:10 +0000 (14:09 +0000)]
Added "5.9 How does libcurl resolve host names?" since I wrote the text in
a mail anyway the other day.

20 years agoupdated with recent changes
Daniel Stenberg [Thu, 12 Aug 2004 14:08:46 +0000 (14:08 +0000)]
updated with recent changes

20 years agohm
Daniel Stenberg [Thu, 12 Aug 2004 11:39:00 +0000 (11:39 +0000)]
hm

20 years ago3.16 What certificates do I need with I use SSL?
Daniel Stenberg [Thu, 12 Aug 2004 11:02:01 +0000 (11:02 +0000)]
3.16 What certificates do I need with I use SSL?

my first attempt at a basic description of the certs involvede

20 years agoremoved trailing whitespace, indented to curl-style levels
Daniel Stenberg [Thu, 12 Aug 2004 07:01:20 +0000 (07:01 +0000)]
removed trailing whitespace, indented to curl-style levels

20 years agoRemoved the _XOPEN_SOURCE defining again since it caused major havoc in IRIX
Daniel Stenberg [Thu, 12 Aug 2004 06:30:17 +0000 (06:30 +0000)]
Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX
land with many warnings and even compiler errors due to missing structs etc

20 years ago--disable-[protocol] doesn't disable tests of the specific protocol
Daniel Stenberg [Wed, 11 Aug 2004 11:18:24 +0000 (11:18 +0000)]
--disable-[protocol] doesn't disable tests of the specific protocol

20 years agoclarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
Daniel Stenberg [Wed, 11 Aug 2004 08:44:36 +0000 (08:44 +0000)]
clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
even if user and password are correct

20 years agoinclude the server response in the error message when an FTP server gives
Daniel Stenberg [Wed, 11 Aug 2004 08:39:48 +0000 (08:39 +0000)]
include the server response in the error message when an FTP server gives
back a 530 after the password is provided, as it isn't necessary because of a
bad user name or password.

20 years agodefine the _XOPEN_SOURCE define in the config.h file instead, and also added a
Daniel Stenberg [Wed, 11 Aug 2004 07:25:08 +0000 (07:25 +0000)]
define the _XOPEN_SOURCE define in the config.h file instead, and also added a
decent quote about the define, taken from
http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html

20 years agofixed the default result for xopen and mimpure to work better
Daniel Stenberg [Wed, 11 Aug 2004 07:14:34 +0000 (07:14 +0000)]
fixed the default result for xopen and mimpure to work better

20 years agoexperimental code to detect mips-sgi-irix systems that build without gcc
Daniel Stenberg [Wed, 11 Aug 2004 07:11:35 +0000 (07:11 +0000)]
experimental code to detect mips-sgi-irix systems that build without gcc
and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less
warnings (on the 64bit versions)

20 years agoadded several recent bindings
Daniel Stenberg [Wed, 11 Aug 2004 06:42:20 +0000 (06:42 +0000)]
added several recent bindings

20 years agoupdated the CURLOPT_POST description after input from Alan Pinstein
Daniel Stenberg [Tue, 10 Aug 2004 13:22:08 +0000 (13:22 +0000)]
updated the CURLOPT_POST description after input from Alan Pinstein

20 years agoOk, setting CURLOPT_POST to 0 will now convert the request to a GET (this
Daniel Stenberg [Tue, 10 Aug 2004 13:21:32 +0000 (13:21 +0000)]
Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this
remains undocumented as this is not the way we recommend)

20 years agominor reformat to suit the new FAQ parser
Daniel Stenberg [Tue, 10 Aug 2004 12:41:44 +0000 (12:41 +0000)]
minor reformat to suit the new FAQ parser

20 years agoignore curllib.dsp
Daniel Stenberg [Tue, 10 Aug 2004 10:43:41 +0000 (10:43 +0000)]
ignore curllib.dsp

20 years agoignore more files
Daniel Stenberg [Tue, 10 Aug 2004 10:43:10 +0000 (10:43 +0000)]
ignore more files

20 years ago7.12.2 work in progress
Daniel Stenberg [Tue, 10 Aug 2004 10:40:56 +0000 (10:40 +0000)]
7.12.2 work in progress

20 years agoand we're back on a clean notes sheet again
Daniel Stenberg [Tue, 10 Aug 2004 08:56:12 +0000 (08:56 +0000)]
and we're back on a clean notes sheet again

20 years ago7.12.1 notes
Daniel Stenberg [Tue, 10 Aug 2004 08:42:54 +0000 (08:42 +0000)]
7.12.1 notes

20 years agoadded "5.8 libcurl.so.3: open failed: No such file or directory" and made
Daniel Stenberg [Tue, 10 Aug 2004 08:41:41 +0000 (08:41 +0000)]
added "5.8 libcurl.so.3: open failed: No such file or directory" and made
some general cleanups

20 years agoIn OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is
Daniel Stenberg [Tue, 10 Aug 2004 08:06:43 +0000 (08:06 +0000)]
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is
already UTF-8 encoded. We check for this case and copy the raw string manually
to avoid the problem. This code can be made conditional in the future when
OpenSSL has been fixed. Work-around brought by Alexis S. L. Carvalho.

20 years agomore typecasts to please picky compilers
Daniel Stenberg [Tue, 10 Aug 2004 06:41:13 +0000 (06:41 +0000)]
more typecasts to please picky compilers

20 years agoversion string, krb4 link fix, added number of web mirrors and libcurl bindings
Daniel Stenberg [Mon, 9 Aug 2004 13:13:10 +0000 (13:13 +0000)]
version string, krb4 link fix, added number of web mirrors and libcurl bindings

20 years agoGSS/Kerberos 5 for ftp
Daniel Stenberg [Mon, 9 Aug 2004 12:39:28 +0000 (12:39 +0000)]
GSS/Kerberos 5 for ftp

20 years agoadded info about my current idea about option separation between URLs on
Daniel Stenberg [Mon, 9 Aug 2004 12:36:17 +0000 (12:36 +0000)]
added info about my current idea about option separation between URLs on
the command line

20 years agoadding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW
Daniel Stenberg [Mon, 9 Aug 2004 12:18:30 +0000 (12:18 +0000)]
adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW

20 years ago--negotiate does not work without username/password, bug report #1004841
Daniel Stenberg [Mon, 9 Aug 2004 12:15:23 +0000 (12:15 +0000)]
--negotiate does not work without username/password, bug report #1004841

20 years agothe krb4 stuff needs -lcom_err to link now, for some odd reason. This is
Daniel Stenberg [Mon, 9 Aug 2004 10:06:15 +0000 (10:06 +0000)]
the krb4 stuff needs -lcom_err to link now, for some odd reason. This is
possibly only on some platforms, but it happens on my Solaris 2.7 box and I
don't know anyone else that regularly build curl with krb4 support.

20 years agotypecast the assigment of an unsigned variable to a signed one to prevent
Daniel Stenberg [Mon, 9 Aug 2004 08:29:39 +0000 (08:29 +0000)]
typecast the assigment of an unsigned variable to a signed one to prevent
picky warnings

20 years ago->fread() should get a size_t variable passed in
Daniel Stenberg [Mon, 9 Aug 2004 08:28:17 +0000 (08:28 +0000)]
->fread() should get a size_t variable passed in

20 years agomade telrcv() take a ssize_t argument instead of int to better match other
Daniel Stenberg [Mon, 9 Aug 2004 08:25:39 +0000 (08:25 +0000)]
made telrcv() take a ssize_t argument instead of int to better match other
functions (and prevent warnings)

20 years agomention the new cool CA extraction way just documented
Daniel Stenberg [Mon, 9 Aug 2004 07:02:51 +0000 (07:02 +0000)]
mention the new cool CA extraction way just documented

20 years agonew web mirror
Daniel Stenberg [Fri, 6 Aug 2004 17:44:59 +0000 (17:44 +0000)]
new web mirror

20 years agonegotiate fix and new glib/GTK+ binding
Daniel Stenberg [Thu, 5 Aug 2004 18:55:51 +0000 (18:55 +0000)]
negotiate fix and new glib/GTK+ binding

20 years agoEnrico Scholz fixed the service name to be uppercase as reported in bug
Daniel Stenberg [Thu, 5 Aug 2004 18:52:54 +0000 (18:52 +0000)]
Enrico Scholz fixed the service name to be uppercase as reported in bug
report #1004105

20 years agomulti-connect fix and cookie domain fix
Daniel Stenberg [Wed, 4 Aug 2004 13:12:00 +0000 (13:12 +0000)]
multi-connect fix and cookie domain fix

20 years agoFixed multiple IP connects with the multi interface. This fix is influenced
Daniel Stenberg [Wed, 4 Aug 2004 12:38:01 +0000 (12:38 +0000)]
Fixed multiple IP connects with the multi interface. This fix is influenced
by Gisle Vanem's patch, only modified by me.

20 years agoDylan Salisbury's fix to prevent us from accepting cookies from TLD only
Daniel Stenberg [Wed, 4 Aug 2004 12:26:27 +0000 (12:26 +0000)]
Dylan Salisbury's fix to prevent us from accepting cookies from TLD only

20 years agoborland is already mentioned
Daniel Stenberg [Sat, 31 Jul 2004 20:47:04 +0000 (20:47 +0000)]
borland is already mentioned

20 years agomention this is new
Daniel Stenberg [Sat, 31 Jul 2004 19:47:00 +0000 (19:47 +0000)]
mention this is new

20 years agolink to reset as well
Daniel Stenberg [Sat, 31 Jul 2004 19:46:25 +0000 (19:46 +0000)]
link to reset as well

20 years agocurl_easy_reset() documented
Daniel Stenberg [Sat, 31 Jul 2004 19:46:01 +0000 (19:46 +0000)]
curl_easy_reset() documented

20 years agodigest fix
Daniel Stenberg [Sat, 31 Jul 2004 19:23:57 +0000 (19:23 +0000)]
digest fix

20 years agoJoel Chen reported that we assumed content within quotes a bit too much in
Daniel Stenberg [Sat, 31 Jul 2004 07:36:01 +0000 (07:36 +0000)]
Joel Chen reported that we assumed content within quotes a bit too much in
the digest code. This fixes it.

20 years agoprevent all the sig and alarm stuff when using ares
Daniel Stenberg [Thu, 29 Jul 2004 08:06:33 +0000 (08:06 +0000)]
prevent all the sig and alarm stuff when using ares

20 years agofix a mingw32 build warning
Daniel Stenberg [Thu, 29 Jul 2004 07:48:47 +0000 (07:48 +0000)]
fix a mingw32 build warning

20 years agomingw32 builds make .a libs
Daniel Stenberg [Thu, 29 Jul 2004 07:37:36 +0000 (07:37 +0000)]
mingw32 builds make .a libs

20 years agoadded typecast in an attempt to fix a mingw32 warning
Daniel Stenberg [Thu, 29 Jul 2004 07:34:17 +0000 (07:34 +0000)]
added typecast in an attempt to fix a mingw32 warning

20 years agoadditional typecasts to please MIPSPro on 64bit IRIX
Daniel Stenberg [Thu, 29 Jul 2004 07:30:38 +0000 (07:30 +0000)]
additional typecasts to please MIPSPro on 64bit IRIX

20 years agooops, curl_easy_reset is a void
Daniel Stenberg [Thu, 29 Jul 2004 07:29:56 +0000 (07:29 +0000)]
oops, curl_easy_reset is a void

20 years agovariable type fix
Daniel Stenberg [Thu, 29 Jul 2004 07:24:39 +0000 (07:24 +0000)]
variable type fix

20 years agoprovide a curl_easy_reset() proto
Daniel Stenberg [Thu, 29 Jul 2004 07:20:19 +0000 (07:20 +0000)]
provide a curl_easy_reset() proto

20 years agoremoved C++ comment to please picky source checkers
Daniel Stenberg [Thu, 29 Jul 2004 07:19:27 +0000 (07:19 +0000)]
removed C++ comment to please picky source checkers

20 years agofixes!
Daniel Stenberg [Wed, 28 Jul 2004 22:00:14 +0000 (22:00 +0000)]
fixes!

20 years agocurl_easy_reset was added
Daniel Stenberg [Wed, 28 Jul 2004 21:40:20 +0000 (21:40 +0000)]
curl_easy_reset was added

20 years agoBertrand Demiddelaer fixed the host name to get setup properly even when
Daniel Stenberg [Wed, 28 Jul 2004 21:27:33 +0000 (21:27 +0000)]
Bertrand Demiddelaer fixed the host name to get setup properly even when
a connection is re-used, when a proxy is in use.

20 years agoFixes Brian Akins' reported problems with duplicate Host: headers on re-used
Daniel Stenberg [Wed, 28 Jul 2004 21:13:29 +0000 (21:13 +0000)]
Fixes Brian Akins' reported problems with duplicate Host: headers on re-used
connections.

20 years agouse Makefile.inc and make it get included in dist archives
Daniel Stenberg [Wed, 28 Jul 2004 18:40:50 +0000 (18:40 +0000)]
use Makefile.inc and make it get included in dist archives

20 years agorenamed CURL_HEADERS, since it is a magic automake name we must not use
Daniel Stenberg [Wed, 28 Jul 2004 18:40:18 +0000 (18:40 +0000)]
renamed CURL_HEADERS, since it is a magic automake name we must not use

20 years agoBertrand Demiddelaer made the testing work with valgrind 2.1
Daniel Stenberg [Mon, 26 Jul 2004 15:45:03 +0000 (15:45 +0000)]
Bertrand Demiddelaer made the testing work with valgrind 2.1

20 years agoBertrand Demiddelaer fixed two missing newlines
Daniel Stenberg [Mon, 26 Jul 2004 15:42:07 +0000 (15:42 +0000)]
Bertrand Demiddelaer fixed two missing newlines

20 years ago-o #[num] fix
Daniel Stenberg [Mon, 26 Jul 2004 15:30:23 +0000 (15:30 +0000)]
-o #[num] fix

20 years agousing #[num] with -o now make it literally used if there's no globbing for
Daniel Stenberg [Mon, 26 Jul 2004 09:11:10 +0000 (09:11 +0000)]
using #[num] with -o now make it literally used if there's no globbing for
that particular index. Reported in bug report 997536.

20 years agoremoved trailing whitespace
Daniel Stenberg [Mon, 26 Jul 2004 09:09:26 +0000 (09:09 +0000)]
removed trailing whitespace

20 years agolibs built with libtool are named .la in the build dir
Daniel Stenberg [Sun, 25 Jul 2004 06:03:10 +0000 (06:03 +0000)]
libs built with libtool are named .la in the build dir

20 years ago--enable-debug builds static only, Gisle fixed a memory leak and more
Daniel Stenberg [Sat, 24 Jul 2004 21:51:43 +0000 (21:51 +0000)]
--enable-debug builds static only, Gisle fixed a memory leak and more

20 years agoGisle Vanem:
Daniel Stenberg [Sat, 24 Jul 2004 21:47:49 +0000 (21:47 +0000)]
Gisle Vanem:

Basically in loops like handle_errors(), 'query->next' was assigned a local
variable and then query was referenced after the memory was freed by
next_server(). I've changed that so next_server() and end_query() returns the
next query. So callers should use this ret-value.

The next problem was that 'server->tcp_buffer_pos' had a random value at entry
to 1st recv() (luckily causing Winsock to return ENOBUFS).

I've also added a ares_writev() for Windows to streamline the code
a bit more.

20 years agoautobuilds with ares and curl_easy_reset()
Daniel Stenberg [Sat, 24 Jul 2004 21:43:33 +0000 (21:43 +0000)]
autobuilds with ares and curl_easy_reset()

20 years agocurl_easy_reset() added. Need testing and docs. I also think we should make
Daniel Stenberg [Sat, 24 Jul 2004 21:31:01 +0000 (21:31 +0000)]
curl_easy_reset() added. Need testing and docs. I also think we should make
the initial setting up the struct should use this single function to avoid
having the initialisation code at two places.

20 years agoAM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead
Daniel Stenberg [Sat, 24 Jul 2004 21:29:43 +0000 (21:29 +0000)]
AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead

20 years agoif --enable-ares is used, we must run 'buildconf' in the ares dir before
Daniel Stenberg [Sat, 24 Jul 2004 21:24:03 +0000 (21:24 +0000)]
if --enable-ares is used, we must run 'buildconf' in the ares dir before
we run configure.

20 years ago--enable-debug now makes the lib built static only since otherwise we
Daniel Stenberg [Sat, 24 Jul 2004 21:22:46 +0000 (21:22 +0000)]
--enable-debug now makes the lib built static only since otherwise we
get problems

20 years agogenerate the new configure better
Daniel Stenberg [Sat, 24 Jul 2004 06:29:38 +0000 (06:29 +0000)]
generate the new configure better

20 years agonow generated by automake
Daniel Stenberg [Fri, 23 Jul 2004 18:34:21 +0000 (18:34 +0000)]
now generated by automake

20 years agobuildconf and memanalyze are parts of the plain release
Daniel Stenberg [Thu, 22 Jul 2004 22:23:34 +0000 (22:23 +0000)]
buildconf and memanalyze are parts of the plain release

20 years agoAdded buildconf buildconf.bat to the dist
Daniel Stenberg [Thu, 22 Jul 2004 22:22:49 +0000 (22:22 +0000)]
Added buildconf buildconf.bat to the dist

20 years agorefer bug reports to the mailing lists, not the old email alias
Daniel Stenberg [Thu, 22 Jul 2004 22:22:29 +0000 (22:22 +0000)]
refer bug reports to the mailing lists, not the old email alias

20 years agorecent activities
Daniel Stenberg [Thu, 22 Jul 2004 22:20:07 +0000 (22:20 +0000)]
recent activities

20 years ago- Fixed a few variable return types for some system calls. Made configure
Daniel Stenberg [Thu, 22 Jul 2004 22:18:45 +0000 (22:18 +0000)]
- Fixed a few variable return types for some system calls. Made configure
  check for ssize_t to make it possible to use that when receiving the send()
  error code. This is necessary to prevent compiler warnings on some systems.

- Made configure create config.h, and all source files now include setup.h that
  might include the proper config.h (or a handicrafted alternative).

- Switched to 'ares_socket_t' type for sockets in ares, since Windows don't
  use 'int' for that.

- automake-ified and libool-ified c-ares. Now it builds libcares as a shared
  lib on most platforms if wanted. (This bloated the size of the release
  archive with another 200K!)

- Makefile.am now uses Makefile.inc for the c sources, h headers and man
  pages, to make it easier for other makefiles to use the exact same set of
  files.

- Adjusted 'maketgz' to use the new automake magic when building distribution
  archives.

20 years agothe multi interface is not so new anymore!
Daniel Stenberg [Sat, 17 Jul 2004 08:24:22 +0000 (08:24 +0000)]
the multi interface is not so new anymore!

20 years agominor format fix
Daniel Stenberg [Sat, 17 Jul 2004 08:22:50 +0000 (08:22 +0000)]
minor format fix