.. |
.cvsignore
|
ignore .ps and .pdf files too
|
2002-10-14 07:47:40 +00:00 |
ABI
|
add url to the wikipedia article for a longer description
|
2007-10-05 15:18:34 +00:00 |
curl_easy_cleanup.3
|
1) the talk about strings used by libcurl doesn't apply to libcurl >= 7.17.0
|
2007-08-22 11:28:26 +00:00 |
curl_easy_duphandle.3
|
removed the BUGS section since it offers nothing good
|
2004-04-13 09:08:52 +00:00 |
curl_easy_escape.3
|
First commit of David McCreedy's EBCDIC and TPF changes.
|
2006-04-07 21:50:47 +00:00 |
curl_easy_getinfo.3
|
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
|
2007-08-01 21:20:01 +00:00 |
curl_easy_init.3
|
Bryan Henderson turned the 'initialized' variable for curl_global_init()
|
2006-01-15 23:55:53 +00:00 |
curl_easy_pause.3
|
Introducing curl_easy_pause() and new magic return codes for both the read
|
2008-01-08 14:52:05 +00:00 |
curl_easy_perform.3
|
formatting update to produce better links with the new roffit version
|
2004-02-27 15:34:06 +00:00 |
curl_easy_reset.3
|
minor edits
|
2006-01-02 23:32:36 +00:00 |
curl_easy_setopt.3
|
applied patch to disable SSLv2 by default; discussion:
|
2008-02-19 23:10:07 +00:00 |
curl_easy_strerror.3
|
minor edits
|
2006-01-02 23:32:36 +00:00 |
curl_easy_unescape.3
|
mention the outlength argument
|
2006-04-08 21:29:01 +00:00 |
curl_escape.3
|
First commit of David McCreedy's EBCDIC and TPF changes.
|
2006-04-07 21:50:47 +00:00 |
curl_formadd.3
|
Mention first version with CURLOPT_COPYPOSTFIELDS.
|
2007-10-15 21:19:40 +00:00 |
curl_formfree.3
|
formatting update to produce better links with the new roffit version
|
2004-02-27 15:34:06 +00:00 |
curl_formget.3
|
Wallner's update
|
2006-06-24 23:11:36 +00:00 |
curl_free.3
|
formatting update to produce better links with the new roffit version
|
2004-02-27 15:34:06 +00:00 |
curl_getdate.3
|
clarify
|
2005-08-12 21:47:05 +00:00 |
curl_getenv.3
|
slight rewording based on debian bug report #357388 by Justin Pryzby
|
2006-03-17 08:22:50 +00:00 |
curl_global_cleanup.3
|
fixed formatting
|
2006-02-17 13:31:49 +00:00 |
curl_global_init_mem.3
|
new man page
|
2004-05-12 08:10:25 +00:00 |
curl_global_init.3
|
[Hiper-related work] Added a function called curl_multi_assign() that will
|
2006-07-26 22:19:42 +00:00 |
curl_mprintf.3
|
these functions are marked to get removed from the public API "soon"
|
2004-04-30 08:38:08 +00:00 |
curl_multi_add_handle.3
|
mention the shared DNS stuff
|
2006-07-07 23:08:03 +00:00 |
curl_multi_assign.3
|
[Hiper-related work] Added a function called curl_multi_assign() that will
|
2006-07-26 22:19:42 +00:00 |
curl_multi_cleanup.3
|
additional info
|
2004-04-13 14:27:47 +00:00 |
curl_multi_fdset.3
|
minor edits
|
2006-01-02 23:32:36 +00:00 |
curl_multi_info_read.3
|
make it a WARNING since this hits people hard in their faces
|
2007-05-26 20:47:33 +00:00 |
curl_multi_init.3
|
Tor Arntsen's major ispell patch
|
2004-03-24 21:40:45 +00:00 |
curl_multi_perform.3
|
Extended the explanation for CURLM_CALL_MULTI_PERFORM somewhat.
|
2006-09-21 11:09:54 +00:00 |
curl_multi_remove_handle.3
|
clarify
|
2003-03-10 20:43:59 +00:00 |
curl_multi_setopt.3
|
clarify that the CURLMOPT_TIMERFUNCTION callback can pass in 0 and -1 as legal
|
2007-12-11 21:19:38 +00:00 |
curl_multi_socket_all.3
|
The inital early embryos to describe the curl_multi_socket() API. Committed
|
2005-12-22 15:11:11 +00:00 |
curl_multi_socket.3
|
users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout
|
2007-07-30 22:01:04 +00:00 |
curl_multi_strerror.3
|
minor edits
|
2006-01-02 23:32:36 +00:00 |
curl_multi_timeout.3
|
it is stable now...
|
2008-02-03 10:10:00 +00:00 |
curl_share_cleanup.3
|
Bertrand Demiddelaer's correction
|
2004-09-16 14:26:04 +00:00 |
curl_share_init.3
|
Tor Arntsen's major ispell patch
|
2004-03-24 21:40:45 +00:00 |
curl_share_setopt.3
|
mention the by-default "sharing"
|
2006-07-07 22:07:10 +00:00 |
curl_share_strerror.3
|
minor edits
|
2006-01-02 23:32:36 +00:00 |
curl_slist_append.3
|
corrected example
|
2007-01-09 18:58:16 +00:00 |
curl_slist_free_all.3
|
formatting update to produce better links with the new roffit version
|
2004-02-27 15:34:06 +00:00 |
curl_strequal.3
|
these functions are marked to get removed from the public API "soon"
|
2004-04-30 08:38:08 +00:00 |
curl_strnequal.3
|
prepend the man3 dir to the file name to work better.
|
2004-04-02 11:04:34 +00:00 |
curl_unescape.3
|
First commit of David McCreedy's EBCDIC and TPF changes.
|
2006-04-07 21:50:47 +00:00 |
curl_version_info.3
|
James Housley brought support for SCP transfers
|
2006-11-02 21:56:40 +00:00 |
curl_version.3
|
mention curl_version_info
|
2003-08-11 23:07:38 +00:00 |
getinfo-times
|
first rough version
|
2005-06-03 21:38:40 +00:00 |
index.html
|
link to reset as well
|
2004-07-31 19:46:25 +00:00 |
libcurl-easy.3
|
minor update edits
|
2004-05-05 06:11:57 +00:00 |
libcurl-errors.3
|
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to
|
2007-10-03 08:07:50 +00:00 |
libcurl-multi.3
|
less blocking these days
|
2007-07-30 21:47:56 +00:00 |
libcurl-share.3
|
better mentioning of other functions to create proper hrefs in the web
|
2004-03-15 10:23:14 +00:00 |
libcurl-tutorial.3
|
Renamed several libcurl error codes and options to make them more general
|
2007-08-30 20:34:57 +00:00 |
libcurl.3
|
minor language edits bug reports 1510080 1510098
|
2006-06-21 17:34:29 +00:00 |
libcurl.m4
|
Ian Turner fixed the libcurl.m4 macro's support for --with-libcurl.
|
2007-02-19 12:37:04 +00:00 |
Makefile.am
|
Introducing curl_easy_pause() and new magic return codes for both the read
|
2008-01-08 14:52:05 +00:00 |