aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-13changed pid stuff, made it work with rfc1867 posts and made it work betterDaniel Stenberg
on paths
2000-11-13more details addedDaniel Stenberg
2000-11-13Jörg updated the list of exported functionsDaniel Stenberg
2000-11-13replaced by a working server!Daniel Stenberg
2000-11-13uses the new httpd server, runs the tests much fasterDaniel Stenberg
2000-11-13new perl http server that works betterDaniel Stenberg
2000-11-13Chris Faherty fixed a free-twice problemDaniel Stenberg
2000-11-12updated config file sectionDaniel Stenberg
2000-11-12Added empty actions for all: and install:Daniel Stenberg
2000-11-10The last few days of changesDaniel Stenberg
2000-11-10test filesDaniel Stenberg
2000-11-10initial checkinDaniel Stenberg
2000-11-10the tests dir is addedDaniel Stenberg
2000-11-10set type before checking --head size, as the type may cause the serverDaniel Stenberg
to return different sizes
2000-11-10doing an ftp upload append that was already completed resulted in aDaniel Stenberg
"hang", it now results in an error instead
2000-11-10added getpass_r checkDaniel Stenberg
2000-11-10adjusted to the changed getpass_r()Daniel Stenberg
2000-11-10new interface, updated Angus' license, dependent on HAVE_GETPASS_RDaniel Stenberg
2000-11-10Venkataramana Mokkapati corrected a cookie parser bugDaniel Stenberg
2000-11-09haxx.nu => haxx.seDaniel Stenberg
2000-11-09Added RSAglue/rsaref lib check if the crypto lib is there but the ssl libDaniel Stenberg
check fails.
2000-11-08cleaned up the thread-safe checks into separate functions, added check forDaniel Stenberg
gethostbyname() in the socket lib as it seems some systems need it
2000-11-07Added typecast to localtime_r()Daniel Stenberg
2000-11-07removed the perror() outputs as they did nothing good to usDaniel Stenberg
2000-11-06getpass_r() is the new getpass name for thread-safe getpass!Daniel Stenberg
2000-11-06Added T. Bharath to the list of contributorsDaniel Stenberg
2000-11-06Added descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PASSWDFUNCTION,Daniel Stenberg
CURLOPT_CAINFO and CURLOPT_SSL_VERIFYPEER.
2000-11-06Added CURLINFO_SSL_VERIFYRESULTDaniel Stenberg
2000-11-06bugfixes and improvementsDaniel Stenberg
2000-11-06removed bad mirror, added text about source contents (that should be hereDaniel Stenberg
according to the source license)
2000-11-06new getpass proto and function pointer usageDaniel Stenberg
2000-11-06modified pgrsTime() to the new functionalityDaniel Stenberg
2000-11-06adjusted the time-keeping function to work better for location followingDaniel Stenberg
requests
2000-11-06Emmanuel Tychon found a problem when specifying user-name only in a URLDaniel Stenberg
(and the password entered interactively). This fix also includes proper URL-decoding of the user name and password if specified in the URL.
2000-11-03David Odin (aka DindinX) for MandrakeSoft, tiny example with GTKDaniel Stenberg
2000-11-02error code fixDaniel Stenberg
2000-11-01added signal in case sigaction is missingDaniel Stenberg
2000-10-31adjusted to the new packages dirDaniel Stenberg
2000-10-31removed, see packages/Linux/RPMDaniel Stenberg
2000-10-31new package related fileDaniel Stenberg
2000-10-30removed extra comma in the CURLINFO enum typedefDaniel Stenberg
2000-10-30Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFODaniel Stenberg
2000-10-30the verify cert stuff is now added!Daniel Stenberg
2000-10-30T. Bharath's ssl patchDaniel Stenberg
2000-10-30typecasted the localtime_r() return code to not make it not warn even if theDaniel Stenberg
function prototype is missting
2000-10-30new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg
2000-10-27Added section 4.8 I found a bug and did some minor cosmeticsDaniel Stenberg
2000-10-27Added description on how to use the newly supported multiple -d optionsDaniel Stenberg
2000-10-27Added sigaction checkDaniel Stenberg
2000-10-27post 7.4.1 changesDaniel Stenberg