| Commit message (Expand) | Author | Age | Files | Lines |
* | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg | 2008-01-05 | 3 | -12/+1 |
* | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg | 2008-01-04 | 3 | -27/+97 |
* | 'false' and 'true' are not built-ins on most compilers. | Gisle Vanem | 2008-01-03 | 2 | -4/+4 |
* | - I fixed two cases of missing return code checks when handling chunked | Daniel Stenberg | 2008-01-02 | 1 | -6/+12 |
* | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg | 2008-01-02 | 4 | -21/+63 |
* | Dmitry Kurochkin mentioned a flaw | Daniel Stenberg | 2007-12-26 | 1 | -1/+1 |
* | added missing semicolon fromn last commit. | Gunter Knauf | 2007-12-25 | 1 | -1/+1 |
* | Gary Maxwell filed bug report #1856628 | Daniel Stenberg | 2007-12-24 | 1 | -0/+3 |
* | MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP, | Yang Tse | 2007-12-18 | 1 | -0/+14 |
* | pollfd struct and WSA_poll fixes for Windows Vista already present in CVS | Yang Tse | 2007-12-18 | 1 | -8/+0 |
* | Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and | Daniel Stenberg | 2007-12-17 | 1 | -0/+8 |
* | David Wright filed bug report #1849764 | Daniel Stenberg | 2007-12-13 | 1 | -10/+12 |
* | Andrew Moise filed bug report #1847501 | Daniel Stenberg | 2007-12-09 | 1 | -1/+1 |
* | Removed building 'libcurl_wc.lib' as this isn't a static-library | Gisle Vanem | 2007-12-09 | 1 | -16/+9 |
* | All static functions that were previously name Curl_* something no longer | Daniel Stenberg | 2007-12-08 | 11 | -185/+185 |
* | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg | 2007-12-05 | 1 | -3/+5 |
* | Fix compiler warning: variable may be used uninitialized | Yang Tse | 2007-12-04 | 1 | -1/+1 |
* | Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified | Daniel Stenberg | 2007-12-03 | 1 | -0/+1 |
* | Now libcurl (built with OpenSSL) doesn't return error anymore if the remote | Daniel Stenberg | 2007-12-03 | 1 | -53/+84 |
* | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg | 2007-12-02 | 3 | -14/+35 |
* | A bug report on the curl-library list showed a HTTP Digest session going on | Daniel Stenberg | 2007-11-29 | 1 | -4/+4 |
* | Fixed the resumed FTP upload loop to not require that the read callback | Daniel Stenberg | 2007-11-29 | 1 | -4/+5 |
* | include the libssh2 return code in the output for these failures to ease | Daniel Stenberg | 2007-11-29 | 1 | -2/+2 |
* | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg | 2007-11-24 | 3 | -9/+5 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 16 | -436/+398 |
* | Make the do_complete() function not get called until the DO actually is | Daniel Stenberg | 2007-11-21 | 1 | -2/+6 |
* | While inspecting the Negotiate code, I noticed how the proxy auth was using | Daniel Stenberg | 2007-11-20 | 2 | -14/+22 |
* | white space changes only to clean up indent and source width | Daniel Stenberg | 2007-11-20 | 3 | -9/+15 |
* | remove the unconditional enabling of cookies if you set a share to use! | Daniel Stenberg | 2007-11-20 | 1 | -7/+3 |
* | a bunch of new comments | Daniel Stenberg | 2007-11-20 | 1 | -29/+29 |
* | fix the treatment of the parameter-based precision, as in "%.*s%s" as | Daniel Stenberg | 2007-11-20 | 1 | -1/+4 |
* | I think this is the right fix for other non-OpenSSL libs, based on the NSS fix | Daniel Stenberg | 2007-11-19 | 1 | -0/+2 |
* | removed now obsolete defines; | Gunter Knauf | 2007-11-18 | 1 | -4/+2 |
* | Rob Crittenden fixed SSL connections with NSS done with the multi-interface | Daniel Stenberg | 2007-11-18 | 1 | -0/+1 |
* | Fix unsigned integral math check in add_buffer_send() | Yang Tse | 2007-11-16 | 1 | -1/+1 |
* | Ates Goral identified a problem in http.c:add_buffer_send() when a debug | Daniel Stenberg | 2007-11-15 | 1 | -9/+22 |
* | removed unnecessary check from add_buffer_send() that only was made within | Daniel Stenberg | 2007-11-15 | 1 | -10/+10 |
* | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg | 2007-11-15 | 8 | -148/+139 |
* | Make the Transfer() function return earlier without doing any initializations | Daniel Stenberg | 2007-11-15 | 1 | -10/+10 |
* | use the existing variable instead | Daniel Stenberg | 2007-11-14 | 1 | -5/+6 |
* | Fix how TFTP connections are treated when re-used, if the SessionHandle has | Daniel Stenberg | 2007-11-14 | 1 | -4/+5 |
* | Fix a variable potential wrapping in add_buffer() when using absolutely | Yang Tse | 2007-11-14 | 1 | -1/+20 |
* | Fixed a remaining problem with doing SFTP directory listings on a re-used | Daniel Stenberg | 2007-11-12 | 2 | -33/+33 |
* | comment language | Daniel Stenberg | 2007-11-12 | 1 | -3/+3 |
* | Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was | Daniel Stenberg | 2007-11-12 | 1 | -6/+11 |
* | oops, fixed build when CURL_LIBSSH2_DEBUG is defined | Daniel Stenberg | 2007-11-12 | 1 | -4/+4 |
* | Some versions of winsock2.h have pollfd struct and constants | Yang Tse | 2007-11-10 | 1 | -1/+4 |
* | Fix compiler warning: integral size mismatch in argument | Yang Tse | 2007-11-08 | 1 | -1/+1 |
* | Define WIN32 when build target is Win32 API. | Yang Tse | 2007-11-08 | 1 | -6/+4 |
* | Fix compiler warning: may be used uninitialized | Yang Tse | 2007-11-08 | 1 | -1/+1 |