summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* These two variables are now Curl_addrinfo pointersYang Tse2008-10-301-1/+1
* remove bogus commentYang Tse2008-10-301-1/+0
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-309-200/+438
* Fixed a bug that caused a few bytes of garbage to be sent after aDan Fandrich2008-10-291-2/+6
* added an extra set of braces to unconfuse emacs and then I re-indented aDaniel Stenberg2008-10-281-108/+108
* add null-pointer checkYang Tse2008-10-272-2/+4
* add missing header inclusionsYang Tse2008-10-252-3/+9
* Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich2008-10-252-6/+15
* add missing header inclusionsYang Tse2008-10-251-8/+19
* Stop using in6addr_any because it's not available everywhere (e.g. Symbian)Dan Fandrich2008-10-241-1/+3
* fix compiler warningYang Tse2008-10-242-17/+24
* fix compiler warningYang Tse2008-10-242-8/+5
* Added rawstr.c to the non-configure libcurl makefilesDan Fandrich2008-10-235-3/+16
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-2321-126/+190
* 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