Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | MinGW64 has this prototype already. | Guenter Knauf | |
2011-09-23 | Fixed scanf format for WORD = unsigned short. | Guenter Knauf | |
2011-09-23 | Added Win32-only samples. | Guenter Knauf | |
2011-09-23 | Added a workaround for printing size_t. | Guenter Knauf | |
2011-09-22 | Added NetWare examples makefile. | Guenter Knauf | |
2011-09-21 | Another MinGW example makefile tweak. | Guenter Knauf | |
2011-09-21 | Fixed sample to compile for Windows platform. | Guenter Knauf | |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf | |
Suffix rules cannot have any prerequisites of their own. | |||
2011-09-21 | Some 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-20 | A bunch of MinGW build tweaks. | Guenter Knauf | |
All paths to dependencies now quoted; synced examples makefile. | |||
2011-09-18 | CURLOPT_URL docs: no need to mention function names | Daniel Stenberg | |
2011-09-18 | CURLOPT_URL: Expanded URL description | Steve 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-13 | Curl_add_custom_headers: support headers with no data | warp 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-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 | |