Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-13 | progressfunc: a simple CURLOPT_PROGRESSFUNCTION example | Daniel Stenberg | |
2011-09-13 | THANKS: 16 new contributors from 7.22.0 | Daniel Stenberg | |
2011-09-13 | BUGS: spellfixed, slightly reformatted for web looks | Daniel Stenberg | |
Reported by: Jeff Pohlmeyer | |||
2011-09-12 | Document NTLM winbind options (and caveats) | Dan Fandrich | |
2011-09-12 | BUGS: renumbered to look better in the web version | Daniel Stenberg | |
2011-09-12 | BUGS: revamped bug report documentation | Daniel Stenberg | |
2011-09-12 | Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental. | Yang Tse | |
2011-09-11 | TODO: remove 4 entries, add one new | Daniel 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-07 | getinmemory.c: use better argument names for write callback | Daniel Stenberg | |
2011-08-26 | --cookie-jar: activates the cookie engine | Daniel Stenberg | |
2011-08-26 | NTLM 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-25 | TODO: progress callback without doubles | Daniel Stenberg | |
2011-08-24 | docs: the next release is going to be 7.22.0 | Kamil Dudka | |
2011-08-23 | resolve.c: new example showing off CURLOPT_RESOLVE | Daniel Stenberg | |
2011-08-23 | externalsocket.c: new example | Daniel Stenberg | |
2011-08-13 | ignore rtsp | Daniel Stenberg | |
2011-08-12 | docs: --delegation | Daniel Stenberg | |
2011-08-11 | curl_easy_cleanup: clarify the callback situation | Daniel Stenberg | |
2011-08-10 | rtsp.c: converted to C | Daniel 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-10 | rtsp.c: new example | Jim Hollinger | |
Code from http://code.google.com/p/rtsprequest/source/browse/trunk/rtsprequest.cpp | |||
2011-08-10 | TODO: remove curl_formpost in a future version | Daniel Stenberg | |
15.8 remove 'curl_httppost' from public | |||
2011-08-09 | proxy protocol docs: rephrased and updated | Daniel Stenberg | |
2011-08-08 | s/7.21.8/7.22.0 | Daniel Stenberg | |
2011-08-08 | VERSIONS: clarify our versioning concept | Daniel 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-05 | BSD-style lwIP TCP/IP stack support - docs/INSTALL blurb | Yang Tse | |
2011-08-03 | curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION | Kamil Dudka | |
Suggested by Richard Silverman. | |||
2011-08-03 | Add 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-19 | symbols-in-versions: add NTLM_SSO symbols | Daniel Stenberg | |
2011-06-30 | docs: FTP quotes support '*' prefix to ignore errors | Daniel Stenberg | |
By default libcurl stops processing quote commands on failures. | |||
2011-06-29 | THANKS: new contributors from 7.21.7 | Daniel Stenberg | |
2011-06-28 | examples: cleanup curl includes | Daniel Stenberg | |
Only <curl/curl.h> is needed typically and curl/types.h has been removed | |||
2011-06-23 | curl_formfree: clarify which pointer to free | Daniel Stenberg | |
2011-06-21 | FAQ: more blurb on persistent connections | Daniel Stenberg | |
2011-06-20 | INSTALL: mention the GIT-INFO file | Daniel Stenberg | |
2011-06-13 | curl_formget.3: CURLFORM_STREAM has its drawbacks | Daniel 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-13 | FAQ: binding clarification | Daniel Stenberg | |
We don't author the bindings, they are created outside the main project. | |||
2011-06-10 | CURLOPT_WRITEHEADER: clarify the docs | Daniel Stenberg | |
2011-06-02 | curl hasn't sent a Pragma: header by default for a while | Dan Fandrich | |
2011-06-01 | CURLOPT_WILDCARDMATCH: minor style edit | Daniel Stenberg | |
Due to some flaw in roffit I removed some style changes to make the web page look better. | |||
2011-05-27 | curl_easy_setopt.3: NOPROGRESS also affects the callback | Daniel Stenberg | |
2011-05-25 | setopt.3: remove leftover style change | Daniel Stenberg | |
2011-05-25 | setopt.3: CURLOPT_WRITEFUNCTION had wrong function proto | Daniel Stenberg | |
2011-05-19 | typo: close is in man page section 3 | Daniel Stenberg | |
2011-05-18 | curl_easy_setopt.3: document CLOSESOCKET* options | Daniel Stenberg | |
2011-05-18 | symbols-in-versions: add CLOSESOCKET* | Daniel Stenberg | |
2011-05-05 | curl.1: --socks* options no longer needed | Daniel Stenberg | |
As we now can specify all the socks proxy types with the regular --proxy option using protocol prefix. | |||
2011-05-05 | socks proxy: allow socks5h:// prefix too | Daniel Stenberg | |
Using 'socks5h' as proxy protocol will make it a CURLPROXY_SOCKS5_HOSTNAME proxy which is SOCKS5 and asking the proxy to resolve host names. I found no "standard" protocol name for this. | |||
2011-05-05 | curl.1: minor edit of --ftp-ssl* | Daniel Stenberg | |
2011-05-05 | curl.1: use GNU style and sort options | Jari Aalto | |
Follow style of GNU layout (cp, mv ...) where options are separated with comma: -o, --option Order item alphabetically (by length also): -o, -O, --option Follow style of GNU layout by moving help related options to the end: --help, -M, --version | |||
2011-05-03 | curl_easy_getinfo.3: clarify some timing info | Daniel Stenberg | |