summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil2009-04-091-5/+0
* Added special define for tests that directly include libcurl sources.Benoit Neil2009-04-081-0/+5
* Sun compilers specific preprocessor block removed from curlbuild.h.distYang Tse2009-04-081-34/+0
* Fix curl_off_t definition for builds done using Sun compilers and aYang Tse2009-04-021-18/+26
* Initial CMake scripts (libcurl only), based on the merge of tetest scripts an...Benoit Neil2009-04-021-0/+153
* - Kamil Dudka made the curl tool properly call curl_global_init() before anyDaniel Stenberg2009-03-111-1/+3
* start over on the journey towards 7.19.5Daniel Stenberg2009-03-021-3/+3
* - David Kierznowski notified us about a security flawcurl-7_19_4Daniel Stenberg2009-03-021-0/+27
* - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg2009-02-171-1/+15
* - CURLINFO_CONDITION_UNMET was added to allow an application to get to know ifDaniel Stenberg2009-02-111-1/+2
* remove a trailing name from a commentDaniel Stenberg2009-02-101-1/+1
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-1/+4
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+6
* - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an appDaniel Stenberg2009-01-261-0/+3
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-252-2/+12
* start over on our journey towards 7.19.4...Daniel Stenberg2009-01-191-3/+3
* fixed global copyright.Gunter Knauf2009-01-171-2/+2
* - Andrew de los Reyes fixed curlbuild.h for "generic" gcc builds on PPC, bothDaniel Stenberg2009-01-161-3/+3
* - Stefan Teleman brought a patch to fix the default curlbuild.h file for theDaniel Stenberg2009-01-131-0/+26
* - Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg2008-12-101-2/+3
* and we are now on the 7.19.3 roadDaniel Stenberg2008-11-131-3/+3
* and we're back on square one working on the next release...Daniel Stenberg2008-11-051-3/+3
* remove some spurious line-endingsYang Tse2008-10-172-7/+7
* - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg2008-10-162-1/+7
* fix compiler warning: zero used for undefined preprocessing identifierYang Tse2008-10-091-1/+2
* - Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg2008-10-082-0/+6
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-2/+16
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-1/+16
* hex version number for 7.19.1 is 0x071301Yang Tse2008-09-021-1/+1
* clear the way for 7.19.1 work!Daniel Stenberg2008-09-011-2/+2
* Adjust curl_off_t definitions for DJGPP.Yang Tse2008-08-281-9/+20
* ignore curlver.h.distYang Tse2008-08-281-0/+1
* Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are bothDan Fandrich2008-08-261-1/+1
* Add missing preprocessor symbol definition checksYang Tse2008-08-252-2/+32
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-253-44/+44
* MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64Yang Tse2008-08-211-1/+1
* Replace 'HttpPost' with 'curl_httppost'.Gisle Vanem2008-08-171-2/+2
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-153-80/+80
* Adjust IBM C compiler CURL_SIZEOF_LONGYang Tse2008-08-131-6/+10
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-133-21/+72
* Watcom doesn't have <sys/time.h>.Gisle Vanem2008-08-131-1/+1
* MingW uses gcc. Hence the suffixes for 64-bit are 'LL' and 'ULL'.Gisle Vanem2008-08-131-4/+4
* Added macros for minimum-width signed and unsigned curl_off_t integerYang Tse2008-08-122-17/+53
* OoopsYang Tse2008-08-111-24/+24
* Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse2008-08-112-150/+216
* Remove some redundancyYang Tse2008-08-091-6/+6
* Add metroworks and generic gccYang Tse2008-08-081-0/+26
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-077-83/+688
* - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URLDaniel Stenberg2008-07-301-0/+3
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-1/+2