summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Nico's fixes for VMS, most of these are fixes for bad uses of size_t thatDaniel Stenberg2001-08-061-1/+88
* Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg2001-08-063-6/+8
* adjusted for VMSDaniel Stenberg2001-08-061-0/+10
* Nico's VMS fixesDaniel Stenberg2001-08-061-2/+9
* Nico's VMS adjustmentDaniel Stenberg2001-08-061-0/+3
* VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to becomeDaniel Stenberg2001-08-061-0/+9
* Nico Baggus made it work and compile under VMS!Daniel Stenberg2001-08-061-0/+25
* Nico Baggus' VMS adjustmentsDaniel Stenberg2001-08-062-0/+17
* VMS #ifdefs added. several related to size_t problems that we must addressDaniel Stenberg2001-08-061-1/+10
* made this whole file #ifdef WIN32Daniel Stenberg2001-08-061-0/+2
* VMS #include fixes,Daniel Stenberg2001-08-061-6/+34
* Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg2001-08-061-1/+2
* corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg2001-08-061-2/+2
* curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg2001-08-051-20/+7
* - Sergio Ballestrero provided a patch for reading responses from NCSA httpdDaniel Stenberg2001-08-051-6/+19
* complete rewrite to avoid the BSD license in the previous versionDaniel Stenberg2001-08-031-295/+75
* fixed the header that wrongly was the krb4-style oneDaniel Stenberg2001-08-031-35/+22
* Andrew Francis base64 decode, my previous base64 encoder, new source header.Daniel Stenberg2001-08-031-124/+231
* httpreq cleanup fixDaniel Stenberg2001-08-034-31/+31
* don't do final newline output when using progress callbackDaniel Stenberg2001-08-021-1/+3
* FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz LackiDaniel Stenberg2001-08-021-0/+5
* Add win32 initialization support to curl_global_init() andSterling Hughes2001-07-121-2/+70
* added strtok.c as a source fileDaniel Stenberg2001-06-291-1/+2
* Nic Roets brought a fix for the certificate verification when using SSL.Daniel Stenberg2001-06-291-1/+1
* Anton Kalmykov's fix for dealing with form names with spaces!Daniel Stenberg2001-06-251-1/+1
* better treatment of truly aborted transfersDaniel Stenberg2001-06-191-2/+2
* files to ignore by default in cvs operationsDaniel Stenberg2001-06-181-0/+6
* removed a failf() that would overwrite the previous error messageDaniel Stenberg2001-06-121-1/+1
* Salvador Dávila's ftp range download fixDaniel Stenberg2001-06-121-0/+6
* corrected the -version-infoDaniel Stenberg2001-06-111-1/+1
* duplicate curl_unescape entry removedDaniel Stenberg2001-06-071-10/+9
* SDavila posted a fix that sets conn->bits.use_range properly when doingDaniel Stenberg2001-06-071-0/+1
* Jörn corrected the mingw32 makefileDaniel Stenberg2001-06-071-2/+4
* S. Moonesamy updates, strtok.[ch] issuesDaniel Stenberg2001-06-063-27/+47
* made the test-program in the bottom compile/build, remember to link withDaniel Stenberg2001-06-051-3/+8
* CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg2001-05-313-7/+3
* Test and substance patch.Sterling Hughes2001-05-311-2/+13
* removed _REENTRANT defineDaniel Stenberg2001-05-312-11/+0
* re-generatedDaniel Stenberg2001-05-311-62/+58
* include setup.h _before_ system includesDaniel Stenberg2001-05-311-8/+1
* if NEED_REENTRANT is set, define _REENTRANT already here since it has toDaniel Stenberg2001-05-311-0/+8
* includes setup.h, and thus I could remove the _REENTRANT defineDaniel Stenberg2001-05-311-6/+2
* went back to the version where the flags argument to curl_global_init()Daniel Stenberg2001-05-311-1/+1
* removed the prototype and made it include string.h insteadDaniel Stenberg2001-05-311-1/+8
* Sterling Hughes suggested we set 'static' before size_t...Daniel Stenberg2001-05-311-1/+1
* libcurl now has MUTE and NOPROGRESS set by defaultDaniel Stenberg2001-05-301-0/+7
* include strtok.h to get the prototypeDaniel Stenberg2001-05-304-0/+5
* finally fixed the 'ret' compiler warningDaniel Stenberg2001-05-301-1/+2
* curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg2001-05-302-10/+19
* curl_ => Curl_Daniel Stenberg2001-05-291-2/+2