summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-1/+1
* Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg2007-11-121-1/+0
* spell!Daniel Stenberg2007-11-081-1/+1
* Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg2007-11-081-19/+17
* Move connection-oriented variables from the SessionHandle struct to theDaniel Stenberg2007-11-051-19/+27
* added clarifying commentDaniel Stenberg2007-10-241-2/+7
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-2/+3
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-151-1/+2
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-44/+54
* Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg2007-10-041-0/+2
* Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg2007-10-031-0/+3
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-0/+1
* known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg2007-10-021-1/+5
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-0/+1
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-261-3/+12
* Rob Crittenden provided an NSS update with the following highlights:Daniel Stenberg2007-09-181-0/+1
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-1/+1
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-2/+2
* added define PORT_LDAPS.Gunter Knauf2007-08-151-0/+1
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-39/+43
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-1/+3
* added missing part for the qsossl supportDaniel Stenberg2007-07-271-0/+7
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-5/+5
* * Finish moving sftp:// into a state machine so it won't block in multi modeJames Housley2007-07-101-3/+53
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-7/+8
* Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMSJames Housley2007-06-271-0/+2