summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year, to force CVS to update the $Id date string formatYang Tse2009-05-181-1/+1
* start climbing to 7.19.6Daniel Stenberg2009-05-181-3/+3
* fiX *__SOCKLEN_T definitions for remaining targetsYang Tse2009-05-121-10/+10
* fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targetsYang Tse2009-05-111-4/+4
* fIX *__SOCKLEN_T definitions for OS400 and generic GCC targetsYang Tse2009-05-061-4/+8
* fIX *__SOCKLEN_T definitions for MVS and 370 targetsYang Tse2009-05-041-4/+20
* fIX *__SOCKLEN_T definitions for several Windows target tool-chainsYang Tse2009-05-041-8/+8
* This wasn't intended to be committed.Yang Tse2009-05-021-2/+2
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-2/+2
* David McCreedy's "TPF-platform specific changes to various files" patch follo...Yang Tse2009-05-011-2/+2
* David McCreedy's "TPF-platform specific changes to various files" patchYang Tse2009-05-011-0/+12
* curl_socklen_t follow-upYang Tse2009-04-293-247/+345
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-3/+9
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-1/+24
* 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