Coder Social home page Coder Social logo

wget-gzip's Introduction

wget-gzip

This is a branch of GNU Wget that adds support for transparent HTTP compression. Wget will always send Accept-Encoding header in HTTP requests. If server returns Content-Encoding header the file is decompressed on the fly.

Standards

Limitations

  • Only "gzip" method is supported.
  • This is currently developed on Windows so it won't compile on Unix systms (not that it's impossible, it just needs some code clean up)
  • Only supports GNU TLS and not OpenSSL
  • Does not support NTLM authentication (because of no OpenSSL support)

Building

I'm using Visual C/C++ 2008 with Git Source Control Provider, so I'm just pulling the solution directly from GitHub. There are two empy dirctories lib and include that need to be populated with external library files.

  • External libraries to compile wget-gzip
    • zlib-lib
      • Copy lib from the archive to project's lib directory
      • Copy include from the archite to project's include directory
    • gnutls
      • Copy lib from the archite to project's lib directory
      • Copy include from the archite to project's include directory
  • External runtime libraries (DLL) to run wget-gzip
    • libgnutls-28.dll, libgmp-10.dll, libhogweed-2-1.dll, libnettle-4-3.dll, libp11-kit-0.dll from the gnutls gnutls (same as above)
    • zlib1.dll from zlib-bin
    • You need to place these in SYSTEM32 or in the same folder as wget.exe binary

License

GNU Wget is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

GNU Wget is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Wget. If not, see GNU Licenses.

Additional permission under GNU GPL version 3 section 7

If you modify this program, or any covered work, by linking or combining it with the OpenSSL project's OpenSSL library (or a modified version of that library), containing parts covered by the terms of the OpenSSL or SSLeay licenses, the Free Software Foundation grants you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work.

wget-gzip's People

Contributors

kravietz avatar

Watchers

 avatar  avatar

Forkers

rongshihu xrogzu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.