aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-16curl -F: fix multiple file upload with custom typeDaniel Stenberg
2011-12-16New test for multiple file uploadColin Hogben
2011-12-15configure: libtool 1.5 tweaksYang Tse
2011-12-15Correct substitution var namesColin Hogben
2011-12-15Correct default upload mimetype in manualColin Hogben
2011-12-15docs: fix typo in curl_easy_setopt manpageAlessandro Ghedini
2011-12-13if2ip.[ch]: fix compilation with MinGWYang Tse
2011-12-13connect.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse
2011-12-13if2ip.c: fix compiler warning 'unused parameter'Yang Tse
2011-12-13pop3.c: fix compiler warning variable may be used uninitializedYang Tse
2011-12-13if2ip.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse
2011-12-12CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow
2011-12-12RELEASE-NOTES: synced with 1259ccf7474Daniel Stenberg
2011-12-12ConnectionExists: Fix reuse for TLS upgraded connectionsSteve Holme
2011-12-09create_conn: don't switch to HTTP protocol if tunneling is enabledDaniel Stenberg
2011-12-07FAQ: add --resolve details to question 3.19Daniel Stenberg
2011-12-07Curl_closesocket: clear sock_accepted on closeGokhan Sengun
2011-12-07static SSL windows builds: add more libs to the linkDaniel Stenberg
2011-12-07multi interface: fix block when CONNECT_ONLY option is usedGokhan Sengun
2011-12-06Added some include files in a couple of example programsDan Fandrich
2011-12-06MakefileBuild: fix the static buildDaniel Stenberg
2011-12-06OpenSSL: check for the SSLv2 function in configureDaniel Stenberg
2011-12-05CURLOPT_CONNECTTIMEOUT: default is 300 secondsDaniel Stenberg
2011-12-05progress function example: include timed intervalRob Ward
2011-12-05RELEASE-NOTES: synced with 347f951c390Daniel Stenberg
2011-12-05SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5Daniel Stenberg
2011-12-05Curl_resolver_is_resolved: differentiate between host/proxy errorsDaniel Stenberg
2011-12-05c-ares: return proxy failure for all proxy typesDaniel Stenberg
2011-12-05FTP: close callback fixDaniel Stenberg
2011-12-05FTP: call opensocket callback properlyDaniel Stenberg
2011-12-05Curl_socket: internal replacement for socket()Daniel Stenberg
2011-12-04test: verify the opensocket callback for FTPDaniel Stenberg
2011-12-02CURLOPT_DNS_SERVERS: set name servers if possible (fix)Jason Glasgow
2011-12-02multi interface: only use non-NULL function pointer!Daniel Stenberg
2011-12-02multi: handle timeouts on DNS servers by checking for new socketsJason Glasgow
2011-12-01test 815: verify POP3 dot-first-on-line unescapingDaniel Stenberg
2011-12-01POP3: fixed escaped dot not being striped outSteve Holme
2011-11-30buildconf: follow-up for commit 7e02f7fdYang Tse
2011-11-30buildconf: fix libtool 1.5.x warnings triggered with autoconf 2.6x or laterYang Tse
2011-11-30RELEASE-NOTES: synced with 1038d0aa1Daniel Stenberg
2011-11-29pop3.c: fix compiler warningYang Tse
2011-11-29configure: avoid usage of macro PKG_CHECK_MODULESYang Tse
2011-11-29POP3: detect when LIST returns no mailsDaniel Stenberg
2011-11-29ftpserver: output CRLF in logsDaniel Stenberg
2011-11-29POP3: fix end of body detectionDaniel Stenberg
2011-11-28test: added POP3 test with dot-prefixed lineDaniel Stenberg
2011-11-27configure: fix to make older pkg-config play wellDaniel Stenberg
2011-11-25test 1211: FTP test to repeat bug #3429299Daniel Stenberg
2011-11-25configure: add support for pkg-config detection of libidnMark Brand
2011-11-25FTP tests 1206 - 1209: don't expect QUITDaniel Stenberg