]>
granicus.if.org Git - curl/log
Daniel Stenberg [Fri, 14 Feb 2003 22:28:12 +0000 (22:28 +0000)]
mention more cacert magic
Daniel Stenberg [Fri, 14 Feb 2003 09:11:51 +0000 (09:11 +0000)]
Fix Curl_is_connected() even more to deal with waitconnect() return codes
even better (also based on input from Martin).
Daniel Stenberg [Fri, 14 Feb 2003 09:06:07 +0000 (09:06 +0000)]
Matthew Clarke built curl on AIX 3.2.5
Daniel Stenberg [Fri, 14 Feb 2003 09:03:03 +0000 (09:03 +0000)]
include <sys/socket.h> to compile the fd_set stuff properly on all systems
Daniel Stenberg [Fri, 14 Feb 2003 09:01:01 +0000 (09:01 +0000)]
geterrno() renamed to ourerrno() to prevent the name clash that occurred in
AIX 3.2.5 and possibly other OSF-like system headers.
Daniel Stenberg [Fri, 14 Feb 2003 08:02:55 +0000 (08:02 +0000)]
Martin C. Martin's fix for multi-interface connects to non-listening ports.
Daniel Stenberg [Thu, 13 Feb 2003 18:30:10 +0000 (18:30 +0000)]
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
data to encode.
Daniel Stenberg [Sat, 8 Feb 2003 14:36:18 +0000 (14:36 +0000)]
language
Daniel Stenberg [Thu, 6 Feb 2003 19:28:17 +0000 (19:28 +0000)]
include stdarg.h since we use va_* stuff
Daniel Stenberg [Wed, 5 Feb 2003 08:09:33 +0000 (08:09 +0000)]
I made curl run fine on a XScale/PXA250
Daniel Stenberg [Wed, 5 Feb 2003 07:43:05 +0000 (07:43 +0000)]
Re-arranged the SSL connection code (again). The recent fix was not a very
good one. This should work fine again.
Jean-Philippe Barette-LaPierre [Tue, 4 Feb 2003 23:48:46 +0000 (23:48 +0000)]
added the sharing of DNS cache
Daniel Stenberg [Tue, 4 Feb 2003 22:28:36 +0000 (22:28 +0000)]
VMS has setjmp.h
Daniel Stenberg [Tue, 4 Feb 2003 22:28:19 +0000 (22:28 +0000)]
Nico Baggus updated build script for VMS
Daniel Stenberg [Tue, 4 Feb 2003 18:24:55 +0000 (18:24 +0000)]
assume zlib 1.1.4 - pointed out by Kevin Roth
Daniel Stenberg [Tue, 4 Feb 2003 18:23:41 +0000 (18:23 +0000)]
HAVE_LIBZ is the actual name of the define we use
Daniel Stenberg [Tue, 4 Feb 2003 18:22:31 +0000 (18:22 +0000)]
make it more obvious what this is by not even trying to show a manual
Daniel Stenberg [Tue, 4 Feb 2003 18:12:41 +0000 (18:12 +0000)]
James Bursa corrected a bad comment
Daniel Stenberg [Tue, 4 Feb 2003 12:33:13 +0000 (12:33 +0000)]
fixes during the last couple of days
Daniel Stenberg [Tue, 4 Feb 2003 12:29:57 +0000 (12:29 +0000)]
Improved error reporting in case of bad SSL_connect()s, and we also no
longer use the SSL functions that store the error message in a static buffer
since that is not very multi-thread friendly.
Daniel Stenberg [Mon, 3 Feb 2003 22:15:33 +0000 (22:15 +0000)]
scan through the PATH as well, to find stunnel
Daniel Stenberg [Mon, 3 Feb 2003 21:36:52 +0000 (21:36 +0000)]
Julian Noble pointed out that capath is indeed working fine on Windows
these days since the c_rehash tool is written (fixed) to do the proper
action even on file systems that don't support symlinks.
Daniel Stenberg [Fri, 31 Jan 2003 07:07:28 +0000 (07:07 +0000)]
Kevin Roth corrected the zlib stuff to work better.
Daniel Stenberg [Thu, 30 Jan 2003 14:48:07 +0000 (14:48 +0000)]
don't check for the CA cert bundle if --insecure is used
Daniel Stenberg [Thu, 30 Jan 2003 06:06:24 +0000 (06:06 +0000)]
typecast the argument to isspace() to an int to prevent warnings on some
compilers
Daniel Stenberg [Thu, 30 Jan 2003 05:15:57 +0000 (05:15 +0000)]
curl now uses stricter VERIFYHOST by default and only uses a lesser check
if --insecure is used. Reported by Hamish Mackenzie.
Daniel Stenberg [Thu, 30 Jan 2003 05:04:02 +0000 (05:04 +0000)]
Fixes bug #669059. We now extract the Content-Type better and more accurate.
Daniel Stenberg [Thu, 30 Jan 2003 05:03:19 +0000 (05:03 +0000)]
test case 57 - verifies that the Content-Type extraction does not stop on
the first space anymore but cuts off the trailing spaces only.
Bug report #669059.
Daniel Stenberg [Wed, 29 Jan 2003 13:56:04 +0000 (13:56 +0000)]
changes from the last week or so
Daniel Stenberg [Wed, 29 Jan 2003 13:16:03 +0000 (13:16 +0000)]
HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then
we attempt to hide some of the more sensitive command line arguments
Daniel Stenberg [Wed, 29 Jan 2003 12:52:45 +0000 (12:52 +0000)]
John McGowan found a problem where the DEBUGFUNCTION was called with bad
data on uploads.
Daniel Stenberg [Wed, 29 Jan 2003 12:15:16 +0000 (12:15 +0000)]
add the new emacs file and removed the former one
Daniel Stenberg [Wed, 29 Jan 2003 12:14:37 +0000 (12:14 +0000)]
example showing how a .emacs using curl-style.el could look like, thanks
to Mats Lidell for awesome elisp hacking!
Daniel Stenberg [Wed, 29 Jan 2003 11:55:16 +0000 (11:55 +0000)]
this is the former emacs file we no longer use, go with curl-style.el and
be happy!
Daniel Stenberg [Wed, 29 Jan 2003 10:54:39 +0000 (10:54 +0000)]
reset conn->size to -1 on the ftp-do function to make it not go on to
ftp_done() with the previous transfer's value, as Dave Halbakken found out.
He also verified this fixed corrected the problem.
Daniel Stenberg [Wed, 29 Jan 2003 10:17:10 +0000 (10:17 +0000)]
previous changes
Daniel Stenberg [Wed, 29 Jan 2003 10:14:20 +0000 (10:14 +0000)]
removed the local variables for emacs and vim, use the new sample.emacs
way for emacs, and vim users should provide a similar non-polluting style
Daniel Stenberg [Wed, 29 Jan 2003 10:12:06 +0000 (10:12 +0000)]
removed weirdo {{{ and }}} comments
removed emacs local-variables stuff
Daniel Stenberg [Tue, 28 Jan 2003 16:33:05 +0000 (16:33 +0000)]
the README.curl is named MANUAL these days
Daniel Stenberg [Tue, 28 Jan 2003 08:03:13 +0000 (08:03 +0000)]
revised and better
Daniel Stenberg [Mon, 27 Jan 2003 14:26:06 +0000 (14:26 +0000)]
removed -Wcast-align from --enable-debug with gcc, it just gives too many
warnings that I can't be concerned about at this point.
Daniel Stenberg [Mon, 27 Jan 2003 14:19:22 +0000 (14:19 +0000)]
Removed the long-living compiler warnings on the des_pcbc_encrypt() function
calls!
Daniel Stenberg [Mon, 27 Jan 2003 13:51:35 +0000 (13:51 +0000)]
tests that were not run due to restraints (the netrc-tests) were counted
as skipped twice, and thus the total number of tests appeared wrong
Daniel Stenberg [Mon, 27 Jan 2003 10:25:20 +0000 (10:25 +0000)]
made it work
made it cause less compiler warnings
made it require 7.9.7 to build
Daniel Stenberg [Fri, 24 Jan 2003 11:13:59 +0000 (11:13 +0000)]
Bertrand Demiddelaer found and fixed this memory leak.
Daniel Stenberg [Thu, 23 Jan 2003 19:41:30 +0000 (19:41 +0000)]
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
Daniel Stenberg [Thu, 23 Jan 2003 12:00:15 +0000 (12:00 +0000)]
added a default to the switch() in order to prevent a compiler warning
Daniel Stenberg [Thu, 23 Jan 2003 07:37:21 +0000 (07:37 +0000)]
fix the configure option query
Daniel Stenberg [Thu, 23 Jan 2003 06:15:26 +0000 (06:15 +0000)]
mention what kind of error you may get if this is not followed
Daniel Stenberg [Thu, 23 Jan 2003 06:09:35 +0000 (06:09 +0000)]
spell
Daniel Stenberg [Thu, 23 Jan 2003 06:00:02 +0000 (06:00 +0000)]
This is the new Emacs style for curl hacking, based on work written by
Mats Lidell in project Rockbox.
Daniel Stenberg [Thu, 23 Jan 2003 05:38:20 +0000 (05:38 +0000)]
Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
and this has been verified to correct the problem.
Daniel Stenberg [Wed, 22 Jan 2003 18:50:51 +0000 (18:50 +0000)]
oops, broken comment fixed
Daniel Stenberg [Wed, 22 Jan 2003 18:30:58 +0000 (18:30 +0000)]
extern C this to work in C++ conditions
Daniel Stenberg [Wed, 22 Jan 2003 12:29:19 +0000 (12:29 +0000)]
reversed the actions on the cmp check for detecting if we're re-running
a test on the same CVS setup as previous, as they seemed to be wrong.
We're not actually using the result for anything at this point though.
Daniel Stenberg [Wed, 22 Jan 2003 09:46:33 +0000 (09:46 +0000)]
use LANG set to C to prevent localized dates etc
Daniel Stenberg [Wed, 22 Jan 2003 07:57:52 +0000 (07:57 +0000)]
pass the options to configure properly
Daniel Stenberg [Wed, 22 Jan 2003 07:41:35 +0000 (07:41 +0000)]
check for empty confopts before asking for it
Daniel Stenberg [Wed, 22 Jan 2003 06:59:52 +0000 (06:59 +0000)]
put the configure options in the setup file was well
make -i
show lib/config.h
and some initial checks to prevent this running multiple times without the
CVS having changed
Daniel Stenberg [Tue, 21 Jan 2003 17:25:58 +0000 (17:25 +0000)]
updated copyright years
Daniel Stenberg [Tue, 21 Jan 2003 16:03:38 +0000 (16:03 +0000)]
when a chunked error is noticed, store the error number in the error string
to enable better error-tracking
Daniel Stenberg [Tue, 21 Jan 2003 15:09:20 +0000 (15:09 +0000)]
skip the chmod
Daniel Stenberg [Tue, 21 Jan 2003 10:36:35 +0000 (10:36 +0000)]
run 'make test-full' instead of 'make test' to get more details in case of
errors
Daniel Stenberg [Tue, 21 Jan 2003 10:35:34 +0000 (10:35 +0000)]
make test-full in the root dir should run verbose tests but not stop on
single failures
Daniel Stenberg [Tue, 21 Jan 2003 10:33:29 +0000 (10:33 +0000)]
use 'make test-full' instead of only 'make test' as it gives a lot of more
info in case of failures
Daniel Stenberg [Tue, 21 Jan 2003 10:32:40 +0000 (10:32 +0000)]
Added a 'test-full' target to run the tests in verbose mode.
Daniel Stenberg [Tue, 21 Jan 2003 10:29:06 +0000 (10:29 +0000)]
pass srcdir to the ftps-server as well
Daniel Stenberg [Tue, 21 Jan 2003 10:14:25 +0000 (10:14 +0000)]
runtests.pl now passes the sourcedir path to the httpsserver.pl script
Daniel Stenberg [Tue, 21 Jan 2003 09:36:15 +0000 (09:36 +0000)]
automake 1.5 should be enough
Daniel Stenberg [Mon, 20 Jan 2003 20:20:51 +0000 (20:20 +0000)]
use process id in build directory name to do better
Daniel Stenberg [Mon, 20 Jan 2003 20:07:49 +0000 (20:07 +0000)]
first attempt at script for distributed testing on various unix hosts
Daniel Stenberg [Mon, 20 Jan 2003 15:43:50 +0000 (15:43 +0000)]
output summary with easy identifyable string prefixes
Daniel Stenberg [Mon, 20 Jan 2003 15:24:54 +0000 (15:24 +0000)]
made this script detect proper versions of the tools we need to build a full
curl on a unix host from CVS
Daniel Stenberg [Mon, 20 Jan 2003 15:16:56 +0000 (15:16 +0000)]
added description in all AC_DEFINE() calls
Daniel Stenberg [Mon, 20 Jan 2003 15:16:17 +0000 (15:16 +0000)]
not used anymore
Daniel Stenberg [Mon, 20 Jan 2003 14:49:57 +0000 (14:49 +0000)]
Five more names we owe a big THANKS for their donations to the project.
Daniel Stenberg [Mon, 20 Jan 2003 14:40:06 +0000 (14:40 +0000)]
today's patches and Markus' correction
Daniel Stenberg [Mon, 20 Jan 2003 12:52:34 +0000 (12:52 +0000)]
Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by
only allocating the scratch memory buffer once it is needed and not always
in the handle.
Daniel Stenberg [Mon, 20 Jan 2003 12:00:46 +0000 (12:00 +0000)]
given passwords in netrc must be respected accordingly
Daniel Stenberg [Mon, 20 Jan 2003 11:29:40 +0000 (11:29 +0000)]
steps I *MUST* perform when I release a package
Daniel Stenberg [Thu, 16 Jan 2003 21:10:10 +0000 (21:10 +0000)]
reverted bad header replacement
Daniel Stenberg [Thu, 16 Jan 2003 21:08:12 +0000 (21:08 +0000)]
copyright year update in the source header
Daniel Stenberg [Thu, 16 Jan 2003 21:07:50 +0000 (21:07 +0000)]
fixes Marcus brought
Daniel Stenberg [Thu, 16 Jan 2003 10:59:53 +0000 (10:59 +0000)]
Allow CURLINFO_PRIVATE to be NULL, patch by Markus Oberhumer
Daniel Stenberg [Thu, 16 Jan 2003 10:58:49 +0000 (10:58 +0000)]
Markus Oberhumer fixed the -cflags option
Daniel Stenberg [Wed, 15 Jan 2003 11:44:33 +0000 (11:44 +0000)]
no TABs in source code
Daniel Stenberg [Wed, 15 Jan 2003 11:43:03 +0000 (11:43 +0000)]
removed a TAB
Daniel Stenberg [Wed, 15 Jan 2003 08:04:09 +0000 (08:04 +0000)]
Kevin fixed the bad list address
Daniel Stenberg [Tue, 14 Jan 2003 12:55:08 +0000 (12:55 +0000)]
previous legal file, no longer accurate nor used
Daniel Stenberg [Tue, 14 Jan 2003 12:54:11 +0000 (12:54 +0000)]
COPYING is the name of the file
Daniel Stenberg [Tue, 14 Jan 2003 12:42:26 +0000 (12:42 +0000)]
7.10.3 commit
Daniel Stenberg [Mon, 13 Jan 2003 12:08:39 +0000 (12:08 +0000)]
more
Daniel Stenberg [Mon, 13 Jan 2003 06:35:31 +0000 (06:35 +0000)]
there is SOCKS support these days
Daniel Stenberg [Fri, 10 Jan 2003 16:19:32 +0000 (16:19 +0000)]
Steve Oliphant pointed out that test case 105 did not work anymore and this
was due to a missing fix for the password prompting
Daniel Stenberg [Thu, 9 Jan 2003 16:48:51 +0000 (16:48 +0000)]
added test 136
Daniel Stenberg [Thu, 9 Jan 2003 16:47:55 +0000 (16:47 +0000)]
verify -u username: with ftp to use a blank password
Daniel Stenberg [Thu, 9 Jan 2003 16:47:09 +0000 (16:47 +0000)]
if userpwd is "username:", this now implies a blank password while only
"username" will cause libcurl to prompt for password. Bryan Kemp noticed.
test case 136 is added for this
Daniel Stenberg [Thu, 9 Jan 2003 15:04:55 +0000 (15:04 +0000)]
Wai (Simon) Liu provided the HTTP200ALIASES paragraph.
Daniel Stenberg [Thu, 9 Jan 2003 14:58:54 +0000 (14:58 +0000)]
Philippe Raoult's added note for HTTPHEADER
Daniel Stenberg [Thu, 9 Jan 2003 14:52:51 +0000 (14:52 +0000)]
This fixed yet another connect problem with the multi interface and ipv4
stack. Kjetil Jacobsen reported and verified the fix.