summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* transfer: avoid unnecessary timeout event when waiting for 100-continueKamil Dudka2011-12-252-1/+3
* transfer.c: move a logging statement placementYang Tse2011-12-251-2/+2
* hash.c: fix OOM triggered segfaultYang Tse2011-12-251-0/+3
* ftp_do_more: don't return success until all is doneDaniel Stenberg2011-12-241-2/+0
* Curl_do_more: fix typo logicDaniel Stenberg2011-12-241-1/+1
* SFTP mkdir: use correct permissionDaniel Stenberg2011-12-241-1/+1
* buildconf: minor tweaks commit 430527a1 follow-upYang Tse2011-12-231-0/+2
* Require a less ancient version of perlColin Hogben2011-12-231-1/+1
* resolve: don't leak pre-populated dns entriesDaniel Stenberg2011-12-233-12/+29
* new test: verify --resolveDaniel Stenberg2011-12-232-1/+57
* testcurl.pl: temporary changeYang Tse2011-12-231-2/+3
* operate: removed a single trailing spaceDaniel Stenberg2011-12-211-1/+1
* --retry: Retry transfers on timeout and DNS errorsDan Fandrich2011-12-211-1/+4
* buildconf: minor tweaksYang Tse2011-12-211-60/+64
* formdata.c: OOM handling fixesYang Tse2011-12-211-65/+111
* TODO: 1.7 Happy Eyeball dual stack connectDaniel Stenberg2011-12-211-0/+14
* runtests.pl: Fixed perl warning when using the -l optionDan Fandrich2011-12-201-2/+2
* RELEASE-NOTES: added two referencesDaniel Stenberg2011-12-201-2/+4
* Curl_socket_check: enlarge poll struct array to 3Daniel Stenberg2011-12-201-1/+1
* RELEASE-NOTES: synced with 380bade777Daniel Stenberg2011-12-201-1/+14
* TODO: remove active FTP from section 2.1Daniel Stenberg2011-12-201-1/+0
* libcurl docs: add the new FTP accept option + errorsDaniel Stenberg2011-12-202-0/+10
* timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg2011-12-204-35/+42
* libcurl-tutorial.3: curl doesn't sent pragma no-cacheDaniel Stenberg2011-12-201-4/+0
* libcurl-multi.3: active FTP is no longer blocking!Daniel Stenberg2011-12-201-1/+0
* FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg2011-12-203-10/+11
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-205-40/+62
* FTP: perform active connections non-blockingGokhan Sengun2011-12-2020-127/+361
* sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg2011-12-202-21/+66
* curl.h: add __ANDROID__ macro checkCeĢdric Deltheil2011-12-201-1/+1
* lib500: verify timers relative each otherDaniel Stenberg2011-12-201-0/+31
* Curl_pgrsTime: store now in an auto variableDaniel Stenberg2011-12-201-8/+9
* timer: restore PRETRANSFER timingDaniel Stenberg2011-12-201-1/+1
* libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAMBernhard Reutner-Fischer2011-12-201-2/+2
* gitignore: ignore the symbol versioning fileDaniel Stenberg2011-12-201-0/+1
* tutorial: remove CURLM_CALL_MULTI_PERFORM add sharingDaniel Stenberg2011-12-201-4/+14
* configure: add symbols versioning optionAlessandro Ghedini2011-12-194-2/+74
* Use Curl_ssl_connect for non-blocking connect fallbackSven Wegener2011-12-191-2/+1
* RELEASE-NOTES: synced with af9bc1604c1Daniel Stenberg2011-12-191-25/+53
* curl.1: minor white space cleanupDaniel Stenberg2011-12-191-6/+6
* docs: improve description of the --capath optionAlessandro Ghedini2011-12-191-7/+9
* DOCS: Added SMTP information to CURLOPT_INFILESIZESteve Holme2011-12-191-0/+3
* Curl_proxyCONNECT: use newlines in debug outputDaniel Stenberg2011-12-191-2/+2
* curl -F: fix multiple file upload with custom typeDaniel Stenberg2011-12-162-34/+22
* New test for multiple file uploadColin Hogben2011-12-161-0/+83
* configure: libtool 1.5 tweaksYang Tse2011-12-155-28/+88
* Correct substitution var namesColin Hogben2011-12-151-2/+2
* Correct default upload mimetype in manualColin Hogben2011-12-151-1/+1
* docs: fix typo in curl_easy_setopt manpageAlessandro Ghedini2011-12-151-1/+1
* if2ip.[ch]: fix compilation with MinGWYang Tse2011-12-132-14/+14