summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg2004-08-231-12/+18
* Alexander Krasnostavsky made the write callback get called even when a zeroDaniel Stenberg2004-08-201-7/+15
* actually, we check for a numerical host using either ipv4 or ipv6, as neitherDaniel Stenberg2004-08-201-1/+2
* use inet_pton() correctly!Daniel Stenberg2004-08-201-1/+1
* simplified expressionDaniel Stenberg2004-08-191-1/+2
* Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, andDaniel Stenberg2004-08-191-8/+17
* indented the code curl-styleDaniel Stenberg2004-08-181-123/+123
* Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg2004-08-171-3/+5
* allow a custom "Accept-Encoding:" header override the internally set oneDaniel Stenberg2004-08-162-8/+9
* strip trailing whitespaceDaniel Stenberg2004-08-161-8/+8
* syncronized with libcurl.def.Gunter Knauf2004-08-161-45/+47
* cosmetic fix.Gunter Knauf2004-08-161-8/+9
* Roland Krikava's cookies over proxy fix.Daniel Stenberg2004-08-161-1/+1
* fixed linkage dll targets. (submitted by Casey O'Donnell)Gunter Knauf2004-08-141-4/+4
* include the server response in the error message when an FTP server givesDaniel Stenberg2004-08-111-2/+5
* Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (thisDaniel Stenberg2004-08-101-0/+2
* ignore curllib.dspDaniel Stenberg2004-08-101-0/+1
* In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input isDaniel Stenberg2004-08-101-3/+19
* more typecasts to please picky compilersDaniel Stenberg2004-08-103-4/+6
* typecast the assigment of an unsigned variable to a signed one to preventDaniel Stenberg2004-08-091-1/+1
* ->fread() should get a size_t variable passed inDaniel Stenberg2004-08-091-1/+1
* made telrcv() take a ssize_t argument instead of int to better match otherDaniel Stenberg2004-08-091-2/+2
* Enrico Scholz fixed the service name to be uppercase as reported in bugDaniel Stenberg2004-08-051-2/+2
* Fixed multiple IP connects with the multi interface. This fix is influencedDaniel Stenberg2004-08-041-4/+5
* Dylan Salisbury's fix to prevent us from accepting cookies from TLD onlyDaniel Stenberg2004-08-041-14/+2
* Joel Chen reported that we assumed content within quotes a bit too much inDaniel Stenberg2004-07-311-2/+7
* prevent all the sig and alarm stuff when using aresDaniel Stenberg2004-07-291-5/+7
* fix a mingw32 build warningDaniel Stenberg2004-07-291-1/+2
* added typecast in an attempt to fix a mingw32 warningDaniel Stenberg2004-07-291-3/+5
* additional typecasts to please MIPSPro on 64bit IRIXDaniel Stenberg2004-07-291-3/+3
* curl_easy_reset was addedDaniel Stenberg2004-07-281-0/+1
* Bertrand Demiddelaer fixed the host name to get setup properly even whenDaniel Stenberg2004-07-281-3/+15
* Fixes Brian Akins' reported problems with duplicate Host: headers on re-usedDaniel Stenberg2004-07-281-2/+4
* Bertrand Demiddelaer fixed two missing newlinesDaniel Stenberg2004-07-261-2/+2
* curl_easy_reset() added. Need testing and docs. I also think we should makeDaniel Stenberg2004-07-241-0/+59
* deal with negative Content-Length: headers by ignoring the infoDaniel Stenberg2004-07-161-7/+16
* removed Makefile.b32.resp from repository.Gunter Knauf2004-07-161-53/+0
* removed Makefile.b32.resp from the list.Gunter Knauf2004-07-161-1/+1
* changed to use a temporary response file with tlib to give W9x a chance to bu...Gunter Knauf2004-07-161-1/+5
* some more tweaks, fixed zlib suport.Gunter Knauf2004-07-151-6/+18
* made OpenSSL support conditional;Gunter Knauf2004-07-151-14/+27
* Gisle's fix to support Borland builds again.Gunter Knauf2004-07-151-0/+5
* removed the config-netware.h from the release archivesDaniel Stenberg2004-07-141-1/+1
* updated for current cvs sources; looking for getting rid of this file....Gunter Knauf2004-07-131-38/+52
* changed to use Makefile.inc.Gunter Knauf2004-07-131-90/+62
* changed to use Makefile.inc since Gisle agreed.Gunter Knauf2004-07-111-12/+4
* changed paths to external libs to recent versions.Gunter Knauf2004-07-111-14/+14
* removed obsolete NetWare config files;Gunter Knauf2004-07-111-484/+0
* ifdef keep_sigact since its only used when SIGALRM is defined.Gunter Knauf2004-07-101-0/+2
* fixed ares linking.Gunter Knauf2004-07-071-7/+16