platform/upstream/curl.git
19 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.

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

19 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

20 years agodeal with negative Content-Length: headers by ignoring the info
Daniel Stenberg [Fri, 16 Jul 2004 21:01:16 +0000 (21:01 +0000)]
deal with negative Content-Length: headers by ignoring the info

20 years agotest downloading from a server claiming negative content-length
Daniel Stenberg [Fri, 16 Jul 2004 21:00:50 +0000 (21:00 +0000)]
test downloading from a server claiming negative content-length

20 years agoremoved Makefile.b32.resp from repository.
Gunter Knauf [Fri, 16 Jul 2004 10:14:51 +0000 (10:14 +0000)]
removed Makefile.b32.resp from repository.

20 years agoremoved Makefile.b32.resp from the list.
Gunter Knauf [Fri, 16 Jul 2004 09:23:29 +0000 (09:23 +0000)]
removed Makefile.b32.resp from the list.

20 years agochanged to use a temporary response file with tlib to give W9x a chance to build...
Gunter Knauf [Fri, 16 Jul 2004 09:20:57 +0000 (09:20 +0000)]
changed to use a temporary response file with tlib to give W9x a chance to build; looks ugly but works fine.

20 years agoadded borland-ssl and borland-ssl-zlib targets.
Gunter Knauf [Thu, 15 Jul 2004 22:20:52 +0000 (22:20 +0000)]
added borland-ssl and borland-ssl-zlib targets.

20 years agofixed zlib suport.
Gunter Knauf [Thu, 15 Jul 2004 21:54:10 +0000 (21:54 +0000)]
fixed zlib suport.

20 years agosome more tweaks, fixed zlib suport.
Gunter Knauf [Thu, 15 Jul 2004 21:51:59 +0000 (21:51 +0000)]
some more tweaks, fixed zlib suport.

20 years agoadded just another switch.
Gunter Knauf [Thu, 15 Jul 2004 19:36:30 +0000 (19:36 +0000)]
added just another switch.

20 years agoremoved old CXXFLAGS; added switch to suppress linker banner.
Gunter Knauf [Thu, 15 Jul 2004 18:17:15 +0000 (18:17 +0000)]
removed old CXXFLAGS; added switch to suppress linker banner.

20 years agoremoved unneeded libs from linking.
Gunter Knauf [Thu, 15 Jul 2004 17:21:07 +0000 (17:21 +0000)]
removed unneeded libs from linking.

20 years agorecent activities
Daniel Stenberg [Thu, 15 Jul 2004 09:03:32 +0000 (09:03 +0000)]
recent activities

20 years agoadded Borland support.
Gunter Knauf [Thu, 15 Jul 2004 02:34:58 +0000 (02:34 +0000)]
added Borland support.

20 years agomade OpenSSL support conditional.
Gunter Knauf [Thu, 15 Jul 2004 02:09:40 +0000 (02:09 +0000)]
made OpenSSL support conditional.

20 years agomade OpenSSL support conditional;
Gunter Knauf [Thu, 15 Jul 2004 01:59:59 +0000 (01:59 +0000)]
made OpenSSL support conditional;
removed ugly dependence on Makefile.b32.resp.

20 years agoGisle's fix to support Borland builds again.
Gunter Knauf [Thu, 15 Jul 2004 01:08:08 +0000 (01:08 +0000)]
Gisle's fix to support Borland builds again.

20 years agonow known as libcurl-tutorial.3
Daniel Stenberg [Wed, 14 Jul 2004 15:33:27 +0000 (15:33 +0000)]
now known as libcurl-tutorial.3

20 years agoJason Nye pointed out that callbacks don't need to use the "C namespace"
Daniel Stenberg [Wed, 14 Jul 2004 15:32:09 +0000 (15:32 +0000)]
Jason Nye pointed out that callbacks don't need to use the "C namespace"

20 years agoAn Andres Garcia fix: add a typecast to make it work better
Daniel Stenberg [Wed, 14 Jul 2004 14:20:53 +0000 (14:20 +0000)]
An Andres Garcia fix: add a typecast to make it work better

20 years agoremoved the config-netware.h from the release archives
Daniel Stenberg [Wed, 14 Jul 2004 14:18:31 +0000 (14:18 +0000)]
removed the config-netware.h from the release archives

