Age | Commit message (Expand) | Author |
2011-06-02 | compiler warning: fix | Yang Tse |
2011-05-18 | CLOSESOCKETFUNCTION: added | Daniel Stenberg |
2011-05-05 | set_userpass: convert from protocol-specific to generic | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-05-05 | SSL: check for SSL, not specific protocols | Daniel Stenberg |
2011-04-28 | proxy: allow socks:// prefix in proxy string | 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-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-05 | return code cleanup: build, init and run-time errors | Daniel Stenberg |
2011-04-05 | FTP+proxy: macrofied functions when proxy disabled | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-02-07 | Curl_gmtime: added a portable gmtime | 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-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 |