Age | Commit message (Expand) | Author |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-13 | tftp.c: TFTP timeout and unexpected block adjustments | Marcin Adamski |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-04 | code style: space between close paren and open brace | Daniel Stenberg |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-11-10 | TFTP: resend the correct data | Rutger Hofman |
2010-09-26 | TFTP: re-indented the source code | Daniel Stenberg |
2010-09-26 | TFTP: Work around tftpd-hpa upload bug | Tim Newsome |
2010-09-03 | Trial to fix another compiler warning with braces. | Guenter Knauf |
2010-08-11 | warning: silence the compiler | Daniel Stenberg |
2010-06-09 | fix compiler warning using curl_socket_t to store socket descriptor | Yang Tse |
2010-06-08 | TFTP: fix compiler warning | Daniel Stenberg |
2010-06-08 | TFTP: fix warning for sendto() usage on non-POSIX systems | Daniel Stenberg |
2010-05-21 | TFTP: send legal timeout value | Daniel Stenberg |
2010-05-21 | TFTP: don't ack if wrong block num is received | Daniel Stenberg |
2010-05-21 | TFTP: block id wrap bug fix | Daniel Stenberg |
2010-05-18 | TFTP: send timeout option correctly | Daniel Stenberg |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-04-16 | tftp_rx: Value stored to 'sbytes' is never read | Daniel Stenberg |
2010-03-26 | Make rate-limitation logic smoother | Ben Greear |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-21 | Fix tftp return codes and tsize upload handling | Ben Greear |
2010-03-18 | fix warning about conversions between curl_off_t and long | Daniel Stenberg |
2010-03-06 | - Ben Greear brought a patch that fixed the rate limiting logic for TFTP when | Daniel Stenberg |
2010-03-01 | - Ben Greear provided an update for TFTP that fixes upload. | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-21 | make tftp_translate_code() static, it is only used from within tftp.c | Yang Tse |
2009-11-28 | s/socklen_t/curl_socklen_t/g | Yang Tse |
2009-11-28 | Fix compiler warning: unused variable `data' | Yang Tse |
2009-11-27 | - Markus Koetter provided a polished and updated version of Chad Monroe's TFTP | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-08-12 | - Carsten Lange reported a bug and provided a patch for TFTP upload and the | Daniel Stenberg |
2009-07-24 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-24 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | fixed brace error. | Gunter Knauf |
2009-07-23 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-05-28 | fix compiler warning: unused parameter | Yang Tse |