History log of /curl/docs/libcurl/Makefile.am (Results 26 – 50 of 62)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_40_0, curl-7_39_0, curl-7_38_0, curl-7_37_1
# 082d5300 18-Jun-2014 Daniel Stenberg

libcurl build: use correct dir when cd'ing to opts for pdf building


# b56dff79 16-Jun-2014 Daniel Stenberg

opts: initial makefile

with a bonus first rough 'mancheck' target to see which man pages that
are still missing


Revision tags: curl-7_37_0, curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0
# c4e6c33b 13-Oct-2013 Dave Reisner

build: distribute and install libcurl.m4 by default


Revision tags: curl-7_32_0, curl-7_31_0, curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0
# 925707c0 27-Aug-2012 Sara Golemon

Manpage for curl_multi_wait().


Revision tags: curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0
# 4403e82f 24-Nov-2011 Daniel Stenberg

symbols.pl: provide LIBCURL_HAS macro for apps

Experience has shown that the symbols-in-versions file is very useful to
applications that want to build with a wide range of libcurl versi

symbols.pl: provide LIBCURL_HAS macro for apps

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.

show more ...


Revision tags: curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5
# 029136da 11-Mar-2011 Daniel Stenberg

source header: added to more files


Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6, curl-7_19_5
# 8f9d4b2b 11-May-2009 Daniel Stenberg

split off curl_multi_socket_action() into its own separate man page as this is
the function we should use, while both curl_multi_socket() and
curl_multi_socket_all() should be killed!


Revision tags: curl-7_19_4
# d3d7ed17 10-Feb-2009 Daniel Stenberg

include the symbols-in-versions file in the release archive


Revision tags: curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0, curl-7_18_2
# 514592b8 12-May-2008 Daniel Stenberg

- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
and receive data over a connection previously setup with curl_easy_perform()
and its CURLOPT_CONNECT_ONLY opt

- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
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.

show more ...


Revision tags: curl-7_18_1, curl-7_18_0
# de23b985 08-Jan-2008 Daniel Stenberg

Introducing curl_easy_pause() and new magic return codes for both the read
and the write callbacks that now can make a connection's reading and/or
writing get paused.


Revision tags: curl-7_17_1
# bffa8355 04-Oct-2007 Daniel Stenberg

The new file docs/libcurl/ABI describes how we view ABI breakages, soname
bumps and what the version number's significance to all that is.


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5
# 6f6b93da 26-Jul-2006 Daniel Stenberg

[Hiper-related work] Added a function called curl_multi_assign() that will
set a private pointer added to the internal libcurl hash table for the
particular socket passed in to this function.


# 37f4877e 24-Jun-2006 Daniel Stenberg

Michael Wallner added curl_formget(), which allows an application to extract
(serialise) a previously built formpost (as with curl_formadd()).


Revision tags: curl-7_15_4
# b0e4deba 10-Apr-2006 Daniel Stenberg

adding the new man pages to the package


# 5a4b4384 07-Apr-2006 Daniel Stenberg

First commit of David McCreedy's EBCDIC and TPF changes.


Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0
# d3569a35 06-Oct-2005 Daniel Stenberg

remove getinfo-times from the dist archive since the info is now in the
curl_easy_getinfo man page


Revision tags: curl-7_14_1, c-ares-1_3_0
# c4bbcc83 06-Jun-2005 Daniel Stenberg

Tupone Alfredo's fixes:

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 w

Tupone Alfredo's fixes:

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.)

show more ...


Revision tags: curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# 80a8be63 25-Jan-2005 Daniel Stenberg

David Shaw contributed a fairly complete and detailed autoconf macro you can
use to detect libcurl and setup variables for the protocols the installed
libcurl supports: docs/libcurl/libcurl.m4


Revision tags: curl-7_12_3, curl-7_12_2, curl-7_12_1
# 6577b15d 31-Jul-2004 Daniel Stenberg

curl_easy_reset() documented


Revision tags: pre-aifix
# 1e99f1ee 21-Jun-2004 Daniel Stenberg

libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format


Revision tags: curl-7_12_0
# bbafb2eb 11-May-2004 Daniel Stenberg

curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.


# 2960d37d 04-May-2004 Daniel Stenberg

removed curl_formparse() from the library


# e3bc92ae 03-May-2004 Daniel Stenberg

fixed the pdf and html for the strerror functions


# 58f1cc0b 27-Apr-2004 Daniel Stenberg

added curl_*_strerror


123