20 years agosome more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe.
Gunter Knauf [Wed, 14 Jul 2004 12:12:08 +0000 (12:12 +0000)]
some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe.

20 years agochanged Borland target since Borland's make doesnt understand '&'.
Gunter Knauf [Wed, 14 Jul 2004 11:39:29 +0000 (11:39 +0000)]
changed Borland target since Borland's make doesnt understand '&'.

20 years agochanged to use Makefile.inc.
Gunter Knauf [Wed, 14 Jul 2004 11:30:01 +0000 (11:30 +0000)]
changed to use Makefile.inc.

20 years agoupdated for current cvs sources; looking for getting rid of this file....
Gunter Knauf [Tue, 13 Jul 2004 20:02:31 +0000 (20:02 +0000)]
updated for current cvs sources; looking for getting rid of this file....

20 years agochanged to use Makefile.inc.
Gunter Knauf [Tue, 13 Jul 2004 20:01:15 +0000 (20:01 +0000)]
changed to use Makefile.inc.

20 years agominor corrections.
Gunter Knauf [Mon, 12 Jul 2004 11:29:36 +0000 (11:29 +0000)]
minor corrections.

20 years agochanged to use Makefile.inc since Gisle agreed.
Gunter Knauf [Sun, 11 Jul 2004 23:43:32 +0000 (23:43 +0000)]
changed to use Makefile.inc since Gisle agreed.

20 years agominor cleanup.
Gunter Knauf [Sun, 11 Jul 2004 18:14:11 +0000 (18:14 +0000)]
minor cleanup.

20 years agoadded some lines to fetch ares version.
Gunter Knauf [Sun, 11 Jul 2004 17:59:07 +0000 (17:59 +0000)]
added some lines to fetch ares version.

20 years agoupdated MSVC build instructions.
Gunter Knauf [Sun, 11 Jul 2004 13:49:52 +0000 (13:49 +0000)]
updated MSVC build instructions.

20 years agochanged paths to external libs to recent versions.
Gunter Knauf [Sun, 11 Jul 2004 13:49:18 +0000 (13:49 +0000)]
changed paths to external libs to recent versions.

20 years agoadded new vc-zlib target.
Gunter Knauf [Sun, 11 Jul 2004 12:31:29 +0000 (12:31 +0000)]
added new vc-zlib target.

20 years agoremoved zlib dependence from default target; added new zlib targets.
Gunter Knauf [Sun, 11 Jul 2004 12:28:07 +0000 (12:28 +0000)]
removed zlib dependence from default target; added new zlib targets.

20 years agoremoved obsolete NetWare config files;
Gunter Knauf [Sun, 11 Jul 2004 09:31:53 +0000 (09:31 +0000)]
removed obsolete NetWare config files;
we generate now config.h dynamically from Makefile.

20 years agoadded ifdef for NetWare to ares.h.
Gunter Knauf [Sun, 11 Jul 2004 08:30:23 +0000 (08:30 +0000)]
added ifdef for NetWare to ares.h.

20 years agoifdef keep_sigact since its only used when SIGALRM is defined.
Gunter Knauf [Sat, 10 Jul 2004 23:11:22 +0000 (23:11 +0000)]
ifdef keep_sigact since its only used when SIGALRM is defined.

20 years agofixed ares linking.
Gunter Knauf [Wed, 7 Jul 2004 20:46:39 +0000 (20:46 +0000)]
fixed ares linking.

20 years agofile:// upload fix on windows
Daniel Stenberg [Tue, 6 Jul 2004 15:17:32 +0000 (15:17 +0000)]
file:// upload fix on windows

20 years agoAndres Garcia pointed out that we searched for a slash badly since it is
Daniel Stenberg [Tue, 6 Jul 2004 15:16:05 +0000 (15:16 +0000)]
Andres Garcia pointed out that we searched for a slash badly since it is
converted and thus we must search for backslash on windows

20 years agoclarify the -Q option a bit better
Daniel Stenberg [Tue, 6 Jul 2004 08:08:13 +0000 (08:08 +0000)]
clarify the -Q option a bit better

20 years agomingw and netware makefiles added by Gunter Knauf
Daniel Stenberg [Tue, 6 Jul 2004 08:06:03 +0000 (08:06 +0000)]
mingw and netware makefiles added by Gunter Knauf

