Age | Commit message (Expand) | Author |
2001-09-14 | the strip stuff | Daniel Stenberg |
2001-09-14 | fixed the REST again | Daniel Stenberg |
2001-09-13 | added curl_easy_duphandle | Daniel Stenberg |
2001-09-13 | Added curl_easy_duphandle | Daniel Stenberg |
2001-09-13 | minor informatinal output changes | Daniel Stenberg |
2001-09-13 | moved lots of the verbose stuff to do logmsg instead | Daniel Stenberg |
2001-09-13 | initial test suite file format description | Daniel Stenberg |
2001-09-13 | ftp tests added | Daniel Stenberg |
2001-09-13 | Release 1.1.7 - documentation update with licence info only. | Cris Bailiff |
2001-09-13 | Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL. | Cris Bailiff |
2001-09-12 | moved a 100K buffer from the transfer loop to the urlstate struct, as it | Daniel Stenberg |
2001-09-12 | removed perl and php makefiles | Daniel Stenberg |
2001-09-12 | reverted. twas no memory leak and the "fix" didn't even compile on windows... | Daniel Stenberg |
2001-09-12 | narrowed some source lines to fit in 80 cols | Daniel Stenberg |
2001-09-12 | ConnectionKillOne() _can_ return -1 as an indication of error | Daniel Stenberg |
2001-09-12 | T. Bharath's patch that sets up a few necessary buffers in the duphandle() | Daniel Stenberg |
2001-09-12 | *TERRIBLE* terrible memory leak occuring on all systems that have no | Daniel Stenberg |
2001-09-11 | added CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg |
2001-09-11 | --ciphers now sets CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg |
2001-09-11 | now can set list of ciphers | Daniel Stenberg |
2001-09-11 | added --ciphers | Daniel Stenberg |
2001-09-11 | documented CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg |
2001-09-11 | CURLOPT_SSL_CIPHER_LIST support | Daniel Stenberg |
2001-09-11 | added cipher_list | Daniel Stenberg |
2001-09-11 | added ability to set prefered list of ciphers | Daniel Stenberg |
2001-09-11 | changes since pre3 | Daniel Stenberg |
2001-09-11 | removed the 'perl' and 'php' dirs from the release archive | Daniel Stenberg |
2001-09-11 | ouputs the start and expire dates of the server certificate on verbose | Daniel Stenberg |
2001-09-11 | cleaned up, now closes the listener port in PASV and it doesn't re-use the | Daniel Stenberg |
2001-09-11 | some unixes have the netrc description in the ftp(1) man page | Daniel Stenberg |
2001-09-10 | generated .h file cut off | Daniel Stenberg |
2001-09-10 | updated to allow separate packaging | Daniel Stenberg |
2001-09-10 | Added project curl source header | Daniel Stenberg |
2001-09-10 | Fix perl segfault due to changes in header callback behaviour since curl-7.8.... | Cris Bailiff |
2001-09-10 | Curl_cookie_output() must check that there's a cookie struct present before | Daniel Stenberg |
2001-09-10 | updated tool versions | Daniel Stenberg |
2001-09-07 | checks for sys/utime.h | Daniel Stenberg |
2001-09-07 | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg |
2001-09-07 | made it compile properly when not building with SSL support | Daniel Stenberg |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-09-07 | fix for emacs | Sterling Hughes |
2001-09-06 | moved the session ID cache state variables into the UrlState struct within | Daniel Stenberg |
2001-09-06 | Curl_SSL_Close_All() now checks that we have a session cache before we run | Daniel Stenberg |
2001-09-05 | added -R description | Daniel Stenberg |
2001-09-05 | first shaky and stumbling attempts at a *_duphandle() function | Daniel Stenberg |
2001-09-05 | added curl-mode.el | Daniel Stenberg |
2001-09-05 | emacs lisp setup for hacking curl code | Daniel Stenberg |
2001-09-05 | Fix formatting when tabs and spaces got mixed up (if tabstop was not set to | Sterling Hughes |
2001-09-03 | defined HAVE_UTIME and HAVE_UTIME_H | Daniel Stenberg |
2001-09-03 | corrected the comment to be valid chunk format | Daniel Stenberg |