Age | Commit message (Expand) | Author |
2011-09-30 | Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37 | Yang Tse |
2011-09-29 | smtp_mail: fix memory leak | Daniel Stenberg |
2011-09-29 | smtp_mail: Added support to MAIL FROM for the optional SIZE parameter | Steve Holme |
2011-09-29 | curlverh.h: next release will be 7.23.0 | Daniel Stenberg |
2011-09-29 | RELEASE-NOTES: synced with 5898a6a09b211fc7e2 | 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 | configure openssl version check: handle lack of L suffix | Daniel Stenberg |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez |
2011-09-28 | curl tool: adjust header callback single call write limit warning | Yang Tse |
2011-09-28 | multi docs: extended the multi_socket API description | Daniel Stenberg |
2011-09-27 | tests/README: extended and reformatted | Daniel Stenberg |
2011-09-27 | configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol def | Albert Chin |
2011-09-27 | Added SPNEGO to NetWare build. | Guenter Knauf |
2011-09-26 | curl tool: fix a compiler warning | Yang Tse |
2011-09-26 | curl tool: fix some OOM handling - f4853db5 follow-up | Yang Tse |
2011-09-26 | curl tool: fix some OOM handling | Yang Tse |
2011-09-26 | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse |
2011-09-26 | Added unsigned char* to _curl_is_debug_cb. | Guenter Knauf |
2011-09-26 | smtp_connect: use defined buffer length for hostname | Steve Holme |
2011-09-25 | Curl_ntlm_create_type3_message: Tidied up the use of Curl_gethostname. | Steve Holme |
2011-09-25 | HOSTNAME_MAX: Moved to curl_gethostname.h | Steve Holme |
2011-09-25 | RELEASE-NOTES: synced with d2a47021c0a6 | Daniel Stenberg |
2011-09-25 | Q&D fix header inclusion order | Yang Tse |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse |
2011-09-25 | Changed some main makefile targets. | Guenter Knauf |
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-25 | POST: always set postfieldsize | Daniel Stenberg |
2011-09-24 | curl tool: fix a compiler warning | Yang Tse |
2011-09-24 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-24 | Added header to be included by dist script. | Guenter Knauf |
2011-09-24 | curl tool: fix some OOM handling issues | Yang Tse |
2011-09-24 | http header: allow Content-Length to be replaced | Daniel Stenberg |
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 | Curl_pgrsStartNow: keep HEADERS_OUT set | Daniel Stenberg |
2011-09-22 | curl tool: fix some OOM handling issues | Yang Tse |
2011-09-22 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-22 | Added NetWare examples makefile. | Guenter Knauf |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |
2011-09-21 | test 814: smtp without --mail-from | Daniel Stenberg |
2011-09-21 | smtp: without a MAIL_FROM, send blank MAIL FROM | Gisle Vanem |
2011-09-21 | lib/http: add missing whitespace in verbose output | Dave Reisner |
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 | curl tool: make my_setopt ignore curl_easy_setopt result again. | Yang Tse |