summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+6
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-13/+1
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-5/+5
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-0/+1
* TE: rename struct field content_encodingDaniel Stenberg2011-04-181-1/+1
* HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg2011-04-181-11/+12
* fix: re-use of bound connectionsDaniel Stenberg2011-03-251-0/+10
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-40/+13
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-17/+13
* SSH: add protocol lock directionDaniel Stenberg2011-03-131-0/+6
* PROT_CLOSEACTION: added SFTP and SCPDaniel Stenberg2011-03-121-1/+2
* SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-081-0/+9
* nss: avoid memory leaks and failure of NSS shutdownKamil Dudka2011-01-271-2/+1
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-0/+14
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-071-3/+15
* multi: connect fail => use next IP addressDaniel Stenberg2010-12-231-0/+9
* ares: ask for both IPv4 and IPv6 addressesTommie Gannert2010-12-181-0/+2
* urldate: undef hideous memory definesDaniel Stenberg2010-12-151-0/+3
* Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu2010-12-151-0/+8
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-2/+4
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse2010-11-301-14/+28
* fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse2010-11-301-9/+18
* urldata: Capitalize enum protect_level values.Julien Chaffraix2010-11-131-7/+8
* security: tighten enum protection_level usage.Julien Chaffraix2010-11-131-1/+3
* ip_version: moved to connection structDaniel Stenberg2010-11-111-2/+4
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-081-0/+4
* Revert: use Host: name for SNI and cert name checksDaniel Stenberg2010-11-051-1/+1
* host: get the custom Host: name more genericlyDaniel Stenberg2010-11-041-1/+1
* security.c: Remove out_buffer as it was never written into.Julien Chaffraix2010-09-221-1/+1
* Gopher protocol support (initial release)Cameron Kaiser2010-08-251-3/+6
* http: handle trailer headers in all chunked responsesDaniel Stenberg2010-08-251-3/+0
* multi: support timeoutsDaniel Stenberg2010-08-151-0/+1
* parse_remote_port: fix ;type= URL suffix over HTTP proxyDaniel Stenberg2010-08-101-1/+3
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-051-0/+6
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-161-0/+1
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-131-2/+0
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+8
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-121-4/+14
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-0/+17
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+17
* telnet: Allow programatic use of telnet.Ben Greear2010-04-291-0/+2
* GnuTLS: make the connection phase non-blockingJerome Vouillon2010-04-161-0/+1
* PROT_CLOSEACTION should not include TFTPDaniel Stenberg2010-03-251-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Definitions of resolver specialty compile-time defines CURLRES_* movedYang Tse2010-01-221-4/+2
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-5/+42
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-011-1/+1
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-011-0/+1
* turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multipleDaniel Stenberg2009-12-311-1/+1