Age | Commit message (Expand) | Author |
2011-12-20 | tutorial: remove CURLM_CALL_MULTI_PERFORM add sharing | Daniel Stenberg |
2011-12-19 | curl.1: minor white space cleanup | Daniel Stenberg |
2011-12-19 | docs: improve description of the --capath option | Alessandro Ghedini |
2011-12-19 | DOCS: Added SMTP information to CURLOPT_INFILESIZE | Steve Holme |
2011-12-15 | Correct default upload mimetype in manual | Colin Hogben |
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-07 | FAQ: add --resolve details to question 3.19 | Daniel Stenberg |
2011-12-06 | Added some include files in a couple of example programs | Dan Fandrich |
2011-12-05 | CURLOPT_CONNECTTIMEOUT: default is 300 seconds | Daniel Stenberg |
2011-12-05 | progress function example: include timed interval | Rob Ward |
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 | THANKS: one new contributor in 7.23.1 | Daniel Stenberg |
2011-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |
2011-11-15 | THANKS: added 18 new contributors from 7.23.0 | Daniel Stenberg |
2011-11-14 | curl_easy_setopt arguments should be of type long in the examples | Dan Fandrich |
2011-10-30 | doc/curl.1: fix sentence with ending for -# option | Dave Reisner |
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 | KNOWN_BUGS: #74 fixed | Daniel Stenberg |
2011-10-20 | CURLM_CALL_MULTI_PERFORM: remove mention | Daniel Stenberg |
2011-10-17 | --epsv: fix typo | Daniel Stenberg |
2011-10-16 | curl_multi_fdset: clarify the max_fd == -1 case | Daniel Stenberg |
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 [-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-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 |
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg |
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 |
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 |