2003-07-30 |
Daniel Stenberg | removed silly target that only works when building... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Daniel Stenberg | Jörg Müller-Tolk updated this to build fine with 7... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Daniel Stenberg | ftp proxy support would be nice |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Daniel Stenberg | updated to match the recent ftp patch that makes it... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Daniel Stenberg | Daniel Noguerol made the ftp code output "Accept-Ranges... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Daniel Stenberg | Make sure to generate an uncompressed hugehelp.c file... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Daniel Stenberg | Reverted the 'filetime' struct field back to a 'long... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Daniel Stenberg | CURLDEBUG not MALLOCDEBUG |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | Fixes based on Gisle Vanem's input since this script... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | Digest *OR* Basic authorization test |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | 7.10.6 |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | clear http->send_buffer when we have freed the memory... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | updated to the new ftp dir parsing code that allows... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | As noticed by Kevin Roth, we shall not speak of root... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | François Pons brought a patch that once again made... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | use the correct 'test71' file name for the temp file |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Daniel Stenberg | got a bug report on -F in config files, so I wrote... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Daniel Stenberg | having it in CVS causes us problems *grrr* |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Daniel Stenberg | Andrés García updated with the added files etc |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Daniel Stenberg | With an unknown CA path, we undef the variable. To... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Daniel Stenberg | only check for CA bundle path if build with SSL support |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Daniel Stenberg | Removed #include <sys/resource.h>, as pointed out by... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | the test compared numericly if though it could contain... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | When we re-use an existing connection we must make... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | minor code style fix |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | Split out the changes from the year 2002 into a separat... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | SSLCERTS was moved into the docs/ directory |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | moved SSLCERTS into the docs/ directory |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | Daniel Kouril's fix to make the GSS-Negotiate work... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | Juan F. Codagnone's fixes to build properly on Windows... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Daniel Stenberg | Plain default version of this file, to allow users... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | reversed the check for GSSAPI when request that auth |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | CURLDEBUG, not MALLOCDEBUG |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | More support for NTLM on proxies, now proxy state and... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | The NTLM functions now take a 'proxy' argument as well. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | Added a separate struct for the proxyntlm data, as... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | CURLDEBUG is the symbol now |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Daniel Stenberg | Don't depend on the TIME_WITH_SYS_TIME define. win32... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Daniel Stenberg | moved the proxyuser and proxypasswd fields from the... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Daniel Stenberg | adjusted to support NTLM for proxies |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Daniel Stenberg | krb4-fixes for the moved user+password fields within... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Daniel Stenberg | pre4-commit |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Daniel Stenberg | pre4 |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Daniel Stenberg | the CWD-null bug fix |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Daniel Stenberg | the fixed skip-blanks in the FTP CWD code called for... |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Daniel Stenberg | David Gardner pointed out in bug report 770755 that... |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Daniel Stenberg | If NTLM is requested, only re-use connections that... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | explains my fixes just committed |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | modified to work fine with the new persistant connectio... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | swsclose added |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | Access the user and passwd fields from the connectdata... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | No longer stores user+password in the sessionhandle... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | fixed the CONNECT thing again |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Daniel Stenberg | If the data contents contains the word 'swsclose',... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Daniel Stenberg | recent changes |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | more fixes from Doug Kaufman for DJGPP builds for DOS |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | updated to work with Dan Winship's NTLM domain stuff fix |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | Moved the NTLM credentials to the connectdata struct... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | Fix to the endless loop of bad Basic authentication... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | Dan Winship's patch added that makes use of DOMAIN... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | Dan Winship's fix to make the new auth stuff such as... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Daniel Stenberg | Dan Winship pointed out this flaw |
commit | commitdiff | tree | snapshot |
2003-07-05 |
Daniel Stenberg | re-use existing variable instead of declaring a new... |
commit | commitdiff | tree | snapshot |
2003-07-05 |
Daniel Stenberg | Some of Doug Kaufman's changes for the DOS port |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | the latest changes |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | HAVE_SETVBUF removed, no longer used |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | removed |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | Dan Grayson pointed out that we set the CURL_CA_BUNDLE... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | remove the usage of setvbuf() and use fflush() instead... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | CURLDEBUG not MALLOCDEBUG anymore |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | adjusted to the NTLM updates |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Daniel Stenberg | Peter Sylvester's patch was applied that introduces... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Daniel Stenberg | David Byron's patch that allows a client to make the... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Daniel Stenberg | new CVS info |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Daniel Stenberg | Gisle Vanem found a lib handle leak in the ldap code |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Daniel Stenberg | When I introduced the DIST_SUBDIRS usage, I broken... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Sterling Hughes | revert out my bogus commit. ;-) |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Sterling Hughes | test commit |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | new tests |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | produce a skip-report at the end of all tests, and... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | beautified and added comments all over |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | mention the new flag bits we support |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | mention that it copies the string you add |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | added lots, mostly the new auth-related option(s) |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | added lots of auth stuff and updated other things too |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | mention COOKIES, removed added entries, corrected the... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | mention the other formats the docs come in |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | adjusted to recent changes |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | we do support NTLM now... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | CURLDEBUG is the symbol to use, no longer MALLOCDEBUG |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | adjusted the compressed generation to be more helpful... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | support for the new auth stuff |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | new httpauth support, changed filetime variable kind |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | added CURLOPT_HTTPAUTH support |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | Adjusted to work properly with the new authentication... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | use CURLDEBUG instead of MALLOCDEBUG |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | use CURLDEBUG |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | adjusted to use the same API as the OpenSSL version... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | added ntlm flag bits |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Daniel Stenberg | Many fixes, most of them based on comments by Eric... |
commit | commitdiff | tree | snapshot |
next |