Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | libcurl build: use correct dir when cd'ing to opts for pdf building | Daniel Stenberg | |
2014-06-17 | opts: initial makefile | Daniel Stenberg | |
with a bonus first rough 'mancheck' target to see which man pages that are still missing | |||
2013-10-15 | build: distribute and install libcurl.m4 by default | Dave Reisner | |
2012-09-01 | Manpage for curl_multi_wait(). | Sara Golemon | |
2011-11-24 | symbols.pl: provide LIBCURL_HAS macro for apps | Daniel Stenberg | |
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. | |||
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-05-11 | split off curl_multi_socket_action() into its own separate man page as this is | Daniel Stenberg | |
the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed! | |||
2009-02-10 | include the symbols-in-versions file in the release archive | Daniel Stenberg | |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg | |
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. | |||
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg | |
and the write callbacks that now can make a connection's reading and/or writing get paused. | |||
2007-10-04 | The new file docs/libcurl/ABI describes how we view ABI breakages, soname | Daniel Stenberg | |
bumps and what the version number's significance to all that is. | |||
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg | |
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function. | |||
2006-06-24 | Michael Wallner added curl_formget(), which allows an application to extract | Daniel Stenberg | |
(serialise) a previously built formpost (as with curl_formadd()). | |||
2006-04-10 | adding the new man pages to the package | Daniel Stenberg | |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg | |
2005-10-06 | remove getinfo-times from the dist archive since the info is now in the | Daniel Stenberg | |
curl_easy_getinfo man page | |||
2005-06-06 | Tupone Alfredo's fixes: | Daniel Stenberg | |
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.) | |||
2005-01-25 | David Shaw contributed a fairly complete and detailed autoconf macro you can | Daniel Stenberg | |
use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4 | |||
2004-07-31 | curl_easy_reset() documented | Daniel Stenberg | |
2004-06-21 | libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format | Daniel Stenberg | |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg | |
2004-05-03 | fixed the pdf and html for the strerror functions | Daniel Stenberg | |
2004-04-27 | added curl_*_strerror | Daniel Stenberg | |
2004-02-27 | using roffit 0.6 we can get <a href> links with the --mandir option | Daniel Stenberg | |
2003-11-05 | use roffit to make HTML from man pages | Daniel Stenberg | |
http://daniel.haxx.se/projects/roffit/ | |||
2003-10-13 | use $(NROFF), not gnroff (patch by Domenico Andreoli) | Daniel Stenberg | |
2003-08-12 | nicer make target for the pdf conversion | Daniel Stenberg | |
2003-08-12 | don't treat index.html as the generated HTML pages | Daniel Stenberg | |
2003-08-12 | added the new curl_share_* man pages, the libcurl-easy, the libcurl-share, | Daniel Stenberg | |
made the generated pdf and html files get removed on 'make clean'. Made the pdf conversion remove the temporary .ps files. | |||
2002-10-14 | generate and include PDF versions of the docs in the release archive | Daniel Stenberg | |
2002-09-26 | enhanced curl_version_info | Daniel Stenberg | |
2002-09-25 | added curl_free | Daniel Stenberg | |
2002-04-12 | added libcurl-errors | Daniel Stenberg | |
2002-03-19 | added the multi functions man pages | Daniel Stenberg | |
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg | |