aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-20FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg
2011-12-20non-blocking active FTP: cleanup multi state usageDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-20sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg
2011-12-20curl.h: add __ANDROID__ macro checkCeĢdric Deltheil
2011-12-20lib500: verify timers relative each otherDaniel Stenberg
2011-12-20Curl_pgrsTime: store now in an auto variableDaniel Stenberg
2011-12-20timer: restore PRETRANSFER timingDaniel Stenberg
2011-12-20libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAMBernhard Reutner-Fischer
2011-12-20gitignore: ignore the symbol versioning fileDaniel Stenberg
2011-12-20tutorial: remove CURLM_CALL_MULTI_PERFORM add sharingDaniel Stenberg
2011-12-19configure: add symbols versioning optionAlessandro Ghedini
2011-12-19Use Curl_ssl_connect for non-blocking connect fallbackSven Wegener
2011-12-19RELEASE-NOTES: synced with af9bc1604c1Daniel Stenberg
2011-12-19curl.1: minor white space cleanupDaniel Stenberg
2011-12-19docs: improve description of the --capath optionAlessandro Ghedini
2011-12-19DOCS: Added SMTP information to CURLOPT_INFILESIZESteve Holme
2011-12-19Curl_proxyCONNECT: use newlines in debug outputDaniel Stenberg
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