Age | Commit message (Expand) | Author |
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 |
2011-06-01 | CURLOPT_WILDCARDMATCH: minor style edit | Daniel Stenberg |
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 | socks proxy: allow socks5h:// prefix too | Daniel Stenberg |
2011-05-03 | curl_easy_getinfo.3: clarify some timing info | Daniel Stenberg |
2011-05-02 | curl_easy_setopt.3: clarify the SSH KEYFILE options usage | Daniel Stenberg |
2011-05-02 | docs: mention the protocol:// support in proxy strings | Daniel Stenberg |
2011-05-02 | url encode docs: mention '-', '.', '_' and '~' | Daniel Stenberg |
2011-04-30 | curl_formfree.3: mention argument may be NULL | Daniel Stenberg |