20 years agofixed Win32 prebuild section; fixed minor cosmetic bug.
Gunter Knauf [Tue, 6 Jul 2004 02:37:52 +0000 (02:37 +0000)]
fixed Win32 prebuild section; fixed minor cosmetic bug.

20 years agoadded vc-ssl-zlib target.
Gunter Knauf [Tue, 6 Jul 2004 01:52:32 +0000 (01:52 +0000)]
added vc-ssl-zlib target.

20 years agominor cleanup.
Gunter Knauf [Tue, 6 Jul 2004 01:18:35 +0000 (01:18 +0000)]
minor cleanup.

20 years agobe a bit more verbose when things go wrong.
Gunter Knauf [Mon, 5 Jul 2004 23:35:49 +0000 (23:35 +0000)]
be a bit more verbose when things go wrong.

20 years agoadded additional check to avoid calling a non-existant external script.
Gunter Knauf [Mon, 5 Jul 2004 23:07:59 +0000 (23:07 +0000)]
added additional check to avoid calling a non-existant external script.

20 years agothe simple way was too simple, so added --mktarball option.
Gunter Knauf [Mon, 5 Jul 2004 22:35:00 +0000 (22:35 +0000)]
the simple way was too simple, so added --mktarball option.

20 years agominor cosmetic fix.
Gunter Knauf [Mon, 5 Jul 2004 21:44:09 +0000 (21:44 +0000)]
minor cosmetic fix.

20 years agoadded simple way to create a tarball just before the build is deleted.
Gunter Knauf [Mon, 5 Jul 2004 21:41:28 +0000 (21:41 +0000)]
added simple way to create a tarball just before the build is deleted.

20 years agochanged to reflect recent NetWare makefile changes;
Gunter Knauf [Mon, 5 Jul 2004 21:32:18 +0000 (21:32 +0000)]
changed to reflect recent NetWare makefile changes;
moved call to buildconf.bat down so that it takes place in the build dir.

20 years agoadded MingW32 makefile.
Gunter Knauf [Mon, 5 Jul 2004 13:53:27 +0000 (13:53 +0000)]
added MingW32 makefile.

20 years agochanged to use Makefile.inc; made paths overwritable.
Gunter Knauf [Mon, 5 Jul 2004 13:25:30 +0000 (13:25 +0000)]
changed to use Makefile.inc; made paths overwritable.

20 years agoadded comment.
Gunter Knauf [Mon, 5 Jul 2004 13:24:44 +0000 (13:24 +0000)]
added comment.

20 years agoAdded README.netware to the release archive
Daniel Stenberg [Mon, 5 Jul 2004 11:43:32 +0000 (11:43 +0000)]
Added README.netware to the release archive

20 years agoadded line where to find compile instructions.
Gunter Knauf [Mon, 5 Jul 2004 02:34:17 +0000 (02:34 +0000)]
added line where to find compile instructions.

20 years agominor NetWare upate.
Gunter Knauf [Mon, 5 Jul 2004 02:20:20 +0000 (02:20 +0000)]
minor NetWare upate.

20 years agotry to relax linux build host detection.
Gunter Knauf [Mon, 5 Jul 2004 01:58:33 +0000 (01:58 +0000)]
try to relax linux build host detection.

20 years agoadded a simple README.netware.
Gunter Knauf [Mon, 5 Jul 2004 01:00:47 +0000 (01:00 +0000)]
added a simple README.netware.

20 years agoadded section for compiling NetWare target.
Gunter Knauf [Mon, 5 Jul 2004 00:55:48 +0000 (00:55 +0000)]
added section for compiling NetWare target.

20 years agoGünter Knauf made c-ares build and run on Novell Netware.
Daniel Stenberg [Sun, 4 Jul 2004 22:20:26 +0000 (22:20 +0000)]
Günter Knauf made c-ares build and run on Novell Netware.

20 years agoexplicit typecasts to prevent warnings
Daniel Stenberg [Sun, 4 Jul 2004 21:54:49 +0000 (21:54 +0000)]
explicit typecasts to prevent warnings

20 years agotypecast the conversion to uInt when assigning z->avail_in to prevent
Daniel Stenberg [Sun, 4 Jul 2004 21:53:46 +0000 (21:53 +0000)]
typecast the conversion to uInt when assigning z->avail_in to prevent
warnings from picky compilers

