]> git.ipfire.org Git - thirdparty/curl.git/log
thirdparty/curl.git
22 years agoJoerg Mueller-Tolk's fix to better deal with user+passwords for proxies
Daniel Stenberg [Wed, 3 Sep 2003 21:47:41 +0000 (21:47 +0000)] 
Joerg Mueller-Tolk's fix to better deal with user+passwords for proxies

22 years agominor fix to make better bail-out check
Daniel Stenberg [Wed, 3 Sep 2003 21:44:59 +0000 (21:44 +0000)] 
minor fix to make better bail-out check

22 years agowarn if no CN is available if verify is only set to 1
Daniel Stenberg [Wed, 3 Sep 2003 20:47:17 +0000 (20:47 +0000)] 
warn if no CN is available if verify is only set to 1

22 years agostuff I had added in my copy at home, now at last I'm online from here
Daniel Stenberg [Wed, 3 Sep 2003 20:42:42 +0000 (20:42 +0000)] 
stuff I had added in my copy at home, now at last I'm online from here
again

22 years agoPeter Pentchev found two problems. One realloc problem that could allocate
Daniel Stenberg [Wed, 3 Sep 2003 15:37:30 +0000 (15:37 +0000)] 
Peter Pentchev found two problems. One realloc problem that could allocate
too little data, and one case of not zero-terminating the returned string.

I chose a slightly different patch than the one Peter provided.

22 years agowrap at 80 cols
Daniel Stenberg [Tue, 2 Sep 2003 07:48:58 +0000 (07:48 +0000)] 
wrap at 80 cols

22 years agotwo patches applied
Daniel Stenberg [Mon, 1 Sep 2003 08:57:50 +0000 (08:57 +0000)] 
two patches applied

22 years ago"Securing FTP with TLS" was updated to revision 12
Daniel Stenberg [Mon, 1 Sep 2003 08:43:13 +0000 (08:43 +0000)] 
"Securing FTP with TLS" was updated to revision 12

22 years agoLDAP fixed in CVS (for upcoming 7.10.8)
Daniel Stenberg [Mon, 1 Sep 2003 08:36:49 +0000 (08:36 +0000)] 
LDAP fixed in CVS (for upcoming 7.10.8)

22 years agoHenrik Storner's update to make libcurl work with OpenLDAP 2.1.22 (current).
Daniel Stenberg [Mon, 1 Sep 2003 08:23:31 +0000 (08:23 +0000)] 
Henrik Storner's update to make libcurl work with OpenLDAP 2.1.22 (current).
Also reported to work with OpenLDAP 2.0.26.

22 years agoCURLE_LDAP_INVALID_URL added (by Henrik Storner)
Daniel Stenberg [Mon, 1 Sep 2003 08:22:21 +0000 (08:22 +0000)] 
CURLE_LDAP_INVALID_URL added (by Henrik Storner)

22 years agoThe error buffer was not getting filled when Curl_wait_for_resolv() fails.
Daniel Stenberg [Mon, 1 Sep 2003 08:21:08 +0000 (08:21 +0000)] 
The error buffer was not getting filled when Curl_wait_for_resolv() fails.
Jeff Pohlmeyer fixed.

22 years agotypecase to please the compiler gods
Daniel Stenberg [Fri, 29 Aug 2003 08:43:21 +0000 (08:43 +0000)] 
typecase to please the compiler gods

22 years agotypecast to prevent compiler warning
Daniel Stenberg [Fri, 29 Aug 2003 08:43:06 +0000 (08:43 +0000)] 
typecast to prevent compiler warning

22 years agoCURLOPT_BUFFERSIZE must not be smaller than 0 (zero) as that is impossible
Daniel Stenberg [Thu, 28 Aug 2003 11:28:55 +0000 (11:28 +0000)] 
CURLOPT_BUFFERSIZE must not be smaller than 0 (zero) as that is impossible
for us to deal with

22 years agoHenrik Storner's rewrite that includes a nice usage of curl_multi_info_read()
Daniel Stenberg [Thu, 28 Aug 2003 11:21:14 +0000 (11:21 +0000)] 
Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read()

22 years agoonly do chmod if there's a file present
Daniel Stenberg [Thu, 28 Aug 2003 10:39:36 +0000 (10:39 +0000)] 
only do chmod if there's a file present

22 years agoadded the strcasecmp() proto here (moved from setup.h), as this is the
Daniel Stenberg [Sun, 24 Aug 2003 14:29:06 +0000 (14:29 +0000)] 
added the strcasecmp() proto here (moved from setup.h), as this is the
only file within libcurl to use that function

