Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-04 | VMS has setjmp.h | Daniel Stenberg | |
2003-02-04 | Nico Baggus updated build script for VMS | Daniel Stenberg | |
2003-02-04 | assume zlib 1.1.4 - pointed out by Kevin Roth | Daniel Stenberg | |
2003-02-04 | HAVE_LIBZ is the actual name of the define we use | Daniel Stenberg | |
2003-02-04 | make it more obvious what this is by not even trying to show a manual | Daniel Stenberg | |
2003-02-04 | James Bursa corrected a bad comment | Daniel Stenberg | |
2003-02-04 | fixes during the last couple of days | Daniel Stenberg | |
2003-02-04 | Improved error reporting in case of bad SSL_connect()s, and we also no | Daniel Stenberg | |
longer use the SSL functions that store the error message in a static buffer since that is not very multi-thread friendly. | |||
2003-02-03 | scan through the PATH as well, to find stunnel | Daniel Stenberg | |
2003-02-03 | Julian Noble pointed out that capath is indeed working fine on Windows | Daniel Stenberg | |
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-01-31 | Kevin Roth corrected the zlib stuff to work better. | Daniel Stenberg | |
2003-01-30 | don't check for the CA cert bundle if --insecure is used | Daniel Stenberg | |
2003-01-30 | typecast the argument to isspace() to an int to prevent warnings on some | Daniel Stenberg | |
compilers | |||
2003-01-30 | curl now uses stricter VERIFYHOST by default and only uses a lesser check | Daniel Stenberg | |
if --insecure is used. Reported by Hamish Mackenzie. | |||
2003-01-30 | Fixes bug #669059. We now extract the Content-Type better and more accurate. | Daniel Stenberg | |
2003-01-30 | test case 57 - verifies that the Content-Type extraction does not stop on | Daniel Stenberg | |
the first space anymore but cuts off the trailing spaces only. Bug report #669059. | |||
2003-01-29 | changes from the last week or so | Daniel Stenberg | |
2003-01-29 | HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then | Daniel Stenberg | |
we attempt to hide some of the more sensitive command line arguments | |||
2003-01-29 | John McGowan found a problem where the DEBUGFUNCTION was called with bad | Daniel Stenberg | |
data on uploads. | |||
2003-01-29 | add the new emacs file and removed the former one | Daniel Stenberg | |
2003-01-29 | example showing how a .emacs using curl-style.el could look like, thanks | Daniel Stenberg | |
to Mats Lidell for awesome elisp hacking! | |||
2003-01-29 | this is the former emacs file we no longer use, go with curl-style.el and | Daniel Stenberg | |
be happy! | |||
2003-01-29 | reset conn->size to -1 on the ftp-do function to make it not go on to | Daniel Stenberg | |
ftp_done() with the previous transfer's value, as Dave Halbakken found out. He also verified this fixed corrected the problem. | |||
2003-01-29 | previous changes | Daniel Stenberg | |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | |
way for emacs, and vim users should provide a similar non-polluting style | |||
2003-01-29 | removed weirdo {{{ and }}} comments | Daniel Stenberg | |
removed emacs local-variables stuff | |||
2003-01-28 | the README.curl is named MANUAL these days | Daniel Stenberg | |
2003-01-28 | revised and better | Daniel Stenberg | |
2003-01-27 | removed -Wcast-align from --enable-debug with gcc, it just gives too many | Daniel Stenberg | |
warnings that I can't be concerned about at this point. | |||
2003-01-27 | Removed the long-living compiler warnings on the des_pcbc_encrypt() function | Daniel Stenberg | |
calls! | |||
2003-01-27 | tests that were not run due to restraints (the netrc-tests) were counted | Daniel Stenberg | |
as skipped twice, and thus the total number of tests appeared wrong | |||
2003-01-27 | made it work | Daniel Stenberg | |
made it cause less compiler warnings made it require 7.9.7 to build | |||
2003-01-24 | Bertrand Demiddelaer found and fixed this memory leak. | Daniel Stenberg | |
2003-01-23 | string.h keeps the proto for memset() on some platforms, used for FD_ZERO | Daniel Stenberg | |
2003-01-23 | added a default to the switch() in order to prevent a compiler warning | Daniel Stenberg | |
2003-01-23 | fix the configure option query | Daniel Stenberg | |
2003-01-23 | mention what kind of error you may get if this is not followed | Daniel Stenberg | |
2003-01-23 | spell | Daniel Stenberg | |
2003-01-23 | This is the new Emacs style for curl hacking, based on work written by | Daniel Stenberg | |
Mats Lidell in project Rockbox. | |||
2003-01-23 | Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled | Daniel Stenberg | |
and this has been verified to correct the problem. | |||
2003-01-22 | oops, broken comment fixed | Daniel Stenberg | |
2003-01-22 | extern C this to work in C++ conditions | Daniel Stenberg | |
2003-01-22 | reversed the actions on the cmp check for detecting if we're re-running | Daniel Stenberg | |
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 | use LANG set to C to prevent localized dates etc | Daniel Stenberg | |
2003-01-22 | pass the options to configure properly | Daniel Stenberg | |
2003-01-22 | check for empty confopts before asking for it | Daniel Stenberg | |
2003-01-22 | put the configure options in the setup file was well | Daniel Stenberg | |
make -i show lib/config.h and some initial checks to prevent this running multiple times without the CVS having changed | |||
2003-01-21 | updated copyright years | Daniel Stenberg | |
2003-01-21 | when a chunked error is noticed, store the error number in the error string | Daniel Stenberg | |
to enable better error-tracking | |||
2003-01-21 | skip the chmod | Daniel Stenberg | |