20 years agomake sure the 3rd argument passed to bind() is a socklen_t
Daniel Stenberg [Sun, 4 Jul 2004 21:48:54 +0000 (21:48 +0000)]
make sure the 3rd argument passed to bind() is a socklen_t

20 years agoSSL_get_verify_result() returns a long, so we receive the result in a long
Daniel Stenberg [Sun, 4 Jul 2004 21:42:32 +0000 (21:42 +0000)]
SSL_get_verify_result() returns a long, so we receive the result in a long
and not an int.

20 years agotypecast long => int conversion
Daniel Stenberg [Sun, 4 Jul 2004 21:38:36 +0000 (21:38 +0000)]
typecast long => int conversion

20 years agoexplicit typecasts when converting from long to int to avoid warnings
Daniel Stenberg [Sun, 4 Jul 2004 21:37:35 +0000 (21:37 +0000)]
explicit typecasts when converting from long to int to avoid warnings

20 years agoadded NetWare section for paths.
Gunter Knauf [Sun, 4 Jul 2004 21:36:32 +0000 (21:36 +0000)]
added NetWare section for paths.

20 years agomade 'connectindex' a long variable to prevent compiler warnings when
Daniel Stenberg [Sun, 4 Jul 2004 21:36:14 +0000 (21:36 +0000)]
made 'connectindex' a long variable to prevent compiler warnings when
implicitly converting it to int

20 years agoupdate to build both test apps.
Gunter Knauf [Sun, 4 Jul 2004 21:35:26 +0000 (21:35 +0000)]
update to build both test apps.

20 years agotypecast the conversion from long to int to prevent picky compiler warnings
Daniel Stenberg [Sun, 4 Jul 2004 21:35:12 +0000 (21:35 +0000)]
typecast the conversion from long to int to prevent picky compiler warnings

20 years agoremoved now obsolete ifdef. Shouldnt the other ifdefs be inside the else as they...
Gunter Knauf [Sun, 4 Jul 2004 15:37:25 +0000 (15:37 +0000)]
removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as they are in ./src/setup.h ?

20 years agoremoved now obsolete ifdef.
Gunter Knauf [Sun, 4 Jul 2004 15:34:58 +0000 (15:34 +0000)]
removed now obsolete ifdef.

20 years agoremoved abort() - sync'd with getdate.y 1.26
Gunter Knauf [Sun, 4 Jul 2004 15:27:08 +0000 (15:27 +0000)]
removed abort() - sync'd with getdate.y 1.26

20 years agoinclude the Makefile.inc file to get all sources and headers
Daniel Stenberg [Sun, 4 Jul 2004 08:45:25 +0000 (08:45 +0000)]
include the Makefile.inc file to get all sources and headers

20 years agominor fix for compiling on Linux.
Gunter Knauf [Sat, 3 Jul 2004 22:25:37 +0000 (22:25 +0000)]
minor fix for compiling on Linux.

20 years agoadded few ifdefs to make it usable for NetWare.
Gunter Knauf [Sat, 3 Jul 2004 21:48:42 +0000 (21:48 +0000)]
added few ifdefs to make it usable for NetWare.

20 years agoadded NetWare makefile.
Gunter Knauf [Sat, 3 Jul 2004 21:44:32 +0000 (21:44 +0000)]
added NetWare makefile.

20 years agoreverted, older gcc breaks compilation since it doesnt know the switch.
Gunter Knauf [Sat, 3 Jul 2004 20:18:02 +0000 (20:18 +0000)]
reverted, older gcc breaks compilation since it doesnt know the switch.

20 years agokilled warning with gcc 3.3.1 and later when using -O2.
Gunter Knauf [Sat, 3 Jul 2004 19:58:01 +0000 (19:58 +0000)]
killed warning with gcc 3.3.1 and later when using -O2.

20 years agomodified to use new Makefile.inc to build up object list;
Gunter Knauf [Sat, 3 Jul 2004 19:13:28 +0000 (19:13 +0000)]
modified to use new Makefile.inc to build up object list;
added generation of config.h and a prebuild target to create all neded files.

20 years agomodified to use new Makefile.inc to build up object list;
Gunter Knauf [Sat, 3 Jul 2004 18:06:39 +0000 (18:06 +0000)]
modified to use new Makefile.inc to build up object list;
added generation of config.h and a prebuild target to create all neded files.