summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse2008-11-011-0/+14
* NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse2008-10-301-0/+2
* curlx.h isn't a system include file so it gets double quotesDan Fandrich2008-10-281-1/+1
* Added rawstr.c to some more non-configure curl makefilesDan Fandrich2008-10-272-2/+6
* Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj.Gisle Vanem2008-10-271-3/+15
* add missing header inclusionsYang Tse2008-10-251-1/+4
* fix compiler warningYang Tse2008-10-242-8/+8
* Added rawstr.c to the non-configure curl makefilesDan Fandrich2008-10-232-0/+14
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-232-1/+2
* Fixed potential memory leak in OOM situations. Detected by coverity.comDaniel Stenberg2008-10-191-1/+1
* dumpeasycode() uses warnf() which uses config->errors so we must not closeDaniel Stenberg2008-10-191-2/+5
* Removed dead code, identified by coverity.com.Daniel Stenberg2008-10-191-3/+1
* After having studied one of the coverity.com reports at length last night, IDaniel Stenberg2008-10-171-0/+7
* compile the library file strequal.c to get the Curl_raw_equal function asDaniel Stenberg2008-10-161-1/+2
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-7/+7
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-7/+7
* eeek, append 1 on the right place as otherwise we didn't fix the problemDaniel Stenberg2008-10-141-2/+2
* Prevent the accidental passing along NULL for the cases where the --traceDaniel Stenberg2008-10-131-11/+14
* Prevent an off-by-one in a allocated buffer in glob_match_url() - detected byDaniel Stenberg2008-10-131-2/+5
* Update docs now that SFTP supports file ranges.Dan Fandrich2008-10-091-1/+1
* remove unnecessary typecast, otherwise triggering compiler warning:Yang Tse2008-09-301-1/+1
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-1/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-242-10/+0
* Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich2008-09-171-2/+2
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-161-0/+1
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-151-0/+9
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-4/+4
* ANSI C compatibility adjustmentYang Tse2008-09-121-2/+2
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-2/+7
* remove unnecessary typecasting of malloc()Yang Tse2008-09-062-9/+9
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-10/+19
* somewhat protect Mac OS X users from using Mac OS 9 config fileYang Tse2008-09-052-2/+13
* fixed largefile feature for MingW32 non-configure builds.Gunter Knauf2008-09-041-0/+4
* enabled largefile feature for LIBC builds.Gunter Knauf2008-09-041-0/+2
* fix print formatting string directivesYang Tse2008-09-042-12/+12
* remove duplicate va_start() callYang Tse2008-09-041-1/+0
* in the --libcurl output, mention that the large file stuff is only needed forDaniel Stenberg2008-09-021-1/+1
* Project and workspace files for VC6 IDE supporting 4 configurations:Yang Tse2008-08-293-2/+265
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-281-1/+1
* Fix default SIZEOF_OFF_T definition logicYang Tse2008-08-261-1/+2
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-261-11/+30
* Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich2008-08-221-10/+4
* Reinstate struct_stat definition that got lost in previous commit.Yang Tse2008-08-221-0/+4
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-222-7/+41
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+1
* OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse2008-08-171-0/+2
* Fix Use of conditional definition of USE_OPENSSLYang Tse2008-08-161-1/+0
* Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s...Yang Tse2008-08-141-13/+1