Daniel Stenberg
|
e3f83cb17a
|
make it more obvious what this is by not even trying to show a manual
|
2003-02-04 18:22:31 +00:00 |
|
Daniel Stenberg
|
de6008e01a
|
James Bursa corrected a bad comment
|
2003-02-04 18:12:41 +00:00 |
|
Daniel Stenberg
|
6417e696df
|
fixes during the last couple of days
|
2003-02-04 12:33:13 +00:00 |
|
Daniel Stenberg
|
5d28f3781b
|
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.
|
2003-02-04 12:29:57 +00:00 |
|
Daniel Stenberg
|
10026bb62e
|
scan through the PATH as well, to find stunnel
|
2003-02-03 22:15:33 +00:00 |
|
Daniel Stenberg
|
21c16f923c
|
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.
|
2003-02-03 21:36:52 +00:00 |
|
Daniel Stenberg
|
32cef52f0d
|
Kevin Roth corrected the zlib stuff to work better.
|
2003-01-31 07:07:28 +00:00 |
|
Daniel Stenberg
|
e7dd7c54ff
|
don't check for the CA cert bundle if --insecure is used
|
2003-01-30 14:48:07 +00:00 |
|
Daniel Stenberg
|
b0b50bd12a
|
typecast the argument to isspace() to an int to prevent warnings on some
compilers
|
2003-01-30 06:06:24 +00:00 |
|
Daniel Stenberg
|
f2c6057490
|
curl now uses stricter VERIFYHOST by default and only uses a lesser check
if --insecure is used. Reported by Hamish Mackenzie.
|
2003-01-30 05:15:57 +00:00 |
|
Daniel Stenberg
|
169b2eeb94
|
Fixes bug #669059. We now extract the Content-Type better and more accurate.
|
2003-01-30 05:04:02 +00:00 |
|
Daniel Stenberg
|
f81d027f60
|
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.
|
2003-01-30 05:03:19 +00:00 |
|
Daniel Stenberg
|
872eeb7339
|
changes from the last week or so
|
2003-01-29 13:56:04 +00:00 |
|
Daniel Stenberg
|
7f67a28c2a
|
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
|
2003-01-29 13:16:03 +00:00 |
|
Daniel Stenberg
|
30a46e1135
|
John McGowan found a problem where the DEBUGFUNCTION was called with bad
data on uploads.
|
2003-01-29 12:52:45 +00:00 |
|
Daniel Stenberg
|
3a01478ce8
|
add the new emacs file and removed the former one
|
2003-01-29 12:15:16 +00:00 |
|
Daniel Stenberg
|
53d71fab60
|
example showing how a .emacs using curl-style.el could look like, thanks
to Mats Lidell for awesome elisp hacking!
|
2003-01-29 12:14:37 +00:00 |
|
Daniel Stenberg
|
be891f112c
|
this is the former emacs file we no longer use, go with curl-style.el and
be happy!
|
2003-01-29 11:55:16 +00:00 |
|
Daniel Stenberg
|
89934239d7
|
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.
|
2003-01-29 10:54:39 +00:00 |
|
Daniel Stenberg
|
8986037fdd
|
previous changes
|
2003-01-29 10:17:10 +00:00 |
|
Daniel Stenberg
|
a7c72b7abf
|
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
|
2003-01-29 10:14:20 +00:00 |
|
Daniel Stenberg
|
409ac80710
|
removed weirdo {{{ and }}} comments
removed emacs local-variables stuff
|
2003-01-29 10:12:06 +00:00 |
|
Daniel Stenberg
|
fc7bebdf55
|
the README.curl is named MANUAL these days
|
2003-01-28 16:33:05 +00:00 |
|
Daniel Stenberg
|
ca52549557
|
revised and better
|
2003-01-28 08:03:13 +00:00 |
|
Daniel Stenberg
|
8948a65654
|
removed -Wcast-align from --enable-debug with gcc, it just gives too many
warnings that I can't be concerned about at this point.
|
2003-01-27 14:26:06 +00:00 |
|
Daniel Stenberg
|
b4e33cfcc7
|
Removed the long-living compiler warnings on the des_pcbc_encrypt() function
calls!
|
2003-01-27 14:19:22 +00:00 |
|
Daniel Stenberg
|
86742e8334
|
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
|
2003-01-27 13:51:35 +00:00 |
|
Daniel Stenberg
|
173b35eaf8
|
made it work
made it cause less compiler warnings
made it require 7.9.7 to build
|
2003-01-27 10:25:20 +00:00 |
|
Daniel Stenberg
|
2b054e5309
|
Bertrand Demiddelaer found and fixed this memory leak.
|
2003-01-24 11:13:59 +00:00 |
|
Daniel Stenberg
|
a302ff1605
|
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
|
2003-01-23 19:41:30 +00:00 |
|
Daniel Stenberg
|
f7bb4e6138
|
added a default to the switch() in order to prevent a compiler warning
|
2003-01-23 12:00:15 +00:00 |
|
Daniel Stenberg
|
5c5489916b
|
fix the configure option query
|
2003-01-23 07:37:21 +00:00 |
|
Daniel Stenberg
|
5627cf7167
|
mention what kind of error you may get if this is not followed
|
2003-01-23 06:15:26 +00:00 |
|
Daniel Stenberg
|
c05dae4a68
|
spell
|
2003-01-23 06:09:35 +00:00 |
|
Daniel Stenberg
|
57e61e3743
|
This is the new Emacs style for curl hacking, based on work written by
Mats Lidell in project Rockbox.
|
2003-01-23 06:00:02 +00:00 |
|
Daniel Stenberg
|
a6c395c156
|
Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
and this has been verified to correct the problem.
|
2003-01-23 05:38:20 +00:00 |
|
Daniel Stenberg
|
543e0b1e0f
|
oops, broken comment fixed
|
2003-01-22 18:50:51 +00:00 |
|
Daniel Stenberg
|
64b0ff875f
|
extern C this to work in C++ conditions
|
2003-01-22 18:30:58 +00:00 |
|
Daniel Stenberg
|
a034208a00
|
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.
|
2003-01-22 12:29:19 +00:00 |
|
Daniel Stenberg
|
5f1251586b
|
use LANG set to C to prevent localized dates etc
|
2003-01-22 09:46:33 +00:00 |
|
Daniel Stenberg
|
6f6cffdc32
|
pass the options to configure properly
|
2003-01-22 07:57:52 +00:00 |
|
Daniel Stenberg
|
21a98ef264
|
check for empty confopts before asking for it
|
2003-01-22 07:41:35 +00:00 |
|
Daniel Stenberg
|
aa90436435
|
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
|
2003-01-22 06:59:52 +00:00 |
|
Daniel Stenberg
|
61225052f9
|
updated copyright years
|
2003-01-21 17:25:58 +00:00 |
|
Daniel Stenberg
|
dee3163d95
|
when a chunked error is noticed, store the error number in the error string
to enable better error-tracking
|
2003-01-21 16:03:38 +00:00 |
|
Daniel Stenberg
|
8b0668b99e
|
skip the chmod
|
2003-01-21 15:09:20 +00:00 |
|
Daniel Stenberg
|
8471a82c85
|
run 'make test-full' instead of 'make test' to get more details in case of
errors
|
2003-01-21 10:36:35 +00:00 |
|
Daniel Stenberg
|
ed4dff63b9
|
make test-full in the root dir should run verbose tests but not stop on
single failures
|
2003-01-21 10:35:34 +00:00 |
|
Daniel Stenberg
|
838e776542
|
use 'make test-full' instead of only 'make test' as it gives a lot of more
info in case of failures
|
2003-01-21 10:33:29 +00:00 |
|
Daniel Stenberg
|
39c12790bc
|
Added a 'test-full' target to run the tests in verbose mode.
|
2003-01-21 10:32:40 +00:00 |
|