summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* - David Kierznowski notified us about a security flawcurl-7_19_4Daniel Stenberg2009-03-021-13/+22
* - Linus Nielsen Feltzing reported and helped me repeat and fix a problem withDaniel Stenberg2009-02-201-0/+4
* - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg2009-02-171-1/+4
* - CURLINFO_CONDITION_UNMET was added to allow an application to get to know ifDaniel Stenberg2009-02-111-0/+2
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-7/+1
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+9
* - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an appDaniel Stenberg2009-01-261-1/+3
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-0/+2
* spell-checked a bunch of commentsDaniel Stenberg2009-01-131-11/+11
* Created a CURLMIN macro to match CURLMAXDan Fandrich2009-01-071-1/+3
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+9
* - Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg2008-12-101-1/+2
* - Christian Krause filed bug #2221237Daniel Stenberg2008-12-081-0/+3
* explain the two *channel_inuse fields somewhat betterDaniel Stenberg2008-12-021-0/+4
* - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg2008-11-031-4/+3
* fix length of longest IPv6 address stringYang Tse2008-11-031-1/+2
* Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich2008-10-251-0/+4
* remove some spurious line-endingsYang Tse2008-10-171-2/+2
* - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg2008-10-161-1/+2
* - Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg2008-10-081-1/+2
* Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich2008-09-051-3/+6
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-0/+1
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-0/+4
* Made some variables constDan Fandrich2008-09-041-5/+5
* Adjust usage of conditional definition of USE_OPENSSLYang Tse2008-08-171-0/+6
* - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URLDaniel Stenberg2008-07-301-0/+3
* Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOSDan Fandrich2008-07-301-1/+2
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-0/+1
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-0/+2
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-0/+2
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-061-0/+5
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-9/+9
* Change the confusing two variables for the expect 100 continue stuff intoDaniel Stenberg2008-03-131-6/+10
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-3/+11
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-201-4/+0
* - Dmitry Kurochkin cleaned up the pipelining code and removed the need for andDaniel Stenberg2008-02-031-3/+0
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-311-13/+12
* Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg2008-01-211-1/+0
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-161-0/+5
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-151-0/+1
* I made the torture test on test 530 go through. This was actually due toDaniel Stenberg2008-01-151-1/+0
* Trying GnuTLS and OpenSSL together fails to compile in not soGisle Vanem2008-01-141-0/+3
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-0/+5
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-081-8/+17
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-3/+0
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-2/+4
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-021-0/+2
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-88/+64
* While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg2007-11-201-1/+2
* a bunch of new commentsDaniel Stenberg2007-11-201-29/+29