summaryrefslogtreecommitdiff
path: root/lib/url.h
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: init the pushed transfer properlyDaniel Stenberg2015-06-241-1/+2
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+3
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-261-1/+1
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-0/+1
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-5/+0
* FTP: when EPSV gets a 229 but fails to connect, retry with PASVDaniel Stenberg2013-08-061-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+86
* build: rename 76 lib/*.h filesYang Tse2012-12-281-86/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-9/+0
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-201-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+2
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-1/+0
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+2
* Fixed compilation when the synchronous resolver is usedDan Fandrich2011-04-251-2/+0
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-1/+3
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-1/+1
* multi interface: missed storing connection timeDaniel Stenberg2010-05-071-1/+8
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg2009-05-081-0/+2
* Moved Curl_strntoupper() to the rawstr.c file where the other raw stringDaniel Stenberg2009-02-071-2/+1
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+1
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-0/+1
* Unified much of the SessionHandle initialization done in Curl_open() andDan Fandrich2009-01-081-0/+1
* - Igor Novoseltsev filed bug #2351645Daniel Stenberg2008-12-031-0/+4
* provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurlDaniel Stenberg2008-04-051-11/+2
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-161-3/+2
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-0/+5
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-3/+3
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-0/+2
* Fixed an out of memory handling issue with HTTP pipelines.Dan Fandrich2007-05-021-2/+2
* fogot to change Curl_mk_connc in header fileYang Tse2007-02-011-1/+1
* update copyright year noticeYang Tse2007-01-271-1/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-1/+1
* Jared Lundell filed bug report #1604956Daniel Stenberg2006-12-051-1/+1
* Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to testDaniel Stenberg2006-10-091-2/+2
* Resize the connection cache upwards when adding more handles than whatDaniel Stenberg2006-09-161-0/+4
* file-local function should be static and not use Curl_ prefix!Daniel Stenberg2006-09-151-1/+0
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-1/+15
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-0/+12
* Simplified the code within curl_easy_perform() that calls Curl_perform().Daniel Stenberg2005-07-171-1/+4
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-5/+0
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-5/+16
* I made Curl_done() take a pointer-pointer in the first argument instead, andDaniel Stenberg2004-05-171-6/+6
* Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg2004-05-121-1/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-2/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1