aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-27RELEASE-NOTES: remove mentioned of bug never in a releaseDaniel Stenberg
2012-07-27RELEASE-NOTES: synced with 33b815e894fbDaniel Stenberg
2012-07-26Changed Windows IDN text to 'WinIDN'.Guenter Knauf
2012-07-25darwinssl: fixed freeze involving the multi interfaceNick Zitzmann
2012-07-25Added support for tls-srp to MinGW builds.Guenter Knauf
2012-07-24curl_easy_setopt: fix typoDaniel Stenberg
2012-07-22keepalive: multiply value for OS-specific unitsDaniel Stenberg
2012-07-22http: print reason phrase from HTTP status line on errorKamil Dudka
2012-07-22tool_operate: fix misplaced initialization of orig_noprogressKamil Dudka
2012-07-21Client's "qop" value should not be quoted (RFC2617, section 3.2.2).Anton Yabchinskiy
2012-07-21Fixed typo.Guenter Knauf
2012-07-20make: make distclean work againDaniel Stenberg
2012-07-20test Makefile: only feature 'unit' once in the list of dirsDaniel Stenberg