22 years agoremoved the strcasecmp() proto from here, and moved it to the strequal.c
Daniel Stenberg [Sun, 24 Aug 2003 14:28:15 +0000 (14:28 +0000)] 
removed the strcasecmp() proto from here, and moved it to the strequal.c
file instead

22 years agowe support any number of globs now, even for #[num] ones
Daniel Stenberg [Fri, 22 Aug 2003 12:56:56 +0000 (12:56 +0000)] 
we support any number of globs now, even for #[num] ones

22 years agohave cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-only
Daniel Stenberg [Fri, 22 Aug 2003 12:35:18 +0000 (12:35 +0000)] 
have cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-only
function

22 years agouse proper type to prevent compiler warning
Daniel Stenberg [Fri, 22 Aug 2003 12:25:47 +0000 (12:25 +0000)] 
use proper type to prevent compiler warning

22 years agoVincent Sanders provided a fix for name resolving when linked with uClibc.
Daniel Stenberg [Thu, 21 Aug 2003 12:07:47 +0000 (12:07 +0000)] 
Vincent Sanders provided a fix for name resolving when linked with uClibc.

22 years agoCURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE
Daniel Stenberg [Wed, 20 Aug 2003 15:44:03 +0000 (15:44 +0000)] 
CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE

22 years agoCURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
Daniel Stenberg [Wed, 20 Aug 2003 15:42:24 +0000 (15:42 +0000)] 
CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE

22 years agostore the FTP response code in the httpcode variable
Daniel Stenberg [Wed, 20 Aug 2003 15:41:45 +0000 (15:41 +0000)] 
store the FTP response code in the httpcode variable

22 years agoremoved the goto and re-indented slightly
Daniel Stenberg [Wed, 20 Aug 2003 15:40:21 +0000 (15:40 +0000)] 
removed the goto and re-indented slightly

22 years agotransfer fix for multi interface
Daniel Stenberg [Wed, 20 Aug 2003 15:39:49 +0000 (15:39 +0000)] 
transfer fix for multi interface

22 years agomade curl_multi_info_read() set 'msgs_in_queue' to 0 even when it returns
Daniel Stenberg [Wed, 20 Aug 2003 13:49:46 +0000 (13:49 +0000)] 
made curl_multi_info_read() set 'msgs_in_queue' to 0 even when it returns
NULL!

22 years agorecent action
Daniel Stenberg [Tue, 19 Aug 2003 23:42:47 +0000 (23:42 +0000)] 
recent action

22 years agoNow offering support for multiple -T on the same command line, just make
Daniel Stenberg [Tue, 19 Aug 2003 23:42:24 +0000 (23:42 +0000)] 
Now offering support for multiple -T on the same command line, just make
sure you have one URL for each -T. A -T file name can also be "globbed"
like -T "{file1,file2}".

Test case 149 verifies this functionality.

22 years agotest case 149 is here
Daniel Stenberg [Tue, 19 Aug 2003 23:38:19 +0000 (23:38 +0000)] 
test case 149 is here

22 years agoswitch off globbing to enable [] in file names for -T
Daniel Stenberg [Tue, 19 Aug 2003 23:38:10 +0000 (23:38 +0000)] 
switch off globbing to enable [] in file names for -T

22 years agocheck the upload
Daniel Stenberg [Tue, 19 Aug 2003 23:37:40 +0000 (23:37 +0000)] 
check the upload

22 years agoteste multiple uploads in one command line
Daniel Stenberg [Tue, 19 Aug 2003 23:36:22 +0000 (23:36 +0000)] 
teste multiple uploads in one command line

22 years agomake sure the 'done' variable is always set to something in the
Daniel Stenberg [Tue, 19 Aug 2003 23:23:45 +0000 (23:23 +0000)] 
make sure the 'done' variable is always set to something in the
Curl_is_resolved() function

