aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-18HTTPS test caseDaniel Stenberg
2001-09-17Linus Nielsen Feltzing fixed telnet for win32.Daniel Stenberg
2001-09-17curl_easy_duphandle is newDaniel Stenberg
2001-09-17Linus Nielsen Feltzing changed winsock lib for linkingDaniel Stenberg
2001-09-17Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg
2001-09-17libtool 1.4.2 generatedDaniel Stenberg
2001-09-17just a simple example that seems to work!Daniel Stenberg
2001-09-17fixed the stunnel PEM pathDaniel Stenberg
2001-09-17added stunnel PEMDaniel Stenberg
2001-09-17added the stunnel PEM fileDaniel Stenberg
2001-09-17changed the PEM pathDaniel Stenberg
2001-09-17libtool 1.4.2Daniel Stenberg
2001-09-14modified error message when PWD failsDaniel Stenberg
2001-09-14duphandle(), cipher list, *18* new ftp testsDaniel Stenberg
2001-09-14added README and FILEFORMAT to distrbution archiveDaniel Stenberg
2001-09-14new FTP testsDaniel Stenberg
2001-09-14the strip stuffDaniel Stenberg
2001-09-14fixed the REST againDaniel Stenberg
2001-09-13added curl_easy_duphandleDaniel Stenberg
2001-09-13Added curl_easy_duphandleDaniel Stenberg
2001-09-13minor informatinal output changesDaniel Stenberg
2001-09-13moved lots of the verbose stuff to do logmsg insteadDaniel Stenberg
2001-09-13initial test suite file format descriptionDaniel Stenberg
2001-09-13ftp tests addedDaniel Stenberg
2001-09-13Release 1.1.7 - documentation update with licence info only.Cris Bailiff
2001-09-13Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL.Cris Bailiff
2001-09-12moved a 100K buffer from the transfer loop to the urlstate struct, as itDaniel Stenberg
seriously decreases the amount of used stack space
2001-09-12removed perl and php makefilesDaniel Stenberg
2001-09-12reverted. twas no memory leak and the "fix" didn't even compile on windows...Daniel Stenberg
2001-09-12narrowed some source lines to fit in 80 colsDaniel Stenberg
2001-09-12ConnectionKillOne() _can_ return -1 as an indication of errorDaniel Stenberg
This is T. Bharath's fix
2001-09-12T. Bharath's patch that sets up a few necessary buffers in the duphandle()Daniel Stenberg
function
2001-09-12*TERRIBLE* terrible memory leak occuring on all systems that have noDaniel Stenberg
gethostbyname_r() function, most notably windows machines...
2001-09-11added CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-11--ciphers now sets CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-11now can set list of ciphersDaniel Stenberg
2001-09-11added --ciphersDaniel Stenberg
2001-09-11documented CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-11CURLOPT_SSL_CIPHER_LIST supportDaniel Stenberg
2001-09-11added cipher_listDaniel Stenberg
2001-09-11added ability to set prefered list of ciphersDaniel Stenberg
2001-09-11changes since pre3Daniel Stenberg
2001-09-11removed the 'perl' and 'php' dirs from the release archiveDaniel Stenberg
2001-09-11ouputs the start and expire dates of the server certificate on verboseDaniel Stenberg
output
2001-09-11cleaned up, now closes the listener port in PASV and it doesn't re-use theDaniel Stenberg
same passive port number
2001-09-11some unixes have the netrc description in the ftp(1) man pageDaniel Stenberg
2001-09-10generated .h file cut offDaniel Stenberg
2001-09-10updated to allow separate packagingDaniel Stenberg
2001-09-10Added project curl source headerDaniel Stenberg
2001-09-10Fix perl segfault due to changes in header callback behaviour since ↵Cris Bailiff
curl-7.8.1-pre3