summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added include to make the krb4 code compile againDaniel Stenberg2008-10-231-0/+1
* Really old gcc doesn't like parenthesis around the names of functions thatDan Fandrich2008-10-231-5/+5
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-2310-24/+38
* Fixed a compiler warning with --disable-proxyDan Fandrich2008-10-221-0/+4
* Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich2008-10-224-8/+6
* Compile away some more code in the CURL_DISABLE_PROXY case.Dan Fandrich2008-10-211-1/+9
* Fixed some problems with SFTP range support to fix test cases 634 through 637.Dan Fandrich2008-10-211-4/+14
* remove debug-code which zero-filled some structures before free()ing themYang Tse2008-10-202-4/+0
* A few prototypes shouldn't be defined if SSL is disabled.Dan Fandrich2008-10-201-12/+15
* *** empty log message ***Yang Tse2008-10-201-3/+0
* added a NULL pointer check for the name field as it can in fact be NULL whenDaniel Stenberg2008-10-201-2/+5
* fix compiler warningYang Tse2008-10-191-6/+6
* oopsYang Tse2008-10-191-1/+1
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-197-3/+21
* clarified an argument's situation due to a false positive alert pointed outDaniel Stenberg2008-10-191-3/+8
* Fixed a compiler warning in the CURL_DISABLE_HTTP caseDan Fandrich2008-10-191-12/+14
* attempt to fix compiler warning relative to potential misaligned data accessYang Tse2008-10-191-10/+23
* Removed some more code in the CURL_DISABLE_HTTP caseDan Fandrich2008-10-181-8/+6
* Removed a line of dead code (discovered by Coverity)Dan Fandrich2008-10-181-1/+1
* Forgot it's a structDan Fandrich2008-10-172-2/+2
* Fixed a compile error reported by Albert Chin on AIX and IRIX when usingDan Fandrich2008-10-172-2/+2
* protect against 'use after free' or race conditionYang Tse2008-10-171-0/+1
* oops ;-)Yang Tse2008-10-171-1/+1
* oopsYang Tse2008-10-171-1/+1
* fix syntax errorDaniel Stenberg2008-10-171-1/+1
* fix compiler warningYang Tse2008-10-174-15/+19
* OOM condition fixYang Tse2008-10-171-1/+3
* remove some spurious line-endingsYang Tse2008-10-171-2/+2
* portability fix to avoid memory alignment problemsYang Tse2008-10-171-33/+55
* Return an error when a proxy option is set when configured withDan Fandrich2008-10-161-53/+45
* don't segfault when NULL is passed in to CURLOPT_USERPWD orDaniel Stenberg2008-10-161-0/+3
* - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg2008-10-162-40/+64
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-1614-76/+79
* Curl_ascii_equal() must not assume that the string is actually ASCII (so that...Daniel Stenberg2008-10-161-3/+63
* fix warningDaniel Stenberg2008-10-151-0/+1
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-1514-67/+98
* removed the proto as well since the function is now goneDaniel Stenberg2008-10-151-3/+1
* remove Curl_strcasestr() since there is no code at all using this function!Daniel Stenberg2008-10-151-23/+0
* - John Wilkinson filed bug #2155496Daniel Stenberg2008-10-151-0/+1
* fix compiler warningYang Tse2008-10-143-9/+16
* Removed superfluous check of clist->name, as in this code path that pointerDaniel Stenberg2008-10-131-2/+1
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-131-13/+25
* There's no guarantee that a socket was involved at this point, so avoid displ...Yang Tse2008-10-131-4/+2
* Changed Curl_strlcat to strlcat, which is the one guaranteed to existDan Fandrich2008-10-121-1/+1
* fix compiler warningYang Tse2008-10-111-8/+11
* fix compiler warning: explicit conversion of a 64-bit integral type to a smal...Yang Tse2008-10-111-33/+39
* Fixed some compiler warnings with CURL_DISABLE_HTTPDan Fandrich2008-10-101-0/+4
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-102-34/+55
* _ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat2008-10-101-2/+2
* Allow compilation when no IPv6 stack is available.Dan Fandrich2008-10-101-0/+2