aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-23testcurl.pl: temporary changeYang Tse
2011-12-21operate: removed a single trailing spaceDaniel Stenberg
2011-12-21--retry: Retry transfers on timeout and DNS errorsDan Fandrich
2011-12-21buildconf: minor tweaksYang Tse
2011-12-21formdata.c: OOM handling fixesYang Tse
2011-12-21TODO: 1.7 Happy Eyeball dual stack connectDaniel Stenberg
2011-12-20runtests.pl: Fixed perl warning when using the -l optionDan Fandrich
2011-12-20RELEASE-NOTES: added two referencesDaniel Stenberg
2011-12-20Curl_socket_check: enlarge poll struct array to 3Daniel Stenberg
2011-12-20RELEASE-NOTES: synced with 380bade777Daniel Stenberg
2011-12-20TODO: remove active FTP from section 2.1Daniel Stenberg
2011-12-20libcurl docs: add the new FTP accept option + errorsDaniel Stenberg
2011-12-20timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg
2011-12-20libcurl-tutorial.3: curl doesn't sent pragma no-cacheDaniel Stenberg
2011-12-20libcurl-multi.3: active FTP is no longer blocking!Daniel Stenberg
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