aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2011-09-21Another MinGW example makefile tweak.Guenter Knauf
2011-09-21Fixed sample to compile for Windows platform.Guenter Knauf
2011-09-21Changed suffix rules to pattern rules.Guenter Knauf
Suffix rules cannot have any prerequisites of their own.
2011-09-21Some more MinGW build tweaks.Guenter Knauf
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist.
2011-09-20A bunch of MinGW build tweaks.Guenter Knauf
All paths to dependencies now quoted; synced examples makefile.
2011-09-18CURLOPT_URL docs: no need to mention function namesDaniel Stenberg
2011-09-18CURLOPT_URL: Expanded URL descriptionSteve Holme
Expanded the section about CURLOPT_URL to include the format of the URL and detailed information and examples relating to specific protocols.
2011-09-13Curl_add_custom_headers: support headers with no datawarp kawada
A custom HTTP header ending in a semicolon instead of a colon will be treated as a header to be added without any data portion.
2011-09-13progressfunc: a simple CURLOPT_PROGRESSFUNCTION exampleDaniel Stenberg
2011-09-13THANKS: 16 new contributors from 7.22.0Daniel Stenberg
2011-09-13BUGS: spellfixed, slightly reformatted for web looksDaniel Stenberg
Reported by: Jeff Pohlmeyer
2011-09-12Document NTLM winbind options (and caveats)Dan Fandrich
2011-09-12BUGS: renumbered to look better in the web versionDaniel Stenberg
2011-09-12BUGS: revamped bug report documentationDaniel Stenberg
2011-09-12Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.Yang Tse
2011-09-11TODO: remove 4 entries, add one newDaniel Stenberg
Zero-copy and "Avoid having to remove/readd handles" are not really features we think are worthwhile to add. Removed. SRP features have been added already, removed. 11.9 IPv6 addresses with globbing added
2011-09-07getinmemory.c: use better argument names for write callbackDaniel Stenberg
2011-08-26--cookie-jar: activates the cookie engineDaniel Stenberg
2011-08-26NTLM single-sign on adjustments (X)Yang Tse
Functions renamed: Curl_output_ntlm_sso -> Curl_output_ntlm_wb sso_ntlm_close -> wb_ntlm_close sso_ntlm_response -> wb_ntlm_response sso_ntlm_initiate -> wb_ntlm_initiate Preprocessor symbols renamed: CURLAUTH_NTLM_SSO -> CURLAUTH_NTLM_WB CURL_VERSION_NTLM_SSO -> CURL_VERSION_NTLM_WB
2011-08-25TODO: progress callback without doublesDaniel Stenberg
2011-08-24docs: the next release is going to be 7.22.0Kamil Dudka
2011-08-23resolve.c: new example showing off CURLOPT_RESOLVEDaniel Stenberg
2011-08-23externalsocket.c: new exampleDaniel Stenberg
2011-08-13ignore rtspDaniel Stenberg
2011-08-12docs: --delegationDaniel Stenberg
2011-08-11curl_easy_cleanup: clarify the callback situationDaniel Stenberg
2011-08-10rtsp.c: converted to CDaniel Stenberg
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
2011-08-10rtsp.c: new exampleJim Hollinger
Code from http://code.google.com/p/rtsprequest/source/browse/trunk/rtsprequest.cpp
2011-08-10TODO: remove curl_formpost in a future versionDaniel Stenberg
15.8 remove 'curl_httppost' from public
2011-08-09proxy protocol docs: rephrased and updatedDaniel Stenberg
2011-08-08s/7.21.8/7.22.0Daniel Stenberg
2011-08-08VERSIONS: clarify our versioning conceptDaniel Stenberg
Drop the pre-release part from this text as we don't use that in practise since many years. Update the phrasing to reflect our more strict interpretation: http://curl.haxx.se/mail/lib-2011-08/0064.html
2011-08-05BSD-style lwIP TCP/IP stack support - docs/INSTALL blurbYang Tse
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka
Suggested by Richard Silverman.
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com>
2011-07-19symbols-in-versions: add NTLM_SSO symbolsDaniel Stenberg
2011-06-30docs: FTP quotes support '*' prefix to ignore errorsDaniel Stenberg
By default libcurl stops processing quote commands on failures.
2011-06-29THANKS: new contributors from 7.21.7Daniel Stenberg
2011-06-28examples: cleanup curl includesDaniel Stenberg
Only <curl/curl.h> is needed typically and curl/types.h has been removed
2011-06-23curl_formfree: clarify which pointer to freeDaniel Stenberg
2011-06-21FAQ: more blurb on persistent connectionsDaniel Stenberg
2011-06-20INSTALL: mention the GIT-INFO fileDaniel Stenberg
2011-06-13curl_formget.3: CURLFORM_STREAM has its drawbacksDaniel Stenberg
Due to a design flaw, the CURLFORM_STREAM option doesn't really work with curl_formget until after curl_easy_perform (or similar).
2011-06-13FAQ: binding clarificationDaniel Stenberg
We don't author the bindings, they are created outside the main project.
2011-06-10CURLOPT_WRITEHEADER: clarify the docsDaniel Stenberg
2011-06-02curl hasn't sent a Pragma: header by default for a whileDan Fandrich
2011-06-01CURLOPT_WILDCARDMATCH: minor style editDaniel Stenberg
Due to some flaw in roffit I removed some style changes to make the web page look better.
2011-05-27curl_easy_setopt.3: NOPROGRESS also affects the callbackDaniel Stenberg
2011-05-25setopt.3: remove leftover style changeDaniel Stenberg
2011-05-25setopt.3: CURLOPT_WRITEFUNCTION had wrong function protoDaniel Stenberg