aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2010-12-09symbols-in-versions: CURLOPT_KEYPASSWD fixedDaniel Stenberg
2010-11-11HTTP Auth: Add CURLAUTH_ONLYDaniel Stenberg
2010-11-09symbols-in-version: add CURL_SOCKET_BADDaniel Stenberg
2010-11-08CURLOPT_RESOLVE: documentedDaniel Stenberg
2010-11-08CURLOPT_USE_SSL: move from FTP options to connection optionsDaniel Stenberg
2010-11-04CURLOPT_NOSIGNAL: add blurb about SIGPIPEDaniel Stenberg
2010-11-03symbols-in-versions: added 119 missing symbolsDaniel Stenberg
2010-11-02symbols-in-versions: added missing symbolsDaniel Stenberg
2010-11-02spellfix: CURLOPT_TFTP_BLKSIZE it isDaniel Stenberg
2010-10-19curl_easy_setopt.3: spellfixDaniel Stenberg
2010-10-19curl_easy_setopt.3: CURLOPT_USE_SSL is not just for FTPDaniel Stenberg
2010-10-14curl_easy_setopt.3: clarify CURLOPT_CRLFDaniel Stenberg
2010-10-12Added section on server-supplied names to security considerationsDan Fandrich
2010-10-07libcurl.m4: AC_PATH_PROG fixesDan Locks
2010-10-04libcurl.m4: mention argument is PREFIXDaniel Stenberg
2010-10-01curl_easy_setopt.3: CURLOPT_DIRLISTONLY implies dir listDaniel Stenberg
2010-08-28CURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCHDaniel Stenberg
2010-08-23Mention PolarSSL in tutorial & add some URLs to INSTALLDan Fandrich
2010-08-23RESUME_FROM: clarify what ftp uploads doDaniel Stenberg
2010-08-10multi_socket_action: clarify how to kickstart itDaniel Stenberg
2010-08-07curl_easy_setopt.3: rename stream to userdataDaniel Stenberg
2010-07-30KNOWN_BUG: The SOCKET type in Win64 is 64 bitsDaniel Stenberg
2010-06-05getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier
2010-05-16ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka
2010-05-13updated with symbols added in recent commits for 7.21.0Daniel Stenberg
2010-05-12ftp wildcards: mention they're added in 7.21.0Daniel Stenberg
2010-05-12syntax: cleanupsDaniel Stenberg
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-04-26progress callback: can be called more than once per secDaniel Stenberg
2010-04-14IGNORE: files generated by maketgzDaniel Stenberg
2010-04-12refer to CURLMOPT_TIMERFUNCTION for multi_socket usersDaniel Stenberg
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-03-24Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-04Julien Chaffraix clarified CURLOPT_HEADERFUNCTION and madeDaniel Stenberg
2010-02-21TFTP transfers are not blocking since 7.20.0Daniel Stenberg
2010-02-20- Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg
2010-02-16replaced tabs with spacesYang Tse
2010-02-14removed trailing whitespaceYang Tse
2010-02-13- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4Daniel Stenberg
2010-02-03more symbols added in 7.20.0Daniel Stenberg
2010-02-01We introduce a loop in lib/multi.c around all calls to multi_runsingle() andDaniel Stenberg
2010-01-28Chris Conroy's RTSP followup fixesYang Tse
2010-01-26no need to take precautiono for how things were before 7.16.0 since thatDaniel Stenberg
2010-01-22cleanups by Julien ChaffraixDaniel Stenberg
2010-01-22expanded to provide info about the newer protocols tooDaniel Stenberg
2010-01-22s/RTPFUNCTION/INTERLEAVEFUNCTION/Daniel Stenberg
2010-01-22keep lines shorter than 80 columns, and reduce/remove the use of the wordDaniel Stenberg
2010-01-21Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg
2010-01-06Julien Chaffraix fixed so that the fragment part in an URL is not sent to the...Claes Jakobsson