]> granicus.if.org Git - curl/log
curl
21 years agodo the alarm time-left math using unsigned longs since that is what alarm()
Daniel Stenberg [Wed, 5 May 2004 07:17:37 +0000 (07:17 +0000)]
do the alarm time-left math using unsigned longs since that is what alarm()
returns and uses as input and converting to signed generates warnings and
actually risks loss of accuracy

21 years agofix_hostname() now (void)s the conn argument to prevent warnings on non-idn
Daniel Stenberg [Wed, 5 May 2004 07:08:31 +0000 (07:08 +0000)]
fix_hostname() now (void)s the conn argument to prevent warnings on non-idn
enabled builds

21 years agoERR_error_string() returns an unsigned long so we should use one of those
Daniel Stenberg [Wed, 5 May 2004 07:01:33 +0000 (07:01 +0000)]
ERR_error_string() returns an unsigned long so we should use one of those
for the return code

21 years agogcc 3.4 now uses the -Wunreachable-code option, I believe we can make older
Daniel Stenberg [Wed, 5 May 2004 06:59:27 +0000 (06:59 +0000)]
gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older
ones use this too...

21 years agocheck the size of size_t for lib/mprintf.c
Daniel Stenberg [Wed, 5 May 2004 06:57:49 +0000 (06:57 +0000)]
check the size of size_t for lib/mprintf.c

21 years agoprevent warnings when using the gcc option -Wunreachable-code
Daniel Stenberg [Wed, 5 May 2004 06:57:26 +0000 (06:57 +0000)]
prevent warnings when using the gcc option -Wunreachable-code

21 years agomake the memlimit final NULL return get written to stderr as wella
Daniel Stenberg [Wed, 5 May 2004 06:57:04 +0000 (06:57 +0000)]
make the memlimit final NULL return get written to stderr as wella

21 years agomention the LICENSE-MIXING document
Daniel Stenberg [Wed, 5 May 2004 06:12:24 +0000 (06:12 +0000)]
mention the LICENSE-MIXING document

21 years agominor update edits
Daniel Stenberg [Wed, 5 May 2004 06:11:57 +0000 (06:11 +0000)]
minor update edits

21 years agoadded a third URL to the torture testing, this one also hangs at some point
Daniel Stenberg [Wed, 5 May 2004 06:11:13 +0000 (06:11 +0000)]
added a third URL to the torture testing, this one also hangs at some point
for a reason I don't know

21 years agomultipart formposts should be more streamy
Daniel Stenberg [Tue, 4 May 2004 14:36:29 +0000 (14:36 +0000)]
multipart formposts should be more streamy

21 years agobail out when an add_buffer() function returns failure
Daniel Stenberg [Tue, 4 May 2004 14:27:07 +0000 (14:27 +0000)]
bail out when an add_buffer() function returns failure

21 years agoimproved the cleaning up of memory when we fail to resolve names due to
Daniel Stenberg [Tue, 4 May 2004 13:40:30 +0000 (13:40 +0000)]
improved the cleaning up of memory when we fail to resolve names due to
out of memory (thanks to 'runtests.pl -t')

21 years agocheck malloc() return code
Daniel Stenberg [Tue, 4 May 2004 13:39:24 +0000 (13:39 +0000)]
check malloc() return code

21 years agoremoved more leftovers from the formparse function
Daniel Stenberg [Tue, 4 May 2004 09:31:04 +0000 (09:31 +0000)]
removed more leftovers from the formparse function

21 years agoremoved curl_formparse() from the library
Daniel Stenberg [Tue, 4 May 2004 08:24:13 +0000 (08:24 +0000)]
removed curl_formparse() from the library

21 years agoGisle made item 38, now there's only one low-prio task left...
Daniel Stenberg [Tue, 4 May 2004 07:54:08 +0000 (07:54 +0000)]
Gisle made item 38, now there's only one low-prio task left...

21 years agoGeneral HTTP authentication cleanup and fixes
Daniel Stenberg [Tue, 4 May 2004 07:52:53 +0000 (07:52 +0000)]
General HTTP authentication cleanup and fixes

21 years agoGisle fixed the problem with ldap_search_s() fails with "filter error": a case
Daniel Stenberg [Mon, 3 May 2004 15:01:34 +0000 (15:01 +0000)]
Gisle fixed the problem with ldap_search_s() fails with "filter error": a case
of using 'lud_filter' after freeing 'lud_dn'.

21 years agoimproved the name of the test
Daniel Stenberg [Mon, 3 May 2004 14:57:58 +0000 (14:57 +0000)]
improved the name of the test

