summaryrefslogtreecommitdiff
path: root/docs/libcurl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* docs/libcurl/index.html: removedDaniel Stenberg2018-05-151-2/+2
| | | | | | | The HTML files are long gone from the dist, now remove the last HTML file pointing to those missing files. d
* cmake: add more missing files to the distDaniel Stenberg2017-03-301-3/+3
|
* make: use the variable MAKE for recursive callsMaksim Stsepanenka2017-03-291-2/+2
| | | | Closes #1366
* docs: split file lists into Makefile.incPeter Wu2017-03-211-18/+1
| | | | | | | For easier sharing with CMake. The contents were reformatted to use two-space indent and expanded tabs (matching lib/Makefile.common). Ref: https://github.com/curl/curl/pull/1288
* Makefile.am: Remove distribution man pages when running 'make clean'Steve Brokenshire2017-03-071-2/+5
|
* docs: de-duplicate file lists in the MakefilesPeter Wu2017-02-251-41/+3
| | | | | | | | Make use of macro substitution of suffix patterns to remove duplication of manual names. This approach is portable according to http://pubs.opengroup.org/onlinepubs/009695399/utilities/make.html Closes https://github.com/curl/curl/pull/1287
* dist: remove PDF and HTML converted docs from the releasesDaniel Stenberg2016-10-101-2/+2
|
* dist: include curl_multi_socket_all.3Jay Satiro2016-05-191-3/+4
| | | | Closes https://github.com/curl/curl/pull/816
* build: use roffit 0.11 featureDaniel Stenberg2016-03-291-2/+2
| | | | ... load file specified as argument.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* build: Fix theoretical infinite loopsDaniel Shahaf2015-11-201-2/+2
| | | | | | | Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535
* Revert "has: generate the curl/has.h header"Kamil Dudka2015-09-041-1/+1
| | | | | 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-1/+1
| | | | | changed macro name, moved and renamed script to become docs/libcurl/has.pl, generate code that is checksrc compliant
* libcurl-thread.3: Consolidate thread safety infoJay Satiro2015-07-281-20/+22
| | | | | | This is a new document to consolidate our thread safety information from several documents (curl-www:features, libcurl.3, libcurl-tutorial.3). Each document's section on multi-threading will now point to this one.
* docs/libcurl: clean up libcurl-symbols.3Dan Fandrich2015-03-181-1/+1
|
* docs/libcurl: check that all options with man pages are referencedDan Fandrich2015-03-181-1/+15
| | | | | If a man page exists in the opts/ directory, it must also be referenced either in curl_easy_setopt.3 or curl_multi_setopt.3
* docs/libcurl: make portability fixChristian Weisgerber2015-03-181-1/+1
| | | | | Using $< in a non-suffix rule context is a GNU make idiom. This bug was introduced in 7.41.0.
* libcurl-symbols: first basic shot for autogenerated docsDaniel Stenberg2015-02-021-5/+9
|
* libcurl build: use correct dir when cd'ing to opts for pdf buildingDaniel Stenberg2014-06-181-1/+1
|
* opts: initial makefileDaniel Stenberg2014-06-171-1/+5
| | | | | with a bonus first rough 'mancheck' target to see which man pages that are still missing
* build: distribute and install libcurl.m4 by defaultDave Reisner2013-10-151-1/+4
|
* Manpage for curl_multi_wait().Sara Golemon2012-09-011-4/+4
|
* symbols.pl: provide LIBCURL_HAS macro for appsDaniel Stenberg2011-11-241-1/+1
| | | | | | | | | | | Experience has shown that the symbols-in-versions file is very useful to applications that want to build with a wide range of libcurl versions. It is however easy to get it wrong and the source gets a bit messy with all the fixed numerical comparisions. The point of this script is to provide an easy-to-use macro for libcurl- using applications to do preprocessor checks for specific libcurl defines, and yet make the code clearly show what the macro is used for.
* source header: added to more filesDaniel Stenberg2011-03-121-0/+19
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* split off curl_multi_socket_action() into its own separate man page as this isDaniel Stenberg2009-05-111-36/+39
| | | | | the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed!
* include the symbols-in-versions file in the release archiveDaniel Stenberg2009-02-101-2/+2
|
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-3/+5
| | | | | | and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used.
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-081-3/+4
| | | | | and the write callbacks that now can make a connection's reading and/or writing get paused.
* The new file docs/libcurl/ABI describes how we view ABI breakages, sonameDaniel Stenberg2007-10-041-1/+1
| | | | bumps and what the version number's significance to all that is.
* [Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg2006-07-261-5/+5
| | | | | set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
* Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg2006-06-241-3/+5
| | | | (serialise) a previously built formpost (as with curl_formadd()).
* adding the new man pages to the packageDaniel Stenberg2006-04-101-44/+46
|
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-3/+4
|
* remove getinfo-times from the dist archive since the info is now in theDaniel Stenberg2005-10-061-2/+1
| | | | curl_easy_getinfo man page
* Tupone Alfredo's fixes:Daniel Stenberg2005-06-061-1/+2
| | | | | | | | | | | | | 1) findtool does look per tool in PATH and think ./perl is the perl executable, while is just a local directory (I have . in the PATH) 2) I got several warning for head -1 deprecated in favour of head -n 1 3) ares directory is missing some file (missing is missing :-) ) because automake and friends is not run. (Let's hope number 2 doesn't break somewhere "out there", if so we can always search/replace that back.)
* David Shaw contributed a fairly complete and detailed autoconf macro you canDaniel Stenberg2005-01-251-1/+1
| | | | | use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4
* curl_easy_reset() documentedDaniel Stenberg2004-07-311-3/+4
|
* libcurl-tutorial.3 is the former libcurl-the-guide converted to man page formatDaniel Stenberg2004-06-211-3/+5
|
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-3/+3
| | | | memory.h is included everywhere for this.
* removed curl_formparse() from the libraryDaniel Stenberg2004-05-041-20/+18
|
* fixed the pdf and html for the strerror functionsDaniel Stenberg2004-05-031-4/+4
|
* added curl_*_strerrorDaniel Stenberg2004-04-271-111/+42
|
* using roffit 0.6 we can get <a href> links with the --mandir optionDaniel Stenberg2004-02-271-1/+1
|
* use roffit to make HTML from man pagesDaniel Stenberg2003-11-051-1/+1
| | | | http://daniel.haxx.se/projects/roffit/
* use $(NROFF), not gnroff (patch by Domenico Andreoli)Daniel Stenberg2003-10-131-1/+1
|
* nicer make target for the pdf conversionDaniel Stenberg2003-08-121-10/+8
|
* don't treat index.html as the generated HTML pagesDaniel Stenberg2003-08-121-3/+2
|
* added the new curl_share_* man pages, the libcurl-easy, the libcurl-share,Daniel Stenberg2003-08-121-3/+15
| | | | | made the generated pdf and html files get removed on 'make clean'. Made the pdf conversion remove the temporary .ps files.
* generate and include PDF versions of the docs in the release archiveDaniel Stenberg2002-10-141-1/+43
|