aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-08add_next_timeout: minor restructure of codeDaniel Stenberg
2012-08-08verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg
2012-08-08metalink: Un-broke the build when building --with-darwinsslNick Zitzmann
2012-08-08Fix some compiler warnings.Guenter Knauf
2012-08-08TODO-RELEASE: two bugs fixedDaniel Stenberg
2012-08-08curl.1: minor format fix for --data-asciiDaniel Stenberg
2012-08-07curl man page cleanupAnt Bryan
2012-08-07Avoid leak of local device string when reusing connectionMike Crowe
2012-08-07Curl_socket_check: fix timeout return value for select usersDaniel Stenberg
2012-08-07Curl_socket_check: fix return code for timeoutMaxime Larocque
2012-08-07RELEASE-NOTES: synced with b4a558041fdf65c0Daniel Stenberg
2012-08-07TODO-RELEASE: fixed another bugDaniel Stenberg
2012-08-07WSAPoll: disabled on all windows buildsDaniel Stenberg
2012-08-07retry request: only access the HTTP data if in fact HTTPDaniel Stenberg
2012-08-07TODO: support DANE, we already support gnutls without gcryptDaniel Stenberg
2012-08-07curl-config: parentheses fixDaniel Stenberg
2012-08-07VC build: add define for opensslDaniel Stenberg
2012-08-07TODO-RELEASE: two bugs fixed!Daniel Stenberg
2012-08-07globbing: fix segfault when >9 globs were usedDaniel Stenberg
2012-08-07sws: close sockets properlyJoe Mason
2012-08-07Remove debug logs that were accidentally checked inJoe Mason
2012-08-07Use select in sws, which has better cross-platform support than pollJoe Mason
2012-08-07Use cross-platform curlx_nonblock instead of fcntl in swsJoe Mason
2012-08-06operate: fix clang-analyzer warnings for never read variablesDaniel Stenberg
2012-08-06operate: fix clang-analyzer warningDaniel Stenberg
2012-08-06metalink: change code order to build with gnutls-nettleDaniel Stenberg
2012-08-06gtls: fix build failure by including nettle-specific headersDaniel Stenberg
2012-08-06Fixed compiler warning - argument is type long.Guenter Knauf
2012-08-06DISABLED: disable the new tests that do NTLMDaniel Stenberg
2012-08-03Add tests of auth retriesJoe Mason
2012-08-03Cleanup handshake after clean NTLM failureJoe Mason
2012-08-03Zero out auth structs before transferJoe Mason
2012-08-02Add a polling loop in main to read from more than one socket at once. Add the...Joe Mason
2012-08-02Change return values of get_request, accept_connection and service_connection...Joe Mason
2012-08-02Hoist the loop out of get_request, and make sure that it can be reentered whe...Joe Mason
2012-08-02Move blocks of code from the sws main loop into their own functions for easie...Joe Mason
2012-08-02Remove the --fork option of sws, since it makes refactoring to use poll more ...Joe Mason
2012-07-30file: use fdopen() for uploaded files if availableKamil Dudka
2012-07-29Added DWANT_IDN_PROTOTYPES define for MSVC too.Guenter Knauf
2012-07-29Added Win32 problems.Guenter Knauf
2012-07-29Added hint to read docs/INSTALL too.Guenter Knauf
2012-07-29Added new file to distro.Guenter Knauf
2012-07-28TODO: Updated after 7.27.0 releaseSteve Holme
2012-07-28TODO-RELEASE: updated after 7.27.0 releaseDaniel Stenberg
2012-07-28THANKS: 12 new contributors from the 7.27.0 releaseDaniel Stenberg
2012-07-27version bump: start towards next releaseDaniel Stenberg
2012-07-27Fixed compiler warning 'unused parameter'.Guenter Knauf
2012-07-27Added prototypes to kill compiler warning.Guenter Knauf
2012-07-27Added --with-winidn to configure.Guenter Knauf
2012-07-27Update man page info on --metalink and typo.Ant Bryan