21 years agoAdded --proxy-digest, added the standard curl source header to this file.
Daniel Stenberg [Mon, 3 May 2004 14:55:31 +0000 (14:55 +0000)]
Added --proxy-digest, added the standard curl source header to this file.

21 years agofixed the pdf and html for the strerror functions
Daniel Stenberg [Mon, 3 May 2004 14:40:22 +0000 (14:40 +0000)]
fixed the pdf and html for the strerror functions

21 years agoAdded support for --proxy-digest
Daniel Stenberg [Mon, 3 May 2004 11:56:18 +0000 (11:56 +0000)]
Added support for --proxy-digest

21 years agodon't free(NULL)
Daniel Stenberg [Mon, 3 May 2004 09:17:49 +0000 (09:17 +0000)]
don't free(NULL)

21 years agoGisle Vanem:
Daniel Stenberg [Mon, 3 May 2004 09:14:12 +0000 (09:14 +0000)]
Gisle Vanem:

Patch for ldap.c under Windows. It works with wldap32.dll as supplied with
Win-98/ME/2000/XP, so no extra .dlls are required.  I've mostly tested it
against Verisign's ldap server. Added code in the case there are to many
responses (rc = LDAP_SIZELIMIT_EXCEEDED) and print only those we got. E.g.

curl
ldap://directory.verisign.net/?cn,display-name,mail,info?subtree?(cn=*Nelson*)

will print the first 10 results.

My only problem with it is that ldap_search_s() fails with "filter error" when
CURLDEBUG is defined ?! Maybe someone can spot the error.

21 years agomucho
Daniel Stenberg [Fri, 30 Apr 2004 10:55:57 +0000 (10:55 +0000)]
mucho

21 years agoDisplay "exit OK" when the exit code has been verified to be OK, and added
Daniel Stenberg [Fri, 30 Apr 2004 10:37:40 +0000 (10:37 +0000)]
Display "exit OK" when the exit code has been verified to be OK, and added
initial basic valgrind-log scan for memory leaks it could detect.

21 years agodeprecated functions
Daniel Stenberg [Fri, 30 Apr 2004 10:34:54 +0000 (10:34 +0000)]
deprecated functions

21 years ago25 and 37 are now done, only two low-prio tasks left for the 7.12 release
Daniel Stenberg [Fri, 30 Apr 2004 09:17:04 +0000 (09:17 +0000)]
25 and 37 are now done, only two low-prio tasks left for the 7.12 release

21 years agorecent changes
Daniel Stenberg [Fri, 30 Apr 2004 08:52:11 +0000 (08:52 +0000)]
recent changes

21 years agoupdated with more and new info
Daniel Stenberg [Fri, 30 Apr 2004 08:51:19 +0000 (08:51 +0000)]
updated with more and new info

21 years agothese functions are marked to get removed from the public API "soon"
Daniel Stenberg [Fri, 30 Apr 2004 08:38:08 +0000 (08:38 +0000)]
these functions are marked to get removed from the public API "soon"

21 years agouse the new lib/curlx.h header and modified the code to use all to-become-
Daniel Stenberg [Fri, 30 Apr 2004 08:23:50 +0000 (08:23 +0000)]
use the new lib/curlx.h header and modified the code to use all to-become-
curlx_-functions with the new prefix to prepare this code for the future
removal of several curl_-functions from the public libcurl API.

21 years agoNew header file that offers easy access to the curlx_ functions for an app.
Daniel Stenberg [Fri, 30 Apr 2004 08:22:38 +0000 (08:22 +0000)]
New header file that offers easy access to the curlx_ functions for an app.
curlx_ functions are NOT part of the offical API, but only available as source
code functions from the lib directory in case of need.

21 years agosupport the new libcurl IDN feature, also a first attempt to display a stack
Daniel Stenberg [Fri, 30 Apr 2004 08:03:07 +0000 (08:03 +0000)]
support the new libcurl IDN feature, also a first attempt to display a stack
trace if a test results in a 'core' file and gdb is present

21 years agoidn is a new feature that can be made required for a test
Daniel Stenberg [Fri, 30 Apr 2004 08:00:42 +0000 (08:00 +0000)]
idn is a new feature that can be made required for a test

21 years agoadded test 166, formpost with white space in file name
Daniel Stenberg [Fri, 30 Apr 2004 06:46:34 +0000 (06:46 +0000)]
added test 166, formpost with white space in file name

21 years agomake the contents able to be any data, the previous stopped at white space
Daniel Stenberg [Fri, 30 Apr 2004 06:45:53 +0000 (06:45 +0000)]
make the contents able to be any data, the previous stopped at white space

