]>
granicus.if.org Git - curl/log
Daniel Stenberg [Tue, 30 Mar 2004 08:11:54 +0000 (08:11 +0000)]
added more comments for what the functions return
Daniel Stenberg [Tue, 30 Mar 2004 06:46:36 +0000 (06:46 +0000)]
mention the fact that you can append a new CA cert to the existing bundle too
Daniel Stenberg [Tue, 30 Mar 2004 06:42:12 +0000 (06:42 +0000)]
David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely
even with authentcations such as NTLM or Digest enabled. Test cases 150, 151
and 152 were added to verify the functionality.
Daniel Stenberg [Tue, 30 Mar 2004 06:41:33 +0000 (06:41 +0000)]
David Byron's new test cases for the --fail and auth stuff.
Daniel Stenberg [Tue, 30 Mar 2004 06:40:01 +0000 (06:40 +0000)]
David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM
or Digest.
Daniel Stenberg [Tue, 30 Mar 2004 06:39:24 +0000 (06:39 +0000)]
'authdone' was added to the sessionhandle and thus was removed from the
argument to the NTLM function(s)
Daniel Stenberg [Tue, 30 Mar 2004 06:38:52 +0000 (06:38 +0000)]
David Byron added 'authdone' to the SessionHandle.
Daniel Stenberg [Mon, 29 Mar 2004 22:45:14 +0000 (22:45 +0000)]
these are now in the packages/vms dir
Daniel Stenberg [Mon, 29 Mar 2004 21:29:24 +0000 (21:29 +0000)]
The select() timeout is better not static since some implementation actually
might change it. I don't *think* it does it when the timeout is 0,0 but it
is better to be sure...
Daniel Stenberg [Mon, 29 Mar 2004 13:46:58 +0000 (13:46 +0000)]
issue 24 is fixed by making sure the time fields use a static width
Daniel Stenberg [Mon, 29 Mar 2004 13:46:16 +0000 (13:46 +0000)]
several noticable recent changes
Daniel Stenberg [Mon, 29 Mar 2004 13:45:53 +0000 (13:45 +0000)]
changes changes changes
Daniel Stenberg [Mon, 29 Mar 2004 12:38:41 +0000 (12:38 +0000)]
All test targets now run 'make all' before they prcoeed with the actual
testing so that all test files are build first properly. David Byron reported.
Daniel Stenberg [Mon, 29 Mar 2004 12:29:25 +0000 (12:29 +0000)]
Gisle Vanem's djgpp/MS-DOS updates
Daniel Stenberg [Mon, 29 Mar 2004 09:26:31 +0000 (09:26 +0000)]
fix to figure out the "real" windows path when built and run with mingw
Andrés García helped out!
Daniel Stenberg [Mon, 29 Mar 2004 07:25:59 +0000 (07:25 +0000)]
re-indented to use curl-standard source formatting
Daniel Stenberg [Mon, 29 Mar 2004 06:22:57 +0000 (06:22 +0000)]
netinet/tcp.h may require netinet/in.h to be include before
Daniel Stenberg [Sun, 28 Mar 2004 21:41:10 +0000 (21:41 +0000)]
use the correct struct
Daniel Stenberg [Sat, 27 Mar 2004 11:15:50 +0000 (11:15 +0000)]
Tor fixed a left-over from the ip argument to setnodelay
Daniel Stenberg [Fri, 26 Mar 2004 13:47:46 +0000 (13:47 +0000)]
Gisle Vanem:
A patch to bypass MS' sillyness with regard to IPv6 and getaddrinfo().
The CURLDEBUG part is to avoid redefinition warning caused by memdebug.h. If
ENABLE_IPV6 isn't enabled, it doesn't matter since we never call
getaddrinfo(). Allthough we could to support weird protocols like SOCK_RDM
that Win-2K/XP has.
Daniel Stenberg [Fri, 26 Mar 2004 13:20:28 +0000 (13:20 +0000)]
some more password blurb
Daniel Stenberg [Fri, 26 Mar 2004 07:10:15 +0000 (07:10 +0000)]
check for netinet/tcp.h precense before actually including it
Daniel Stenberg [Fri, 26 Mar 2004 07:03:30 +0000 (07:03 +0000)]
removed the ip number from the notcpdelay function
Daniel Stenberg [Thu, 25 Mar 2004 16:03:41 +0000 (16:03 +0000)]
get the version number from the new curlver.h header file
Daniel Stenberg [Thu, 25 Mar 2004 15:48:54 +0000 (15:48 +0000)]
localtime and gmtime are not thread-safe on newer AIXes either so we force
a check for there *_r-versions too
Daniel Stenberg [Thu, 25 Mar 2004 15:10:01 +0000 (15:10 +0000)]
force recent AIX versions to check for strerror_r
Daniel Stenberg [Thu, 25 Mar 2004 14:01:01 +0000 (14:01 +0000)]
only output one line about the nodelay even if it fails
Daniel Stenberg [Thu, 25 Mar 2004 13:43:19 +0000 (13:43 +0000)]
win32 doesn't need and even doesn't build if we extern declare sys_nerr
Daniel Stenberg [Thu, 25 Mar 2004 13:42:23 +0000 (13:42 +0000)]
include the strerror.h file without curl_ prefix
Daniel Stenberg [Thu, 25 Mar 2004 13:40:57 +0000 (13:40 +0000)]
strerror without prefix
Daniel Stenberg [Thu, 25 Mar 2004 13:40:24 +0000 (13:40 +0000)]
cut off 'curl_' from the strerror file names
Daniel Stenberg [Thu, 25 Mar 2004 13:37:18 +0000 (13:37 +0000)]
tcp-nodelay patch by Joe Halpin
Daniel Stenberg [Thu, 25 Mar 2004 12:45:01 +0000 (12:45 +0000)]
so there are at least two different strerror_r() versions and our brand
new configure script detects them and now this code acts according to what
API that was detected
Daniel Stenberg [Thu, 25 Mar 2004 12:16:42 +0000 (12:16 +0000)]
Tor Arntsen fixed how this is invoked
Daniel Stenberg [Thu, 25 Mar 2004 12:15:00 +0000 (12:15 +0000)]
strerror_r() detection changes:
1. Try with _THREAD_SAFE instead of _REENTRANT, as AIX seems to require it
and if _REENTRANT is required we should already have it set since one of
the previous tests.
2. Added API-detection for what kind of strerror_r() that is provided. The
POSIX style or the glibc style.
Tor Arntsen provided the necessary feedback these changes are based upon.
Daniel Stenberg [Thu, 25 Mar 2004 11:39:29 +0000 (11:39 +0000)]
detect daily snapshots using the new path for this test
Daniel Stenberg [Thu, 25 Mar 2004 11:34:35 +0000 (11:34 +0000)]
make clean now removes *dist files too that might be leftovers from
'maketgz'
Daniel Stenberg [Thu, 25 Mar 2004 08:22:03 +0000 (08:22 +0000)]
invoke this script via env, as it is more likely to exist at a fixed path
while perl often is installed in /usr/local/bin or elsewhere
Daniel Stenberg [Thu, 25 Mar 2004 07:53:37 +0000 (07:53 +0000)]
added curl_strerror to the build
Daniel Stenberg [Thu, 25 Mar 2004 07:52:11 +0000 (07:52 +0000)]
extern declare the sys_nerr variable. Required on Solaris at least.
Daniel Stenberg [Thu, 25 Mar 2004 07:33:11 +0000 (07:33 +0000)]
Always include setup.h as the first header file.
Added a more verbose comment about what strerror_r() can set errno to in
case of failure.
This file still doesn't build on Solaris due to a missing 'sys_nerr' symbol.
Daniel Stenberg [Wed, 24 Mar 2004 22:53:42 +0000 (22:53 +0000)]
Added protos for the upcoming curl_*_strerror() functions
Daniel Stenberg [Wed, 24 Mar 2004 22:46:02 +0000 (22:46 +0000)]
missed the new header file
Daniel Stenberg [Wed, 24 Mar 2004 22:45:37 +0000 (22:45 +0000)]
Gisle Vanem's fix to replace the bad use of strerror(). This introduces
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too!
Daniel Stenberg [Wed, 24 Mar 2004 22:43:09 +0000 (22:43 +0000)]
new header file - for Curl_strerror()
Daniel Stenberg [Wed, 24 Mar 2004 22:24:03 +0000 (22:24 +0000)]
better comments, added some more variable types we use in the font-lock
Daniel Stenberg [Wed, 24 Mar 2004 21:40:45 +0000 (21:40 +0000)]
Tor Arntsen's major ispell patch
Daniel Stenberg [Wed, 24 Mar 2004 21:28:31 +0000 (21:28 +0000)]
Tor Arntsen's mkdir-fix to make this run with perl 5.0005
Daniel Stenberg [Wed, 24 Mar 2004 10:52:21 +0000 (10:52 +0000)]
Avoid doing chdir .., as it breaks the ability to use symlinks properly.
chdir to absolute directory names instead. (this flaw exists in the shell
version too)
Daniel Stenberg [Wed, 24 Mar 2004 08:45:58 +0000 (08:45 +0000)]
added check for strerror_r()
Daniel Stenberg [Wed, 24 Mar 2004 07:27:58 +0000 (07:27 +0000)]
include curl/curlver.h instead since this only needs the version defines
Daniel Stenberg [Tue, 23 Mar 2004 16:12:55 +0000 (16:12 +0000)]
error messages and new test script
Daniel Stenberg [Tue, 23 Mar 2004 16:12:37 +0000 (16:12 +0000)]
we are progressing
Daniel Stenberg [Tue, 23 Mar 2004 16:11:01 +0000 (16:11 +0000)]
distribute testcurl.pl too starting now
Daniel Stenberg [Tue, 23 Mar 2004 16:07:02 +0000 (16:07 +0000)]
Greg Hewgill's version of testcurl.sh rewritten in perl for greater
portability. I put it in this directory instead of the root since I think
perhaps it makes more sense.
Daniel Stenberg [Tue, 23 Mar 2004 16:01:31 +0000 (16:01 +0000)]
keep current_speed as an curl_off_t for better precision at higher speeds
if large file support is available
Daniel Stenberg [Tue, 23 Mar 2004 15:48:27 +0000 (15:48 +0000)]
switch() on the right variable!
Daniel Stenberg [Tue, 23 Mar 2004 15:30:12 +0000 (15:30 +0000)]
curl_strequal() returns int, keep return variables in an int
Daniel Stenberg [Tue, 23 Mar 2004 15:28:31 +0000 (15:28 +0000)]
make the variables that hold the result of strlen() size_t
Daniel Stenberg [Tue, 23 Mar 2004 15:25:54 +0000 (15:25 +0000)]
stricter variable type usage
Daniel Stenberg [Tue, 23 Mar 2004 15:20:57 +0000 (15:20 +0000)]
variable type usage cleanup to please picky compilers
Daniel Stenberg [Tue, 23 Mar 2004 15:14:57 +0000 (15:14 +0000)]
get strlen() results in a size_t, delete 'register'
Daniel Stenberg [Tue, 23 Mar 2004 15:06:14 +0000 (15:06 +0000)]
made time2str() use longs internally instead to prevent compiler warnings
when converting to ints
Daniel Stenberg [Tue, 23 Mar 2004 15:01:19 +0000 (15:01 +0000)]
added explicit typecasts to prevent compiler warnings on variable conversions
Daniel Stenberg [Tue, 23 Mar 2004 14:43:42 +0000 (14:43 +0000)]
If localbind fails, provide a more portable error message.
Daniel Stenberg [Tue, 23 Mar 2004 14:34:09 +0000 (14:34 +0000)]
minor update by Kevin
Daniel Stenberg [Tue, 23 Mar 2004 14:29:21 +0000 (14:29 +0000)]
src/version.h was not properly made!
Daniel Stenberg [Tue, 23 Mar 2004 11:52:08 +0000 (11:52 +0000)]
progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix
Daniel Stenberg [Tue, 23 Mar 2004 11:46:31 +0000 (11:46 +0000)]
it actually fits to make a NNNd NNh display so this can be used up to
999 days
Daniel Stenberg [Tue, 23 Mar 2004 11:43:34 +0000 (11:43 +0000)]
Fixed the time fields no never get wider than 8 letters. They can now switch
to a "days + hours" or even "just days" display if the time value is very
large. I also switched several calculations over to fixed-point instead of the
previous doubles.
Daniel Stenberg [Tue, 23 Mar 2004 09:12:51 +0000 (09:12 +0000)]
int/size_t cleanup
Daniel Stenberg [Tue, 23 Mar 2004 08:50:28 +0000 (08:50 +0000)]
minor variable type cleanups
Daniel Stenberg [Tue, 23 Mar 2004 08:46:08 +0000 (08:46 +0000)]
minor edits to make picky compilers whine less
Daniel Stenberg [Tue, 23 Mar 2004 08:42:01 +0000 (08:42 +0000)]
changed the long to int typecasts to see if icc 8.0 complains less on this
Daniel Stenberg [Mon, 22 Mar 2004 22:38:12 +0000 (22:38 +0000)]
Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set
true.
Daniel Stenberg [Mon, 22 Mar 2004 22:24:23 +0000 (22:24 +0000)]
Kevin Roth's updates to handle a new requirement from the Cygwin folks to
package man and doc files in a slightly different location.
Daniel Stenberg [Mon, 22 Mar 2004 21:46:08 +0000 (21:46 +0000)]
crap files to get the dirs made when checked out from CVS
Daniel Stenberg [Mon, 22 Mar 2004 21:42:07 +0000 (21:42 +0000)]
container to get this dir made
Daniel Stenberg [Mon, 22 Mar 2004 21:37:02 +0000 (21:37 +0000)]
Make the axp/README ia64/README vax/README files get included as well.
They're 0-bytes files, but make the dirs get created!
Daniel Stenberg [Mon, 22 Mar 2004 13:56:48 +0000 (13:56 +0000)]
fixed the ntlm problem with longish passwords
Daniel Stenberg [Mon, 22 Mar 2004 13:56:30 +0000 (13:56 +0000)]
vms fixes committed
Daniel Stenberg [Mon, 22 Mar 2004 13:50:30 +0000 (13:50 +0000)]
Enabled 'NT responses' in the NTLM type-3 message.
Daniel Stenberg [Mon, 22 Mar 2004 11:32:22 +0000 (11:32 +0000)]
fixed /I "." for the debug build too
Daniel Stenberg [Mon, 22 Mar 2004 11:26:40 +0000 (11:26 +0000)]
add /I "." to include ca-bundle.h properly
Daniel Stenberg [Mon, 22 Mar 2004 10:22:01 +0000 (10:22 +0000)]
issue 27 fixed, moved libcurl version defines to its own header file
Daniel Stenberg [Mon, 22 Mar 2004 08:54:26 +0000 (08:54 +0000)]
include the new curlver instead, since all this wants is the version info
Daniel Stenberg [Mon, 22 Mar 2004 08:37:38 +0000 (08:37 +0000)]
Introducing curl/curlver.h for keeping the curl version info only.
Daniel Stenberg [Sun, 21 Mar 2004 22:50:53 +0000 (22:50 +0000)]
files moved here from the $ROOT/src dir
Daniel Stenberg [Sun, 21 Mar 2004 22:49:36 +0000 (22:49 +0000)]
removed deleted files
Daniel Stenberg [Sun, 21 Mar 2004 22:44:52 +0000 (22:44 +0000)]
Marty Kuhrt's adjustments for a cleaner VMS build
Daniel Stenberg [Sun, 21 Mar 2004 22:38:01 +0000 (22:38 +0000)]
Marty Kuhrt's VMS updates
Daniel Stenberg [Sun, 21 Mar 2004 15:45:58 +0000 (15:45 +0000)]
recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)
Daniel Stenberg [Sun, 21 Mar 2004 15:32:15 +0000 (15:32 +0000)]
use tabs, not spaces!
Daniel Stenberg [Fri, 19 Mar 2004 13:22:48 +0000 (13:22 +0000)]
Added the Version 7.11.1 marker
Daniel Stenberg [Fri, 19 Mar 2004 08:41:49 +0000 (08:41 +0000)]
starting a new cycle
Daniel Stenberg [Thu, 18 Mar 2004 14:20:17 +0000 (14:20 +0000)]
irix configure fix and a msvc project file update
Daniel Stenberg [Thu, 18 Mar 2004 12:59:03 +0000 (12:59 +0000)]
Mitz Wark's reported Digest re-negotiate problem is issue 30.
Daniel Stenberg [Thu, 18 Mar 2004 10:03:34 +0000 (10:03 +0000)]
For IRIX systems we must pick the "correct" lib dirs for the particular
libs we want. $libsuff is the magic variable that contains a suffix (which
might be blank). Tor Arntsen brought details and verified this fix.
Daniel Stenberg [Wed, 17 Mar 2004 21:30:26 +0000 (21:30 +0000)]
added http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz
Daniel Stenberg [Wed, 17 Mar 2004 13:36:45 +0000 (13:36 +0000)]
Günter Knauf's update, mainly converted to plain old C comments.