summaryrefslogtreecommitdiff
path: root/include/curl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
| | | | | | | ... to match the style already used for compiling, linking etc. Acknowledges 'make V=1' to enable verbose. Closes #3681
* whitespace fixesViktor Szakats2018-09-231-2/+2
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* URL-APIDaniel Stenberg2018-09-081-2/+2
| | | | | | | See header file and man pages for API. All documented API details work and are tested in the 1560 test case. Closes #2842
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-21/+2
| | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-031-2/+2
| | | | | | | | | | | | | | | | | | system.h is aimed to replace curlbuild.h at a later point in time when we feel confident system.h works sufficiently well. curl/system.h is currently used in parallel with curl/curlbuild.h curl/system.h determines a data sizes, data types and include file status based on available preprocessor defines instead of getting generated at build-time. This, in order to avoid relying on a build-time generated file that makes it complicated to do 32 and 64 bit bields from the same installed set of headers. Test 1541 verifies that system.h comes to the same conclusion that curlbuild.h offers. Closes #1373
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* Revert "has: generate the curl/has.h header"Kamil Dudka2015-09-041-11/+6
| | | | | This reverts commit a60bde79f9adeb135d5c642a07f0d783fbfbbc25 I have pushed by mistake. Apologies for my incompetent use of the git repo!
* has: generate the curl/has.h headerDaniel Stenberg2015-09-041-6/+11
| | | | | changed macro name, moved and renamed script to become docs/libcurl/has.pl, generate code that is checksrc compliant
* include: cleanupDaniel Stenberg2011-05-091-1/+8
| | | | | | | | | Made the public headers checksrc compliant Removed types.h (it's been unused since April 2004) Made the root makefile do make in include by default as well, so that TAGS and the checksrc will work better.
* headers: more copyright headers addedDaniel Stenberg2011-03-221-0/+21
|
* s/CVS/gitDaniel Stenberg2010-03-241-1/+1
|
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-2/+21
| | | | to have a curl_off_t data type no longer gated to off_t.
* - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek2008-03-111-1/+2
| | | | | works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , http://curl.haxx.se/mail/lib-2008-02/0292.html )
* make clean now removes *dist files too that might be leftovers fromDaniel Stenberg2004-03-251-0/+2
| | | | 'maketgz'
* Introducing curl/curlver.h for keeping the curl version info only.Daniel Stenberg2004-03-221-6/+1
|
* added multi.hDaniel Stenberg2002-03-191-1/+2
|
* added to enable include file installDaniel Stenberg2000-07-311-0/+7