Age | Commit message (Expand) | Author |
2012-02-09 | add library support for tuning TCP_KEEPALIVE | Dave Reisner |
2012-01-24 | curl_easy_setopt.3: Fixed SEEKDATA & CLOSESOCKETDATA descriptions | Dan Fandrich |
2012-01-22 | CURLOPT_ACCEPTTIMEOUT_MS: spellfix | Daniel Stenberg |
2012-01-03 | curl_easy_setopt: refer to the most recent URI RFC | Daniel Stenberg |
2012-01-02 | curl_easy_strerror.3: minor synopsis edit of the look | Daniel Stenberg |
2011-12-20 | libcurl docs: add the new FTP accept option + errors | Daniel Stenberg |
2011-12-20 | libcurl-tutorial.3: curl doesn't sent pragma no-cache | Daniel Stenberg |
2011-12-20 | libcurl-multi.3: active FTP is no longer blocking! | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-20 | libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAM | Bernhard Reutner-Fischer |
2011-12-20 | tutorial: remove CURLM_CALL_MULTI_PERFORM add sharing | Daniel Stenberg |
2011-12-19 | DOCS: Added SMTP information to CURLOPT_INFILESIZE | Steve Holme |
2011-12-15 | docs: fix typo in curl_easy_setopt manpage | Alessandro Ghedini |
2011-12-12 | CURLOPT_INTERFACE: avoid resolving interfaces names | Jason Glasgow |
2011-12-05 | CURLOPT_CONNECTTIMEOUT: default is 300 seconds | Daniel Stenberg |
2011-12-05 | FTP: call opensocket callback properly | Daniel Stenberg |
2011-11-24 | symbols.pl: provide LIBCURL_HAS macro for apps | Daniel Stenberg |
2011-11-18 | CURLOPT_QUOTE: SFTP supports the '*'-prefix now | Daniel Stenberg |
2011-11-18 | SFTP: support '*' prefix for quote operations | Jonas Schnelli |
2011-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |
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 |
2011-10-24 | curl_easy_setopt.3: fix typo | Daniel Stenberg |
2011-10-24 | curl_easy_setopt: Added pop3 to CURLOPT_URL. | Steve Holme |
2011-10-20 | CURLM_CALL_MULTI_PERFORM: remove mention | Daniel Stenberg |
2011-10-16 | curl_multi_fdset: clarify the max_fd == -1 case | Daniel Stenberg |
2011-10-03 | m4: Use x in order to avoid variable 'x' set but not used [-Werror=unused-but... | Dominique Leuenberger |
2011-10-03 | share: don't use SSL unless enabled | Daniel Stenberg |
2011-09-30 | tutorial: clarify the handle sharing when treaded | Daniel Stenberg |
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 |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez |
2011-09-28 | multi docs: extended the multi_socket API description | Daniel Stenberg |
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 |
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg |
2011-09-18 | CURLOPT_URL docs: no need to mention function names | Daniel Stenberg |
2011-09-18 | CURLOPT_URL: Expanded URL description | Steve Holme |
2011-09-12 | Document NTLM winbind options (and caveats) | Dan Fandrich |
2011-08-26 | NTLM single-sign on adjustments (X) | Yang Tse |
2011-08-24 | docs: the next release is going to be 7.22.0 | Kamil Dudka |
2011-08-11 | curl_easy_cleanup: clarify the callback situation | Daniel Stenberg |
2011-08-08 | s/7.21.8/7.22.0 | Daniel Stenberg |
2011-08-03 | curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION | Kamil Dudka |
2011-08-03 | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac |
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 |
2011-06-23 | curl_formfree: clarify which pointer to free | Daniel Stenberg |
2011-06-13 | curl_formget.3: CURLFORM_STREAM has its drawbacks | Daniel Stenberg |
2011-06-10 | CURLOPT_WRITEHEADER: clarify the docs | Daniel Stenberg |