21 years agooops, a bad strtok() was fixed by Luca
Daniel Stenberg [Fri, 30 Apr 2004 05:53:42 +0000 (05:53 +0000)]
oops, a bad strtok() was fixed by Luca

21 years agoinclude the full size of the sent response in the log
Daniel Stenberg [Fri, 30 Apr 2004 05:51:37 +0000 (05:51 +0000)]
include the full size of the sent response in the log

21 years agoGisle fixed the counting of calloc()s
Daniel Stenberg [Thu, 29 Apr 2004 14:33:19 +0000 (14:33 +0000)]
Gisle fixed the counting of calloc()s

21 years agoIntroducing IDN host name testing. Test case 165 requires an IDN-capable
Daniel Stenberg [Thu, 29 Apr 2004 13:43:04 +0000 (13:43 +0000)]
Introducing IDN host name testing. Test case 165 requires an IDN-capable
libcurl.

21 years agofixed the host/proxy name issue when re-using a connection and made IDN names
Daniel Stenberg [Thu, 29 Apr 2004 13:41:48 +0000 (13:41 +0000)]
fixed the host/proxy name issue when re-using a connection and made IDN names
work when using proxy by converting the IDN-name to the ACE-encoded version
before the request-URL is passed to the proxy.

21 years agoremove newline from matching pattern
Daniel Stenberg [Thu, 29 Apr 2004 13:31:57 +0000 (13:31 +0000)]
remove newline from matching pattern

21 years agoignore cnonce lines too as they are based on the current time and will differ
Daniel Stenberg [Thu, 29 Apr 2004 13:24:50 +0000 (13:24 +0000)]
ignore cnonce lines too as they are based on the current time and will differ
from time to time!

21 years agoencode the correct name
Daniel Stenberg [Thu, 29 Apr 2004 11:57:52 +0000 (11:57 +0000)]
encode the correct name

21 years agocurl_easy_duphandle() works again with ares enabled
Daniel Stenberg [Thu, 29 Apr 2004 10:58:22 +0000 (10:58 +0000)]
curl_easy_duphandle() works again with ares enabled

21 years agotest 512 does some basic curl_easy_duphandle() testing
Daniel Stenberg [Thu, 29 Apr 2004 10:57:10 +0000 (10:57 +0000)]
test 512 does some basic curl_easy_duphandle() testing

21 years agonew test case for a simple curl_easy_duphandle() test
Daniel Stenberg [Thu, 29 Apr 2004 10:56:22 +0000 (10:56 +0000)]
new test case for a simple curl_easy_duphandle() test

21 years agoupdated to work with the new Digest code
Daniel Stenberg [Thu, 29 Apr 2004 10:47:13 +0000 (10:47 +0000)]
updated to work with the new Digest code

21 years agoLuca Altea's major HTTP Digest update
Daniel Stenberg [Thu, 29 Apr 2004 08:18:32 +0000 (08:18 +0000)]
Luca Altea's major HTTP Digest update

21 years agoGisle made the code use ERR_error_string_n()
Daniel Stenberg [Thu, 29 Apr 2004 07:36:40 +0000 (07:36 +0000)]
Gisle made the code use ERR_error_string_n()

21 years agothe new way of accessing the host name
Daniel Stenberg [Wed, 28 Apr 2004 20:34:04 +0000 (20:34 +0000)]
the new way of accessing the host name

21 years agoAdded LICENSE-MIXING to the release archive
Daniel Stenberg [Tue, 27 Apr 2004 18:31:35 +0000 (18:31 +0000)]
Added LICENSE-MIXING to the release archive

21 years agoIDN: Gisle Vanem made the win32 version handle a missing CHARSET environment
Daniel Stenberg [Tue, 27 Apr 2004 15:19:28 +0000 (15:19 +0000)]
IDN: Gisle Vanem made the win32 version handle a missing CHARSET environment
and then figure it out with a suitable windows call.

21 years agooutputed elsewhere already
Daniel Stenberg [Tue, 27 Apr 2004 15:13:46 +0000 (15:13 +0000)]
outputed elsewhere already

21 years agoidn stuff in code and configure script
Daniel Stenberg [Tue, 27 Apr 2004 14:22:58 +0000 (14:22 +0000)]
idn stuff in code and configure script

21 years agowe released yesterday, we have heaps of new stuff today! :-)
Daniel Stenberg [Tue, 27 Apr 2004 14:22:40 +0000 (14:22 +0000)]
we released yesterday, we have heaps of new stuff today! :-)

21 years agoprovide our own inet_ntoa_r() proto if the system has none on its own
Daniel Stenberg [Tue, 27 Apr 2004 14:17:36 +0000 (14:17 +0000)]
provide our own inet_ntoa_r() proto if the system has none on its own

