summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The installed header files were moved from this to include/curl/Makefile.amDaniel Stenberg2000-07-311-6/+0
* added to enable include file installDaniel Stenberg2000-07-312-0/+12
* generated from the newly edited getdate.y that now supports a thread-safeDaniel Stenberg2000-07-311-55/+65
* made urlfree static, added (void) in front of one of the SSL calls. I didDaniel Stenberg2000-07-311-2/+2
* Replacing one of the internal headers with one that has no contents will nowDaniel Stenberg2000-07-311-3/+16
* added localtime_r()Daniel Stenberg2000-07-294-272/+295
* for install and moreDaniel Stenberg2000-07-291-0/+21
* libtool stuff addedDaniel Stenberg2000-07-292-0/+7138
* Added two libtool files, is ltmain.sh really necessary?Daniel Stenberg2000-07-281-0/+2
* updated my emailDaniel Stenberg2000-07-281-3/+3
* Added [:port] to the -x description for --helpDaniel Stenberg2000-07-281-1/+1
* clear the httproxy bit on cleanup if the allocproxy bit was setDaniel Stenberg2000-07-281-2/+6
* corrected the Host: header's port numberDaniel Stenberg2000-07-281-4/+1
* ASCII FTP downloadDaniel Stenberg2000-07-261-0/+48
* another day, another contributorDaniel Stenberg2000-07-261-2/+3
* removed libtool, added pointer to the sourceforge task listDaniel Stenberg2000-07-261-4/+3
* Added docs/Makefile*Daniel Stenberg2000-07-261-0/+2
* libtool adjustmentsDaniel Stenberg2000-07-266-180/+659
* they're generated, they don't belong hereDaniel Stenberg2000-07-252-108/+0
* Added Torsten Foertsch's changes to the -F description and his name to theDaniel Stenberg2000-07-251-9/+14
* uses the new curl_close function to clean up the http-specific auth_hostDaniel Stenberg2000-07-251-0/+4
* Added http_close()Daniel Stenberg2000-07-251-0/+3
* uses auth_host to only send user+password to that particular site, usable ifDaniel Stenberg2000-07-251-4/+27
* set a bit when a Location: is followed to allow code to act differentlyDaniel Stenberg2000-07-251-0/+3
* curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg2000-07-251-0/+11
* Torsten Foertsch's improvementsDaniel Stenberg2000-07-252-17/+20
* tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg2000-07-251-2/+5
* The "get ftp command response" function now uses select() on the socket andDaniel Stenberg2000-07-251-39/+136
* A range of things done yesterdayDaniel Stenberg2000-07-251-0/+37
* Added CURLOPT_PROXYPORTDaniel Stenberg2000-07-251-2/+6
* Added CURLOPT_PROXYPORT, also added some more clarifications about theDaniel Stenberg2000-07-251-1/+7
* Auto referer and a minor netrc fixDaniel Stenberg2000-07-251-6/+8
* Added some logic that now prevents multiple conflicting HTTP request typesDaniel Stenberg2000-07-251-0/+30
* Added proxyportDaniel Stenberg2000-07-251-0/+3
* Added CURLOPT_PROXYPORT supportDaniel Stenberg2000-07-251-4/+11
* re-added the check for BOTH nsl and socket libsDaniel Stenberg2000-07-251-1/+30
* The Host: header now includes the port number if not default HTTPDaniel Stenberg2000-07-251-3/+6
* Code 250 is okay as well as the previous 226-code after a successful fileDaniel Stenberg2000-07-251-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-2066-133/+142
* FTP bug fixDaniel Stenberg2000-06-201-0/+20
* Added auto and free referer fields to the UrlData structDaniel Stenberg2000-06-201-0/+4
* Added AUTOREFERERDaniel Stenberg2000-06-201-2/+6
* autoreferer added, switches off POST on location: followingDaniel Stenberg2000-06-203-19/+50
* Rich Gray fixed the PORT command line with the missing \r!Daniel Stenberg2000-06-201-1/+1
* progress meter/bar changesDaniel Stenberg2000-06-161-0/+26
* removed the CURLOPT_PROGRESSMODE optionDaniel Stenberg2000-06-161-5/+1
* PROGRESSMODE is historyDaniel Stenberg2000-06-161-5/+6
* pretty big changes when the -# progress bar was moved in here from theDaniel Stenberg2000-06-161-1/+108
* mode was replaced with callback in the progress structDaniel Stenberg2000-06-161-1/+1
* progress.mode replaced with progress.callbackDaniel Stenberg2000-06-161-3/+1