Age | Commit message (Expand) | Author |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-18 | tftp.c: fix possible dereference of null pointer | Marc Hoersken |
2014-01-28 | TFTP: fix crash on time-out | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-07 | TFTP: let tftp_multi_statemach()'s return codes through | James Dury |
2013-08-22 | TFTP: make the CURLOPT_LOW_SPEED* options work | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-16 | tftp_rx: code style cleanup | Daniel Stenberg |
2012-11-16 | tftp_rx: handle resends | Christian Vogt |
2012-06-10 | Curl_pgrsDone: return int and acknowledge return code | Daniel Stenberg |
2012-01-12 | hostip: avoid getaddrinfo when c-ares is used | Daniel Stenberg |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
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 |