Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-30 | doc/curl.1: fix sentence with ending for -# option | Dave Reisner | |
Try to be a little more descriptive about the effect of this flag, rather than parroting what was said in the paragraph just above. | |||
2011-10-27 | libcurl-multi.3: update the list of areas still blocking | Daniel Stenberg | |
2011-10-24 | curl_easy_setopt.3: headers can be CURL_MAX_HTTP_HEADER bytes | Daniel Stenberg | |
Mention this maximum header size for the header callback cases | |||
2011-10-24 | curl_easy_setopt.3: fix typo | Daniel Stenberg | |
shoot, Dan Fandrich already had this pointed out... | |||
2011-10-24 | curl_easy_setopt: Added pop3 to CURLOPT_URL. | Steve Holme | |
Added pop3 username and password example as well as an explanation of how path part of the URL is used under pop3. Additionally have corrected a couple of typos. | |||
2011-10-20 | KNOWN_BUGS: #74 fixed | Daniel Stenberg | |
Multiple auths in the same WWW-Authenticate header Fixed in commit 7d81e3f7193b8c | |||
2011-10-20 | CURLM_CALL_MULTI_PERFORM: remove mention | Daniel Stenberg | |
This return code has not been used since 7.20.0 so we can stop mentioning it for current libcurl. | |||
2011-10-17 | --epsv: fix typo | Daniel Stenberg | |
Reported by: Thomas L. Shinnick | |||
2011-10-16 | curl_multi_fdset: clarify the max_fd == -1 case | Daniel Stenberg | |
Elaborate what max_fd == -1 means Remove the reference to CURLM_CALL_MULTI_PERFORM as modern libcurl versions don't ever return that. | |||
2011-10-16 | TODO: have form functions use CURL handle argument | Daniel Stenberg | |
2011-10-14 | docs: --xattr | Michal Marek | |
2011-10-03 | m4: Use x in order to avoid variable 'x' set but not used ↵ | Dominique Leuenberger | |
[-Werror=unused-but-set-variable] This error could be caused by configure scripts being run with -Werror -Wall, which would lead to libcurl being detected as unusable. | |||
2011-10-03 | share: don't use SSL unless enabled | Daniel Stenberg | |
Don't even declare the struct members for disabled features Introducing the CURLSHE_NOT_BUILT_IN return code for the share interface when trying to set a sharing option that has been disabled (or not enabled) in the library. | |||
2011-09-30 | tutorial: clarify the handle sharing when treaded | Daniel Stenberg | |
Previously there was wording that made people uncertain of the exact rules. Feedback by: Julien Royer and Georg Lippitsch URL: http://curl.haxx.se/mail/lib-2011-09/0357.html | |||
2011-09-28 | curl_easy_setopt: Added scp and sftp to the URL section | Dan Fandrich | |
2011-09-28 | curl_easy_setopt: A brief tidy up | Steve Holme | |
Slight rewording of the CURLOPT_URL SMTP sub-section. Corrected the incorrect use of hyphens on the three uses of "zero-terminated" with "zero terminated" to match the rest of the document. Corrected the use of an out of place hyphen in CURLOPT_NOPROXY section. | |||
2011-09-28 | SSL session sharing support added | Alejandro Alvarez | |
With locking, plus test, plus documentation | |||
2011-09-28 | multi docs: extended the multi_socket API description | Daniel Stenberg | |
2011-09-27 | Added SPNEGO to NetWare build. | Guenter Knauf | |
2011-09-26 | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse | |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse | |
Allow (*curl_write_callback) write callbacks to return CURL_WRITEFUNC_OUT_OF_MEMORY to properly indicate libcurl of OOM conditions inside the callback itself. | |||
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg | |
If a socket is larger than FD_SETSIZE, avoid using FD_SET() on the platforms where this is possible. Bug: http://curl.haxx.se/bug/view.cgi?id=3413274 Reported by: Tim Starling | |||
2011-09-25 | Fixed MinGW examples makefile. | Guenter Knauf | |
2011-09-25 | NetWare makefile tweaks to select different builds. | Guenter Knauf | |
2011-09-24 | Added header to be included by dist script. | Guenter Knauf | |
Probably the wrong place, but I dont know better. | |||
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 | |