| Commit message (Expand) | Author | Age | Files | Lines |
* | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg | 2008-01-21 | 1 | -1/+1 |
* | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg | 2008-01-16 | 1 | -74/+74 |
* | Woops, partly revert my previous commit and do it slightly differently instead. | Daniel Stenberg | 2008-01-15 | 1 | -7/+2 |
* | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg | 2008-01-15 | 1 | -8/+8 |
* | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg | 2008-01-10 | 1 | -0/+18 |
* | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg | 2008-01-08 | 1 | -0/+7 |
* | more SOCKS5_HOSTNAME adjustments from Richard Atterer | Daniel Stenberg | 2008-01-06 | 1 | -1/+1 |
* | make sure CURLPROXY_SOCKS5_HOSTNAME is taken care of as well | Daniel Stenberg | 2008-01-06 | 1 | -2/+4 |
* | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg | 2008-01-05 | 1 | -8/+0 |
* | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg | 2008-01-04 | 1 | -0/+8 |
* | 'false' and 'true' are not built-ins on most compilers. | Gisle Vanem | 2008-01-03 | 1 | -2/+2 |
* | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg | 2008-01-02 | 1 | -4/+8 |
* | Dmitry Kurochkin mentioned a flaw | Daniel Stenberg | 2007-12-26 | 1 | -1/+1 |
* | All static functions that were previously name Curl_* something no longer | Daniel Stenberg | 2007-12-08 | 1 | -38/+38 |
* | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg | 2007-12-02 | 1 | -0/+17 |
* | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg | 2007-11-24 | 1 | -1/+1 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -48/+38 |
* | Make the do_complete() function not get called until the DO actually is | Daniel Stenberg | 2007-11-21 | 1 | -2/+6 |
* | remove the unconditional enabling of cookies if you set a share to use! | Daniel Stenberg | 2007-11-20 | 1 | -7/+3 |
* | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg | 2007-11-15 | 1 | -3/+72 |
* | 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 |
* | Fix compiler warning: integral size mismatch in argument | Yang Tse | 2007-11-08 | 1 | -1/+1 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -96/+96 |
* | Fixed an OOM problem with file: URLs | Dan Fandrich | 2007-10-30 | 1 | -4/+6 |
* | typecast to prevent compiler warning | Yang Tse | 2007-10-26 | 1 | -1/+1 |
* | Don't assume there's a sessionhandle around when a connection is disconnected, | Daniel Stenberg | 2007-10-25 | 1 | -3/+1 |
* | Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out | Daniel Stenberg | 2007-10-23 | 1 | -7/+11 |
* | Michal Marek forwarded the bug report | Daniel Stenberg | 2007-10-22 | 1 | -0/+16 |
* | Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points out | Daniel Stenberg | 2007-10-22 | 1 | -5/+13 |
* | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse | 2007-10-20 | 1 | -3/+3 |
* | Fix compiler warning: conversion from "int" to "unsigned short" may lose sign... | Yang Tse | 2007-10-20 | 1 | -1/+1 |
* | Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0 | Patrick Monnerat | 2007-10-18 | 1 | -5/+13 |
* | Avoid a NULL pointer dereference in an OOM condition. | Dan Fandrich | 2007-10-18 | 1 | -1/+1 |
* | Fix overflow detection, take four. Avoiding zero size malloc. | Yang Tse | 2007-10-17 | 1 | -2/+2 |
* | Fix overflow detection, thanks to Patrick Monnerat detecting test | Yang Tse | 2007-10-17 | 1 | -2/+3 |
* | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse | 2007-10-17 | 1 | -18/+10 |
* | ANSI C compliant overflow check | Yang Tse | 2007-10-16 | 1 | -4/+2 |
* | Fixed compiler warning re: unused variable `bigsize' | Dan Fandrich | 2007-10-16 | 1 | -1/+3 |
* | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat | 2007-10-15 | 1 | -5/+64 |
* | Fix LDAP compile error when LDAP is not available. | Dan Fandrich | 2007-10-15 | 1 | -1/+1 |
* | Made a few more functions static with the protocol handler table in place. | Dan Fandrich | 2007-10-13 | 1 | -6/+7 |
* | another Curl_handler fix, the #ifdefs got a bit mixed up... | Daniel Stenberg | 2007-10-12 | 1 | -16/+14 |
* | Fixed a few compile errors and warnings. | Dan Fandrich | 2007-10-12 | 1 | -3/+3 |
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -289/+120 |
* | Michael Wallner made the CULROPT_COOKIELIST option support a new magic | Daniel Stenberg | 2007-10-05 | 1 | -24/+40 |
* | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and | Daniel Stenberg | 2007-10-03 | 1 | -62/+77 |
* | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg | 2007-10-03 | 1 | -1/+8 |
* | Fix compiler warning | Yang Tse | 2007-10-02 | 1 | -1/+1 |
* | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich | 2007-09-27 | 1 | -25/+25 |