21 years agoMade host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg [Tue, 27 Apr 2004 13:56:23 +0000 (13:56 +0000)]
Made host name and proxy name get stored in a 'struct hostname' and set
all things up to work with encoded host names internally, as well as keeping
'display names' to show in debug messages. IDN resolves work for me now using
ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.

21 years agowithout-libidn works too now
Daniel Stenberg [Tue, 27 Apr 2004 12:08:53 +0000 (12:08 +0000)]
without-libidn works too now

21 years agohugehelp.c fix, without-ssl fix
Daniel Stenberg [Tue, 27 Apr 2004 11:16:46 +0000 (11:16 +0000)]
hugehelp.c fix, without-ssl fix

21 years agomake the loop use a fixed number of attempts to prevent eternal loops
Daniel Stenberg [Tue, 27 Apr 2004 10:59:43 +0000 (10:59 +0000)]
make the loop use a fixed number of attempts to prevent eternal loops

21 years agoadded curl_*_strerror
Daniel Stenberg [Tue, 27 Apr 2004 07:05:40 +0000 (07:05 +0000)]
added curl_*_strerror

21 years agoadded doctype tag to get HTML compliant
Daniel Stenberg [Tue, 27 Apr 2004 07:05:22 +0000 (07:05 +0000)]
added doctype tag to get HTML compliant

21 years agoWe now make sure to only scan for SSL options with pkg-config if we haven't
Daniel Stenberg [Mon, 26 Apr 2004 22:13:36 +0000 (22:13 +0000)]
We now make sure to only scan for SSL options with pkg-config if we haven't
disabled SSL with --without-ssl. This previously made the Makefiles use
the SSL libs even though told not to.

21 years agoInclude "setup.h" and not "config.h" since setup.h is made to include
Daniel Stenberg [Mon, 26 Apr 2004 21:15:48 +0000 (21:15 +0000)]
Include "setup.h" and not "config.h" since setup.h is made to include
the correct config.h for the platform, and when this is done the USE_MANUAL
define is properly known.

21 years agomy nroff 1.18.1 complained the URL as it contains a nroff combo somehow
Daniel Stenberg [Mon, 26 Apr 2004 21:12:10 +0000 (21:12 +0000)]
my nroff 1.18.1 complained the URL as it contains a nroff combo somehow
and when I modified it slightly the warning dissappeared...

21 years agooops, .obj not .c!
Daniel Stenberg [Mon, 26 Apr 2004 20:41:33 +0000 (20:41 +0000)]
oops, .obj not .c!

21 years agoimproved libidn detection to correct the false positives we got
Daniel Stenberg [Mon, 26 Apr 2004 15:31:43 +0000 (15:31 +0000)]
improved libidn detection to correct the false positives we got

21 years agomade the verbose connect use the proper host name string even when using
Daniel Stenberg [Mon, 26 Apr 2004 15:19:55 +0000 (15:19 +0000)]
made the verbose connect use the proper host name string even when using
a proxy

21 years agoNI_MAXHOST is not generally available, we use plain 256 bytes for the hostname
Daniel Stenberg [Mon, 26 Apr 2004 15:14:19 +0000 (15:14 +0000)]
NI_MAXHOST is not generally available, we use plain 256 bytes for the hostname
instead, its only for debug verbose output anyway

21 years agocorrected mistake
Daniel Stenberg [Mon, 26 Apr 2004 15:11:56 +0000 (15:11 +0000)]
corrected mistake

21 years agoGisle fixed a mistaken check
Daniel Stenberg [Mon, 26 Apr 2004 14:18:42 +0000 (14:18 +0000)]
Gisle fixed a mistaken check

21 years agoMade defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg [Mon, 26 Apr 2004 14:18:00 +0000 (14:18 +0000)]
Made defines instead of plain numbers for the Curl_resolv() return code to
make the code easier to read

21 years agotypedef CURL in the curl.h file instead of only having a single useful typedef
Daniel Stenberg [Mon, 26 Apr 2004 14:06:51 +0000 (14:06 +0000)]
typedef CURL in the curl.h file instead of only having a single useful typedef
in the separate types.h

21 years agoIDN adjustments and host cleanups by Gisle
Daniel Stenberg [Mon, 26 Apr 2004 14:03:25 +0000 (14:03 +0000)]
IDN adjustments and host cleanups by Gisle

21 years agono longer include curl/types.h, it serves no purpose
Daniel Stenberg [Mon, 26 Apr 2004 14:02:51 +0000 (14:02 +0000)]
no longer include curl/types.h, it serves no purpose

