Age | Commit message (Expand) | Author |
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-12-04 | fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-12-02 | fix compiler warning: statement is not reachable | Yang Tse |
2010-12-01 | fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-11-28 | atoi: remove atoi usage | Yang Tse |
2010-11-26 | ftp: fix 'bool' data type implementation dependant usage | Yang Tse |
2010-11-13 | urldata: Capitalize enum protect_level values. | Julien Chaffraix |
2010-11-13 | security: tighten enum protection_level usage. | Julien Chaffraix |
2010-11-09 | ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT | Kamil Dudka |
2010-11-08 | ftp: close connection as soon as ABOR has been sent | Kamil Dudka |
2010-10-29 | ftp: prevent server from hanging on closed data connection | Kamil Dudka |
2010-10-20 | Lightened the stack in wc_statemach to permit deeper recursion | Dan Fandrich |
2010-10-02 | krb5-gssapi: Delete the GSS-API context. | Julien Chaffraix |
2010-09-28 | security.c: Remove Curl_sec_fflush_fd. | Julien Chaffraix |
2010-09-28 | security.c: Fix Curl_sec_login after rewrite. | Julien Chaffraix |
2010-09-18 | FTP: fix bad check of Curl_timeleft() return code | Daniel Stenberg |
2010-08-10 | parse_remote_port: fix ;type= URL suffix over HTTP proxy | Daniel Stenberg |
2010-07-18 | ftp: response timeout bug in "quote" sending | Jan Van Boghout |
2010-06-24 | ftp-wildcard: avoid tight loop when used without any pattern | Pavel Raiskup |
2010-06-17 | Fixed an OOM memory leak in the FTP wildcard code | Dan Fandrich |
2010-06-09 | add Curl_ prefix to conform with cURL naming standards | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: external declaration in primary source file | Yang Tse |
2010-05-28 | lib: eliminate 'statement not reached' warnings | Kamil Dudka |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |
2010-04-16 | FTP PORT: Value stored to 'rc' is never read | Daniel Stenberg |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-04-16 | PASV response: Value stored to 'rc' is never read | Daniel Stenberg |
2010-04-16 | ftp_range: remove unnecessary check for NULL pointer | Daniel Stenberg |
2010-04-16 | FTP PASV: Value stored to 'rc' is never read | Daniel Stenberg |
2010-04-16 | ftp_range: Value stored to 'totalsize' is never read | Daniel Stenberg |
2010-04-09 | FTP quote commands prefixed with '*' now can fail without aborting | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-18 | another shot at the ftp_init() icc 9.1 optimizer issue | Yang Tse |
2010-03-02 | - Made the pingpong timeout code properly deal with the response timeout AND | Daniel Stenberg |
2010-02-24 | fix compiler warning | Yang Tse |
2010-02-05 | - attempt to workaround icc 9.1 optimizer issue | Yang Tse |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-02-02 | Fix compiler warning: conditional expression is constant | Yang Tse |
2010-02-02 | Julien Chaffraix pointed out a comment mistake, and I re-indented the code | Daniel Stenberg |
2010-01-29 | fix errno usage for WIN32 builds | Yang Tse |
2010-01-25 | make Curl_handler_*_proxy definition static | Yang Tse |
2010-01-22 | wrap long lines and do some indent policing | Daniel Stenberg |
2010-01-19 | - David McCreedy brought a fix and a new test case (129) to make libcurl work | Daniel Stenberg |
2010-01-01 | update copyright year since we are in 2010 now | Daniel Stenberg |
2010-01-01 | - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This | Daniel Stenberg |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-12-14 | Fix compiler warnings | Yang Tse |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg |