| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich | 2008-09-29 | 1 | -1/+0 |
* | Removed some redundant type casts | Dan Fandrich | 2008-09-02 | 1 | -1/+1 |
* | Undo using the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse | 2008-07-30 | 1 | -5/+8 |
* | fix compiler warning: comparison between signed and unsigned | Yang Tse | 2008-07-21 | 1 | -1/+1 |
* | Use the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse | 2008-07-21 | 1 | -7/+7 |
* | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg | 2008-02-11 | 1 | -7/+19 |
* | Fixed unused variable warning. | Dan Fandrich | 2008-02-11 | 1 | -3/+2 |
* | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg | 2008-02-07 | 1 | -6/+11 |
* | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg | 2008-01-15 | 1 | -15/+15 |
* | fix compiler warning | Yang Tse | 2008-01-09 | 1 | -2/+3 |
* | All static functions that were previously name Curl_* something no longer | Daniel Stenberg | 2007-12-08 | 1 | -17/+17 |
* | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg | 2007-11-24 | 1 | -4/+0 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -10/+10 |
* | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg | 2007-11-15 | 1 | -4/+0 |
* | 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 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -9/+9 |
* | fix the check | Daniel Stenberg | 2007-10-25 | 1 | -4/+6 |
* | Fixed a TFTP memory leak. Enabled test 2003 to verify this. | Daniel Stenberg | 2007-10-25 | 1 | -1/+5 |
* | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse | 2007-10-17 | 1 | -6/+6 |
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -4/+68 |
* | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg | 2007-10-04 | 1 | -3/+4 |
* | TFTP now reports the "not defined" TFTP error code 0 as an error, | Dan Fandrich | 2007-09-07 | 1 | -1/+6 |
* | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | 2007-08-30 | 1 | -3/+3 |
* | Added lots of consts | Dan Fandrich | 2007-08-29 | 1 | -5/+4 |
* | remove unused field in the state struct | Daniel Stenberg | 2007-06-12 | 1 | -1/+0 |
* | Song Ma filed bug report #1724016 | Daniel Stenberg | 2007-05-24 | 1 | -0/+4 |
* | better fix for the dl/ul counters | Daniel Stenberg | 2007-05-18 | 1 | -5/+9 |
* | Feng Tu reported that curl -w did wrong on TFTP transfers in | Daniel Stenberg | 2007-05-18 | 1 | -3/+6 |
* | bail out with error codes on failures | Daniel Stenberg | 2007-05-18 | 1 | -2/+6 |
* | Feng Tu pointed out a division by zero error in the TFTP connect timeout | Daniel Stenberg | 2007-05-17 | 1 | -0/+4 |
* | Fixed some out of memory handling issues. | Dan Fandrich | 2007-04-11 | 1 | -3/+8 |
* | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse | 2007-03-26 | 1 | -1/+1 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -8/+1 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 1 | -8/+8 |
* | fix for millisecond resolution timeouts | Yang Tse | 2007-02-06 | 1 | -2/+4 |
* | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg | 2007-02-05 | 1 | -1/+1 |
* | compiler warning fix | Yang Tse | 2007-02-05 | 1 | -1/+1 |
* | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg | 2007-01-16 | 1 | -3/+7 |
* | Fixed a small memory leak in tftp uploads discovered by curl's memory leak | Dan Fandrich | 2007-01-16 | 1 | -5/+5 |
* | Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using the | Daniel Stenberg | 2006-11-09 | 1 | -21/+43 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -7/+7 |
* | Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. | Gisle Vanem | 2006-08-30 | 1 | -1/+1 |
* | Watcom lacks <sys/time.h>. | Gisle Vanem | 2006-08-29 | 1 | -0/+2 |
* | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | 2006-08-19 | 1 | -2/+2 |
* | Winsock and Cygwin need address family specification before bind(), this shou... | Yang Tse | 2006-07-29 | 1 | -6/+1 |
* | Fix compiler warnings | Yang Tse | 2006-07-19 | 1 | -7/+7 |
* | oops, could return an uninitialized variable | Daniel Stenberg | 2006-05-09 | 1 | -1/+1 |
* | check more return codes and skip the initial slash in given file names | Daniel Stenberg | 2006-05-08 | 1 | -26/+42 |
* | no longer uses errno but Curl_sockerrno() and now acknowledges return codes | Daniel Stenberg | 2006-05-08 | 1 | -46/+48 |