Age | Commit message (Expand) | Author |
2012-08-06 | DISABLED: disable the new tests that do NTLM | Daniel Stenberg |
2012-08-03 | Add tests of auth retries | Joe Mason |
2012-08-03 | Cleanup handshake after clean NTLM failure | Joe Mason |
2012-08-03 | Zero out auth structs before transfer | Joe Mason |
2012-08-02 | Add a polling loop in main to read from more than one socket at once. Add the... | Joe Mason |
2012-08-02 | Change return values of get_request, accept_connection and service_connection... | Joe Mason |
2012-08-02 | Hoist the loop out of get_request, and make sure that it can be reentered whe... | Joe Mason |
2012-08-02 | Move blocks of code from the sws main loop into their own functions for easie... | Joe Mason |
2012-08-02 | Remove the --fork option of sws, since it makes refactoring to use poll more ... | Joe Mason |
2012-07-30 | file: use fdopen() for uploaded files if available | Kamil Dudka |
2012-07-29 | Added DWANT_IDN_PROTOTYPES define for MSVC too. | Guenter Knauf |
2012-07-29 | Added Win32 problems. | Guenter Knauf |
2012-07-29 | Added hint to read docs/INSTALL too. | Guenter Knauf |
2012-07-29 | Added new file to distro. | Guenter Knauf |
2012-07-28 | TODO: Updated after 7.27.0 release | Steve Holme |
2012-07-28 | TODO-RELEASE: updated after 7.27.0 release | Daniel Stenberg |
2012-07-28 | THANKS: 12 new contributors from the 7.27.0 release | Daniel Stenberg |
2012-07-27 | version bump: start towards next release | Daniel Stenberg |
2012-07-27 | Fixed compiler warning 'unused parameter'. | Guenter Knauf |
2012-07-27 | Added prototypes to kill compiler warning. | Guenter Knauf |
2012-07-27 | Added --with-winidn to configure. | Guenter Knauf |
2012-07-27 | Update man page info on --metalink and typo. | Ant Bryan |
2012-07-27 | RELEASE-NOTES: remove mentioned of bug never in a release | Daniel Stenberg |
2012-07-27 | RELEASE-NOTES: synced with 33b815e894fb | Daniel Stenberg |
2012-07-26 | Changed Windows IDN text to 'WinIDN'. | Guenter Knauf |
2012-07-25 | darwinssl: fixed freeze involving the multi interface | Nick Zitzmann |
2012-07-25 | Added support for tls-srp to MinGW builds. | Guenter Knauf |
2012-07-24 | curl_easy_setopt: fix typo | Daniel Stenberg |
2012-07-22 | keepalive: multiply value for OS-specific units | Daniel Stenberg |
2012-07-22 | http: print reason phrase from HTTP status line on error | Kamil Dudka |
2012-07-22 | tool_operate: fix misplaced initialization of orig_noprogress | Kamil Dudka |
2012-07-21 | Client's "qop" value should not be quoted (RFC2617, section 3.2.2). | Anton Yabchinskiy |
2012-07-21 | Fixed typo. | Guenter Knauf |
2012-07-20 | make: make distclean work again | Daniel Stenberg |
2012-07-20 | test Makefile: only feature 'unit' once in the list of dirs | Daniel Stenberg |
2012-07-20 | Fixed some typos in documentation | Dan Fandrich |
2012-07-20 | Fixed CR issue with Win32 version on MSYS. | Guenter Knauf |
2012-07-20 | Fixed CR issue with Win32 version on MSYS. | Guenter Knauf |
2012-07-20 | Fixed MSYS <-> Windows path convertion. | Guenter Knauf |
2012-07-19 | Follow-up fix to detect SSL libs with MinGW. | Guenter Knauf |
2012-07-17 | Tell git to not convert configure-related files. | Guenter Knauf |
2012-07-17 | Trial to teach runtests.pl about WinSSL. | Guenter Knauf |
2012-07-17 | Fixed warning 'uninitialized value in numeric gt'. | Guenter Knauf |
2012-07-15 | RELEASE-NOTES: synced with 9d11716933616 | Daniel Stenberg |
2012-07-15 | multi_runsingle: added precaution against easy_conn NULL pointer | Daniel Stenberg |
2012-07-15 | getparam: fix the GetStr() macro | Daniel Stenberg |
2012-07-15 | Tell git to not convert configure-related files. | Guenter Knauf |
2012-07-13 | parse_proxy: remove dead assignment | Daniel Stenberg |
2012-07-13 | ftp_do_more: add missing check of return code | Daniel Stenberg |
2012-07-13 | getinfo: use va_end and cut off Curl_ from static funcs | Daniel Stenberg |