22 years agowhen --enable-debug is used to set debug options with gcc, use -Wno-long-long
Daniel Stenberg [Tue, 19 Aug 2003 15:38:20 +0000 (15:38 +0000)] 
when --enable-debug is used to set debug options with gcc, use -Wno-long-long
to inhibit long long warnings (ISO C90 does not support `long long')

22 years agoRespect HAVE_LONGLONG to support 'long long'
Daniel Stenberg [Tue, 19 Aug 2003 15:37:07 +0000 (15:37 +0000)] 
Respect HAVE_LONGLONG to support 'long long'

22 years agocheck for CRYPTO_cleanup_all_ex_data as well
Daniel Stenberg [Tue, 19 Aug 2003 09:56:39 +0000 (09:56 +0000)] 
check for CRYPTO_cleanup_all_ex_data as well

22 years agoCRYPTO_cleanup_all_ex_data() is not present in all OpenSSL versions so
Daniel Stenberg [Tue, 19 Aug 2003 09:56:16 +0000 (09:56 +0000)] 
CRYPTO_cleanup_all_ex_data() is not present in all OpenSSL versions so
we need to check for its presence in the configure script

22 years agobetter ignore pattern
Daniel Stenberg [Tue, 19 Aug 2003 09:38:49 +0000 (09:38 +0000)] 
better ignore pattern

22 years agotest507 for multi with bad host name
Daniel Stenberg [Tue, 19 Aug 2003 09:37:28 +0000 (09:37 +0000)] 
test507 for multi with bad host name

22 years agotest507 added
Daniel Stenberg [Tue, 19 Aug 2003 09:36:47 +0000 (09:36 +0000)] 
test507 added

22 years agodon't set done==TRUE if the host name doesn't resolve
Daniel Stenberg [Tue, 19 Aug 2003 09:29:59 +0000 (09:29 +0000)] 
don't set done==TRUE if the host name doesn't resolve

22 years agoLoren Kirkby pointed out that we need to call CRYPTO_cleanup_all_ex_data()
Daniel Stenberg [Tue, 19 Aug 2003 07:51:09 +0000 (07:51 +0000)] 
Loren Kirkby pointed out that we need to call CRYPTO_cleanup_all_ex_data()
when we cleanup the SSL stuff to not leak any memory.

I wish this was documented anywhere.

22 years agominor edit
Daniel Stenberg [Mon, 18 Aug 2003 15:27:26 +0000 (15:27 +0000)] 
minor edit

22 years agominor edits
Daniel Stenberg [Mon, 18 Aug 2003 15:24:46 +0000 (15:24 +0000)] 
minor edits

22 years agoset the large-file support defines for the client too
Daniel Stenberg [Mon, 18 Aug 2003 15:11:33 +0000 (15:11 +0000)] 
set the large-file support defines for the client too

22 years agosetting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback
Daniel Stenberg [Sun, 17 Aug 2003 13:32:37 +0000 (13:32 +0000)] 
setting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback
pointers to the internal default functions

22 years ago7.10.7 curl-7_10_7
Daniel Stenberg [Fri, 15 Aug 2003 07:08:02 +0000 (07:08 +0000)] 
7.10.7

22 years agoremoved lots of "added in [version]" where [version] is resonably old
Daniel Stenberg [Fri, 15 Aug 2003 06:35:41 +0000 (06:35 +0000)] 
removed lots of "added in [version]" where [version] is resonably old

22 years agocheck for long long
Daniel Stenberg [Thu, 14 Aug 2003 22:44:06 +0000 (22:44 +0000)] 
check for long long
changed the use of AC_CHECK_TYPE as the previous approach is deprecated
require 2.57 properly

22 years agoPossible code for large file support, added within #if 0 so far.
Daniel Stenberg [Thu, 14 Aug 2003 22:42:18 +0000 (22:42 +0000)] 
Possible code for large file support, added within #if 0 so far.

22 years agonew Russian mirror both web and download
Daniel Stenberg [Thu, 14 Aug 2003 22:38:35 +0000 (22:38 +0000)] 
new Russian mirror both web and download

22 years agosupprt for the new memlimit stuff
Daniel Stenberg [Thu, 14 Aug 2003 22:38:03 +0000 (22:38 +0000)] 
supprt for the new memlimit stuff

22 years agoadded one "added in blabla" and removed a few
Daniel Stenberg [Thu, 14 Aug 2003 22:00:56 +0000 (22:00 +0000)] 
added one "added in blabla" and removed a few

22 years agoCurl_SSL_InitSessions can return error, so check the return code and bail
Daniel Stenberg [Thu, 14 Aug 2003 15:06:36 +0000 (15:06 +0000)] 
Curl_SSL_InitSessions can return error, so check the return code and bail
out if necessary

22 years agoCurl_llist_destroy() checks the input for non-NULL
Daniel Stenberg [Thu, 14 Aug 2003 15:06:08 +0000 (15:06 +0000)] 
Curl_llist_destroy() checks the input for non-NULL

22 years agonew proto for Curl_hash_init
Daniel Stenberg [Thu, 14 Aug 2003 15:05:25 +0000 (15:05 +0000)] 
new proto for Curl_hash_init

22 years ago1. check allocs
Daniel Stenberg [Thu, 14 Aug 2003 15:05:13 +0000 (15:05 +0000)] 
1. check allocs
2. don't leave allocated memory behind when returning error

22 years agoreturn failure when the host cache creation fails
Daniel Stenberg [Thu, 14 Aug 2003 15:02:25 +0000 (15:02 +0000)] 
return failure when the host cache creation fails

22 years agoactivate the new memory limit tests if requested
Daniel Stenberg [Thu, 14 Aug 2003 15:01:52 +0000 (15:01 +0000)] 
activate the new memory limit tests if requested
only set cookiejar if selected

22 years agoreturn failure when an alloc function fails
Daniel Stenberg [Thu, 14 Aug 2003 15:01:20 +0000 (15:01 +0000)] 
return failure when an alloc function fails

22 years agoprevent memory leak when going out of memory
Daniel Stenberg [Thu, 14 Aug 2003 14:20:03 +0000 (14:20 +0000)] 
prevent memory leak when going out of memory

22 years agoallow out-of-memory testing by setting a limit. That number of memory
Daniel Stenberg [Thu, 14 Aug 2003 14:19:36 +0000 (14:19 +0000)] 
allow out-of-memory testing by setting a limit. That number of memory
allocation calls will succeed, the following will return NULL!

22 years agobetter freeing when bailing out due to bad output glob
Daniel Stenberg [Thu, 14 Aug 2003 13:38:19 +0000 (13:38 +0000)] 
better freeing when bailing out due to bad output glob

22 years agofree data on failure
Daniel Stenberg [Thu, 14 Aug 2003 13:37:55 +0000 (13:37 +0000)] 
free data on failure

22 years agotest87 verifies the new and better check for bad -o #[num] stuff
Daniel Stenberg [Thu, 14 Aug 2003 13:37:32 +0000 (13:37 +0000)] 
test87 verifies the new and better check for bad -o #[num] stuff

22 years agoignore the .pid files
Daniel Stenberg [Thu, 14 Aug 2003 13:01:07 +0000 (13:01 +0000)] 
ignore the .pid files

22 years agoignore lib506 too
Daniel Stenberg [Thu, 14 Aug 2003 13:00:34 +0000 (13:00 +0000)] 
ignore lib506 too

22 years agobetter report on why tests are skipped, and also show a count of the amount
Daniel Stenberg [Thu, 14 Aug 2003 12:59:54 +0000 (12:59 +0000)] 
better report on why tests are skipped, and also show a count of the amount
of test cases that were "considered".

22 years agoIn case the output urlglob file name returned is NULL, then there was
Daniel Stenberg [Thu, 14 Aug 2003 11:53:53 +0000 (11:53 +0000)] 
In case the output urlglob file name returned is NULL, then there was
badness in the string and we help our user by returning an error.

22 years agomodified the #[num] code to be more robust, to return NULL on errors and
Daniel Stenberg [Thu, 14 Aug 2003 11:53:09 +0000 (11:53 +0000)] 
modified the #[num] code to be more robust, to return NULL on errors and
to support numbers larger than 9

22 years agocorrected this test case
Daniel Stenberg [Thu, 14 Aug 2003 11:51:22 +0000 (11:51 +0000)] 
corrected this test case

22 years agotest urlglobbing range requests
Daniel Stenberg [Thu, 14 Aug 2003 11:50:58 +0000 (11:50 +0000)] 
test urlglobbing range requests

22 years agotest86 added
Daniel Stenberg [Thu, 14 Aug 2003 11:50:40 +0000 (11:50 +0000)] 
test86 added

22 years agoDavid Byron's fix that makes this script use 'cygpath' instead of 'pwd' if
Daniel Stenberg [Tue, 12 Aug 2003 21:18:39 +0000 (21:18 +0000)] 
David Byron's fix that makes this script use 'cygpath' instead of 'pwd' if
this runs on windows, to find out the current working directory.

22 years ago7.10.7-pre4 commit
Daniel Stenberg [Tue, 12 Aug 2003 12:48:40 +0000 (12:48 +0000)] 
7.10.7-pre4 commit

22 years agonicer make target for the pdf conversion
Daniel Stenberg [Tue, 12 Aug 2003 09:08:05 +0000 (09:08 +0000)] 
nicer make target for the pdf conversion

22 years agodon't treat index.html as the generated HTML pages
Daniel Stenberg [Tue, 12 Aug 2003 08:58:46 +0000 (08:58 +0000)] 
don't treat index.html as the generated HTML pages

22 years agoadded the new man pages
Daniel Stenberg [Tue, 12 Aug 2003 08:58:23 +0000 (08:58 +0000)] 
added the new man pages

22 years agocorrected return type
Daniel Stenberg [Tue, 12 Aug 2003 08:58:15 +0000 (08:58 +0000)] 
corrected return type

22 years agoadded the new curl_share_* man pages, the libcurl-easy, the libcurl-share,
Daniel Stenberg [Tue, 12 Aug 2003 08:51:23 +0000 (08:51 +0000)] 
added the new curl_share_* man pages, the libcurl-easy, the libcurl-share,
made the generated pdf and html files get removed on 'make clean'. Made
the pdf conversion remove the temporary .ps files.

22 years agoseparated the easy-specific stuff into a new libcurl-easy.3 man page and
Daniel Stenberg [Tue, 12 Aug 2003 08:46:02 +0000 (08:46 +0000)] 
separated the easy-specific stuff into a new libcurl-easy.3 man page and
made the libcurl.3 one a more generic overview

22 years agoadded the asynchdns bit
Daniel Stenberg [Tue, 12 Aug 2003 08:26:38 +0000 (08:26 +0000)] 
added the asynchdns bit

22 years agoBugfix from Serge Semashko that fixes a bug introduced when we applied his
Daniel Stenberg [Tue, 12 Aug 2003 08:20:16 +0000 (08:20 +0000)] 
Bugfix from Serge Semashko that fixes a bug introduced when we applied his
NTLM patch. Test case 84 and 85 verify this.

22 years agomore auth tests
Daniel Stenberg [Tue, 12 Aug 2003 08:19:23 +0000 (08:19 +0000)] 
more auth tests

22 years agoAdded support for CURLINFO_HTTP_CONNECTCODE
Daniel Stenberg [Mon, 11 Aug 2003 23:15:41 +0000 (23:15 +0000)] 
Added support for CURLINFO_HTTP_CONNECTCODE

22 years agobindlocal works for Windows!
Daniel Stenberg [Mon, 11 Aug 2003 23:15:13 +0000 (23:15 +0000)] 
bindlocal works for Windows!

22 years agoCheck CURL_VERSION_ASYNCHDNS for feature output
Daniel Stenberg [Mon, 11 Aug 2003 23:13:41 +0000 (23:13 +0000)] 
Check CURL_VERSION_ASYNCHDNS for feature output

22 years agoSet the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.
Daniel Stenberg [Mon, 11 Aug 2003 23:13:09 +0000 (23:13 +0000)] 
Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.

22 years agoAdded CURLINFO_HTTP_CONNECTCODE
Daniel Stenberg [Mon, 11 Aug 2003 23:12:46 +0000 (23:12 +0000)] 
Added CURLINFO_HTTP_CONNECTCODE
Added CURL_VERSION_ASYNCHDNS

22 years agomention curl_version_info
Daniel Stenberg [Mon, 11 Aug 2003 23:07:38 +0000 (23:07 +0000)] 
mention curl_version_info

22 years agomention the pre3 release
Daniel Stenberg [Mon, 11 Aug 2003 22:48:26 +0000 (22:48 +0000)] 
mention the pre3 release

22 years agoVincent Sanders's massive update of this example code. One could argue
Daniel Stenberg [Mon, 11 Aug 2003 21:34:52 +0000 (21:34 +0000)] 
Vincent Sanders's massive update of this example code. One could argue
weather this is still an "example" or a whole new API layer! ;-)

22 years agoedits
Daniel Stenberg [Mon, 11 Aug 2003 16:17:51 +0000 (16:17 +0000)] 
edits

22 years agotwo more known bugs
Daniel Stenberg [Mon, 11 Aug 2003 15:15:25 +0000 (15:15 +0000)] 
two more known bugs

22 years agoadded include "http.h" to prevent a warning
Daniel Stenberg [Mon, 11 Aug 2003 14:55:30 +0000 (14:55 +0000)] 
added include "http.h" to prevent a warning

22 years agodefine USE_ARES nicer if enabled
Daniel Stenberg [Mon, 11 Aug 2003 13:18:06 +0000 (13:18 +0000)] 
define USE_ARES nicer if enabled

22 years agouse safefree instead
Daniel Stenberg [Mon, 11 Aug 2003 12:30:21 +0000 (12:30 +0000)] 
use safefree instead