21 years agoignore the curl/types.h header file
Daniel Stenberg [Mon, 26 Apr 2004 14:02:01 +0000 (14:02 +0000)]
ignore the curl/types.h header file

21 years agoMoved down the ares check again to the bottom of the script since it
Daniel Stenberg [Mon, 26 Apr 2004 13:42:39 +0000 (13:42 +0000)]
Moved down the ares check again to the bottom of the script since it
modified the compiler and link options so nothing can be tested for after
this check, as the c-ares lib might not have been built yet!

21 years agoadded the new files to the build
Daniel Stenberg [Mon, 26 Apr 2004 12:33:14 +0000 (12:33 +0000)]
added the new files to the build

21 years ago"configure summary"
Daniel Stenberg [Mon, 26 Apr 2004 12:29:30 +0000 (12:29 +0000)]
"configure summary"

21 years agoRemoved the FTPS test cases, they only annoy us as they don't work for anyone
Daniel Stenberg [Mon, 26 Apr 2004 12:04:34 +0000 (12:04 +0000)]
Removed the FTPS test cases, they only annoy us as they don't work for anyone
anywhere. We need to write a better ftps-server for test purposes and then
we can re-introduced FTPS tests.

21 years agoCurl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
Daniel Stenberg [Mon, 26 Apr 2004 12:02:33 +0000 (12:02 +0000)]
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
warnings

21 years agoremoved assignment of variable never used
Daniel Stenberg [Mon, 26 Apr 2004 11:56:05 +0000 (11:56 +0000)]
removed assignment of variable never used

21 years agoTor Arntsen fixed a 'Statement not reachable'-warning
Daniel Stenberg [Mon, 26 Apr 2004 11:52:43 +0000 (11:52 +0000)]
Tor Arntsen fixed a 'Statement not reachable'-warning

21 years agoKim Karlsson pointed out that error 57 was wrongly documented
Daniel Stenberg [Mon, 26 Apr 2004 09:28:02 +0000 (09:28 +0000)]
Kim Karlsson pointed out that error 57 was wrongly documented

21 years agoTommyTam made a patch to handle stdin redirection for win32.
Daniel Stenberg [Mon, 26 Apr 2004 07:50:51 +0000 (07:50 +0000)]
TommyTam made a patch to handle stdin redirection for win32.

21 years agosome fixed, one removed, edited some. 7.12.0 in progress.
Daniel Stenberg [Mon, 26 Apr 2004 07:47:16 +0000 (07:47 +0000)]
some fixed, one removed, edited some. 7.12.0 in progress.

21 years agothe recent commits explained
Daniel Stenberg [Mon, 26 Apr 2004 07:26:16 +0000 (07:26 +0000)]
the recent commits explained

21 years agoMajor hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg [Mon, 26 Apr 2004 07:20:11 +0000 (07:20 +0000)]
Major hostip.c cleanup and split into multiple files and easier #ifdef
usage.

21 years agosupports showing "IDN" as a libcurl feature, now outputs the features
Daniel Stenberg [Mon, 26 Apr 2004 07:14:47 +0000 (07:14 +0000)]
supports showing "IDN" as a libcurl feature, now outputs the features
in alphabetical order

21 years agoadded libidn awareness
Daniel Stenberg [Mon, 26 Apr 2004 07:14:08 +0000 (07:14 +0000)]
added libidn awareness

21 years agoadded many comments
Daniel Stenberg [Mon, 26 Apr 2004 07:12:52 +0000 (07:12 +0000)]
added many comments

21 years agomajor update of the error strings
Daniel Stenberg [Mon, 26 Apr 2004 07:12:29 +0000 (07:12 +0000)]
major update of the error strings

21 years agoadded comments
Daniel Stenberg [Mon, 26 Apr 2004 07:11:39 +0000 (07:11 +0000)]
added comments

21 years agoadded function headers and comments
Daniel Stenberg [Mon, 26 Apr 2004 07:11:06 +0000 (07:11 +0000)]
added function headers and comments

21 years ago--with-libidn[=PATH] is now supported
Daniel Stenberg [Mon, 26 Apr 2004 07:08:36 +0000 (07:08 +0000)]
--with-libidn[=PATH] is now supported

21 years agothe next release is planned to become 7.12.0
Daniel Stenberg [Mon, 26 Apr 2004 07:04:40 +0000 (07:04 +0000)]
the next release is planned to become 7.12.0

21 years agostart all over again
Daniel Stenberg [Mon, 26 Apr 2004 07:03:51 +0000 (07:03 +0000)]
start all over again