Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2003-01-30 | curl now uses stricter VERIFYHOST by default and only uses a lesser check | Daniel Stenberg |
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 |
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 |
2003-01-29 | John McGowan found a problem where the DEBUGFUNCTION was called with bad | Daniel Stenberg |
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 |
2003-01-29 | this is the former emacs file we no longer use, go with curl-style.el and | Daniel Stenberg |
2003-01-29 | reset conn->size to -1 on the ftp-do function to make it not go on to | Daniel Stenberg |
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 |
2003-01-29 | removed weirdo {{{ and }}} comments | Daniel Stenberg |
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 |
2003-01-27 | Removed the long-living compiler warnings on the des_pcbc_encrypt() function | Daniel Stenberg |
2003-01-27 | tests that were not run due to restraints (the netrc-tests) were counted | Daniel Stenberg |
2003-01-27 | made it work | Daniel Stenberg |
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 |
2003-01-23 | Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled | Daniel Stenberg |
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 |
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 |
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 |
2003-01-21 | skip the chmod | Daniel Stenberg |
2003-01-21 | run 'make test-full' instead of 'make test' to get more details in case of | Daniel Stenberg |
2003-01-21 | make test-full in the root dir should run verbose tests but not stop on | Daniel Stenberg |
2003-01-21 | use 'make test-full' instead of only 'make test' as it gives a lot of more | Daniel Stenberg |
2003-01-21 | Added a 'test-full' target to run the tests in verbose mode. | Daniel Stenberg |
2003-01-21 | pass srcdir to the ftps-server as well | Daniel Stenberg |
2003-01-21 | runtests.pl now passes the sourcedir path to the httpsserver.pl script | Daniel Stenberg |