summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Commit Curl_easy v1.1.8 - constants updated for libcurl 7.9 - tests modularisedCurl_easy_1-1-8Cris Bailiff2001-09-2019-468/+1110
|
* redirect and ssl connect fixesDaniel Stenberg2001-09-191-0/+14
|
* Lots of praise and glory to Vojtech Minarik for setting up a test serverDaniel Stenberg2001-09-191-3/+6
| | | | | and providing me with test-certificates that helped me nail the problem with curl not discovering with a bad certificate was used.
* http put with --crlf requires chunked content encodingDaniel Stenberg2001-09-191-2/+3
|
* This verifies that bug report #462600 is fixed, a Location: following whenDaniel Stenberg2001-09-181-0/+64
| | | | | the given URL has no protocol:// part and the Location: redirect contains a :// section
* fixed bug report #462600, following a Location: when the initial URL didn'tDaniel Stenberg2001-09-181-5/+5
| | | | have a protocol:// part did wrong
* removed Curl_http_close()Daniel Stenberg2001-09-181-1/+0
|
* the stuff formerly done in Curl_http_close is now done in Curl_closeDaniel Stenberg2001-09-181-5/+5
|
* modified GetLine(), removed Curl_http_close()Daniel Stenberg2001-09-181-25/+6
|
* made it respond as a http proxy on CONNECTDaniel Stenberg2001-09-181-2/+13
|
* added two https test casesDaniel Stenberg2001-09-181-8/+8
|
* HTTPS test caseDaniel Stenberg2001-09-182-0/+73
|
* Linus Nielsen Feltzing fixed telnet for win32.Daniel Stenberg2001-09-171-0/+3
|
* curl_easy_duphandle is newDaniel Stenberg2001-09-172-0/+39
|
* Linus Nielsen Feltzing changed winsock lib for linkingDaniel Stenberg2001-09-172-3/+3
|
* Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg2001-09-175-17/+107
|
* libtool 1.4.2 generatedDaniel Stenberg2001-09-173-34/+37
|
* just a simple example that seems to work!Daniel Stenberg2001-09-171-0/+48
|
* fixed the stunnel PEM pathDaniel Stenberg2001-09-171-1/+1
|
* added stunnel PEMDaniel Stenberg2001-09-171-0/+31
|
* added the stunnel PEM fileDaniel Stenberg2001-09-171-1/+2
|
* changed the PEM pathDaniel Stenberg2001-09-171-1/+1
|
* libtool 1.4.2Daniel Stenberg2001-09-171-0/+7
|
* modified error message when PWD failsDaniel Stenberg2001-09-141-1/+1
|
* duphandle(), cipher list, *18* new ftp testsDaniel Stenberg2001-09-141-0/+18
|
* added README and FILEFORMAT to distrbution archiveDaniel Stenberg2001-09-141-1/+1
|
* new FTP testsDaniel Stenberg2001-09-1415-6/+436
|
* the strip stuffDaniel Stenberg2001-09-141-0/+5
|
* fixed the REST againDaniel Stenberg2001-09-141-0/+1
|
* added curl_easy_duphandleDaniel Stenberg2001-09-131-0/+15
|
* Added curl_easy_duphandleDaniel Stenberg2001-09-131-0/+1
|
* minor informatinal output changesDaniel Stenberg2001-09-131-4/+4
|
* moved lots of the verbose stuff to do logmsg insteadDaniel Stenberg2001-09-131-14/+11
|
* initial test suite file format descriptionDaniel Stenberg2001-09-131-0/+52
|
* ftp tests addedDaniel Stenberg2001-09-135-6/+151
|
* Release 1.1.7 - documentation update with licence info only.Curl_easy_1-1-7Cris Bailiff2001-09-132-1/+5
|
* Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL.Cris Bailiff2001-09-134-1/+29
|
* moved a 100K buffer from the transfer loop to the urlstate struct, as itDaniel Stenberg2001-09-122-8/+8
| | | | seriously decreases the amount of used stack space
* removed perl and php makefilesDaniel Stenberg2001-09-121-4/+0
|
* reverted. twas no memory leak and the "fix" didn't even compile on windows...Daniel Stenberg2001-09-121-4/+3
|
* narrowed some source lines to fit in 80 colsDaniel Stenberg2001-09-121-4/+10
|
* ConnectionKillOne() _can_ return -1 as an indication of errorDaniel Stenberg2001-09-121-4/+8
| | | | This is T. Bharath's fix
* T. Bharath's patch that sets up a few necessary buffers in the duphandle()Daniel Stenberg2001-09-121-7/+39
| | | | function
* *TERRIBLE* terrible memory leak occuring on all systems that have noDaniel Stenberg2001-09-121-3/+4
| | | | gethostbyname_r() function, most notably windows machines...
* added CURLOPT_SSL_CIPHER_LISTDaniel Stenberg2001-09-111-0/+3
|
* --ciphers now sets CURLOPT_SSL_CIPHER_LISTDaniel Stenberg2001-09-111-1/+11
|
* now can set list of ciphersDaniel Stenberg2001-09-111-2/+0
|
* added --ciphersDaniel Stenberg2001-09-111-3/+9
|
* documented CURLOPT_SSL_CIPHER_LISTDaniel Stenberg2001-09-111-1/+13
|
* CURLOPT_SSL_CIPHER_LIST supportDaniel Stenberg2001-09-111-0/+5
|