aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-14clarify that the app must free the engine listDaniel Stenberg
2004-12-14prevent compiler warning when built without engine supportDaniel Stenberg
2004-12-14make sure the ipv6 http server gets its pid stored in a separate fileDaniel Stenberg
2004-12-14use the correct variables, not fixed valuesDaniel Stenberg
2004-12-14Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg
2004-12-14mistakeDaniel Stenberg
2004-12-14Only declare static variables if they're needed. Fixed some compile warnings.Dan Fandrich
2004-12-14Header files are in openssl/ only if USE_OPENSSL is set.Dan Fandrich
2004-12-14Removed fputc() prototype since it's already in stdio.hDan Fandrich
2004-12-14Caller must free 'engines' list.Gisle Vanem
2004-12-14urldata.h: Removed engine_list.Gisle Vanem
2004-12-14Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so thatDaniel Stenberg
2004-12-14Moved the engine stuff from the root-level of the SessionHandle struct to theDaniel Stenberg
2004-12-13Document CURLINFO_SSL_ENGINES and "--engine".Gisle Vanem
2004-12-13Set 'data->state.os_errno = error' in some places.Gisle Vanem
2004-12-13Support for "--engine list" option.Gisle Vanem
2004-12-13Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem
2004-12-13Handle new type CURLINFO_SLIST.Gisle Vanem
2004-12-13Added CURLcode CURLE_SSL_ENGINE_INITFAILED,Gisle Vanem
2004-12-13Fixed missing braces warning.Gisle Vanem
2004-12-13large file file:// resumes on windowsDaniel Stenberg
2004-12-13Gisle's fix for resuming large file:// files on windows - slightly editedDaniel Stenberg
2004-12-13Dan Fandrich did minor corrections to his SSL cleanup patchDaniel Stenberg
2004-12-13Dan Fandrich added libcurl.pc.in to the distDaniel Stenberg
2004-12-12when failing to verify a HTTP server, display what curl said on stderr toDaniel Stenberg
2004-12-12Missing 'in6addr_any' in MingW's lib. ld bug?Gisle Vanem
2004-12-11modified to use the current error code name, not the obsolete oneDaniel Stenberg
2004-12-11undef more obsolete defines if CURL_NO_OLDIES is definedDaniel Stenberg
2004-12-11HTTP IPv6 support added to the test suiteDaniel Stenberg
2004-12-11provide an error string when resuming fails - and use the proper error code,Daniel Stenberg
2004-12-11fixed error messageDaniel Stenberg
2004-12-11Dan Fandrich:Daniel Stenberg
2004-12-11Dan F's initial pkg-config file (not installed yet)Daniel Stenberg
2004-12-11mention the maybe-missing initial zero in the vernum outputDaniel Stenberg
2004-12-10Dan Fandrich: added some missing files. "I can't try them so they might stillDaniel Stenberg
2004-12-10Dan Fandrich corrects spelling mistakesDaniel Stenberg
2004-12-10Dan Fandrich extended the cross compile section and corrected spelling errorsDaniel Stenberg
2004-12-10untabifiedDaniel Stenberg
2004-12-10username and IPv6 numerical address URL parser fixDaniel Stenberg
2004-12-10David Byron's debug build fixDaniel Stenberg
2004-12-10move the port number extraction to after the extraction of user name/password,Daniel Stenberg
2004-12-10two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST)Daniel Stenberg
2004-12-10don't try the rewind if no http struct is allocated yetDaniel Stenberg
2004-12-10configure and curl-config fixesDaniel Stenberg
2004-12-10Added two chapters: Custom Request Elements and Debug.Daniel Stenberg
2004-12-09ignore the getpart toolDaniel Stenberg
2004-12-09close the connection when a bad test number was requestedDaniel Stenberg
2004-12-09Ton Voon provided a configure fix that should fix the notorious (mostlyDaniel Stenberg
2004-12-09Bryan Henderson pointed out in bug report #1081788 that the curl-configDaniel Stenberg
2004-12-08update the version numbers in the libcurl.plist automaticly on releaseDaniel Stenberg