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