index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
url.h
Age
Commit message (
Expand
)
Author
2016-03-30
multi: turn Curl_done into file local multi_done
Daniel Stenberg
2016-03-30
multi: move Curl_do and Curl_do_done to multi.c and make static
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-06-24
http2: init the pushed transfer properly
Daniel Stenberg
2015-04-28
Negotiate: custom service names for SPNEGO.
Linus Nielsen
2013-10-26
FTP: make the data connection work when going through proxy
Daniel Stenberg
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-08-12
urldata: clean up the use of the protocol specific structs
Daniel Stenberg
2013-08-06
FTP: when EPSV gets a 229 but fails to connect, retry with PASV
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-07
Introducing a new persistent connection caching system using "bundles".
Linus Nielsen Feltzing
2011-12-20
non-blocking active FTP: cleanup multi state usage
Daniel Stenberg
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-09-02
MemoryTracking: fix logging of free() calls done where Curl_safefree is called
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
Fixed compilation when the synchronous resolver is used
Dan Fandrich
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-05-07
multi interface: missed storing connection time
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-05-08
- Constantine Sapuntzakis fixed bug report #2784055
Daniel Stenberg
2009-02-07
Moved Curl_strntoupper() to the rawstr.c file where the other raw string
Daniel Stenberg
2009-01-28
- Markus Moeller introduced two new options to libcurl:
Daniel Stenberg
2009-01-21
Fixed a couple more locale-dependent toupper conversions, mainly for
Dan Fandrich
2009-01-08
Unified much of the SessionHandle initialization done in Curl_open() and
Dan Fandrich
2008-12-03
- Igor Novoseltsev filed bug #2351645
Daniel Stenberg
2008-04-05
provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurl
Daniel Stenberg
2008-01-16
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
Daniel Stenberg
2007-10-22
Michal Marek forwarded the bug report
Daniel Stenberg
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-05-02
Fixed an out of memory handling issue with HTTP pipelines.
Dan Fandrich
2007-02-01
fogot to change Curl_mk_connc in header file
Yang Tse
2007-01-27
update copyright year notice
Yang Tse
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2006-12-05
Jared Lundell filed bug report #1604956
Daniel Stenberg
2006-10-09
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
Daniel Stenberg
2006-09-16
Resize the connection cache upwards when adding more handles than what
Daniel Stenberg
2006-09-15
file-local function should be static and not use Curl_ prefix!
Daniel Stenberg
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2005-07-17
Simplified the code within curl_easy_perform() that calls Curl_perform().
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2004-05-17
I made Curl_done() take a pointer-pointer in the first argument instead, and
Daniel Stenberg
2004-05-12
Curl_done() and the protocol-specific conn->curl_done() functions now all
Daniel Stenberg
[next]