aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-06-25Anton Kalmykov's fix for dealing with form names with spaces!Daniel Stenberg
2001-06-19better treatment of truly aborted transfersDaniel Stenberg
2001-06-18files to ignore by default in cvs operationsDaniel Stenberg
2001-06-12removed a failf() that would overwrite the previous error messageDaniel Stenberg
2001-06-12Salvador Dávila's ftp range download fixDaniel Stenberg
2001-06-11corrected the -version-infoDaniel Stenberg
2001-06-07duplicate curl_unescape entry removedDaniel Stenberg
2001-06-07SDavila posted a fix that sets conn->bits.use_range properly when doingDaniel Stenberg
2001-06-07Jörn corrected the mingw32 makefileDaniel Stenberg
2001-06-06S. Moonesamy updates, strtok.[ch] issuesDaniel Stenberg
2001-06-05made the test-program in the bottom compile/build, remember to link withDaniel Stenberg
2001-05-31CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg
2001-05-31Test and substance patch.Sterling Hughes
2001-05-31removed _REENTRANT defineDaniel Stenberg
2001-05-31re-generatedDaniel Stenberg
2001-05-31include setup.h _before_ system includesDaniel Stenberg
2001-05-31if NEED_REENTRANT is set, define _REENTRANT already here since it has toDaniel Stenberg
2001-05-31includes setup.h, and thus I could remove the _REENTRANT defineDaniel Stenberg
2001-05-31went back to the version where the flags argument to curl_global_init()Daniel Stenberg
2001-05-31removed the prototype and made it include string.h insteadDaniel Stenberg
2001-05-31Sterling Hughes suggested we set 'static' before size_t...Daniel Stenberg
2001-05-30libcurl now has MUTE and NOPROGRESS set by defaultDaniel Stenberg
2001-05-30include strtok.h to get the prototypeDaniel Stenberg
2001-05-30finally fixed the 'ret' compiler warningDaniel Stenberg
2001-05-30curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg
2001-05-29curl_ => Curl_Daniel Stenberg
2001-05-29re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_Daniel Stenberg
2001-05-29strtok() replaced with strtok_r()Daniel Stenberg
2001-05-29Added strtok.[ch]Daniel Stenberg
2001-05-29global_init() takes that flag argumentDaniel Stenberg
2001-05-28increased interface ageDaniel Stenberg
2001-05-28T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg
2001-05-23Added Andres' comments about field 2 in netscape cookie filesDaniel Stenberg
2001-05-23Andrés García's netscape cookie file parser fixDaniel Stenberg
2001-05-22store httpcode _before_ doing the FAILONERROR check so that getinfo worksDaniel Stenberg
2001-05-21turned newlines into DOS stylesDaniel Stenberg
2001-05-21made it binary in CVS to maintain DOS newlines and turned those newlinesDaniel Stenberg
2001-05-21slightly "hackish" approach to disable SSL during download if the connectionDaniel Stenberg
2001-05-18our internal strlcat() is now named Curl_strlcat()Daniel Stenberg
2001-05-18strlcat() is now Curl_strlcat() instead to prevent collisions when used withDaniel Stenberg
2001-05-18strlcpy() turned staticDaniel Stenberg
2001-05-15Pawel A. Gajda fixed resumed transfers on persistent connectionsDaniel Stenberg
2001-05-14Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurlDaniel Stenberg
2001-05-12Added tons of comments all overDaniel Stenberg
2001-05-12Uses the Curl_SSLConnect() according to the new return typeDaniel Stenberg
2001-05-12fixed Curl_SSLConnect() to return CURLcode errors, including the new errorDaniel Stenberg
2001-05-11removed unused #ifdef'ed sectionDaniel Stenberg
2001-05-11when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg
2001-05-11checkheader() added to check headers+contents instead of the previousDaniel Stenberg
2001-05-11another multiple FTP transfer fixDaniel Stenberg