Skip to content
Snippets Groups Projects
Commit 93eadfb1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added some curl-config details

parent f8e0b184
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ Daniel (2 Sep 2002)
curl --compressed is now used to request compressed contents.
curl-config --feature will include 'libz' if this feature was around when
the library was built.
Daniel (30 Aug 2002)
- Applied an anonymous SOCKS5-proxy patch. Not properly working in all
situations though, as all getaddrinfo()-using libcurls will fail on this.
......@@ -32,6 +35,8 @@ Daniel (27 Aug 2002)
connections and operations on SSL sites that aren't properly verified with
-cafile or --capath.
curl-config --ca displays the built-in path to the CA cert bundle.
Daniel (26 Aug 2002)
- Andrew Francis cleaned up some code that now compiles fine without the need
for ugly MSVC pragmas.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment