Git Product home page Git Product logo

curl9x's Introduction

curl9x

This is a backport of curl to older versions of Windows, up to and including Windows NT 3.51.

Requirements

curl requires Winsock 2 in order to work properly If you are using Windows NT 3.51 or an early version of Windows 95 that doesn't support Winsock 2, you will also need winsock351.

Building

You will need to use Visual C++ 6.0 to build curl with support for old versions.

  1. Apply the patches on this repo on top of curl submodule
  2. Run autoconf.bat to generate the tool/hugehelp.c file
  3. Enter the winbuild folder and execute the following using a Developer Command Prompt:
nmake /f Makefile.vc mode=static VC=6 ENABLE_SSPI=no ENABLE_IPV6=no ENABLE_IDN=no ENABLE_SCHANNEL=no DEBUG=no GEN_PDB=yes RTLIBCFG=static

The current mandatory options are the following:

  • VC=6
  • ENABLE_SSPI=no
  • ENABLE_IPV6=no (if using an operating system that doesn't support Winsock 2 natively)
  • ENABLE_IDN=no
  • ENABLE_SCHANNEL=no
  • RTLIBCFG=static (if targeting Windows NT 3.51, otherwise you will require msvcrt.dll to be present on your system)

Every other option can be customized to your liking.

curl9x's People

Contributors

bagder avatar yangtse avatar captain-caveman2k avatar dfandrich avatar gknauf avatar jay avatar gvanem avatar mback2k avatar marcelraad avatar monnerat avatar vszakats avatar kdudka avatar danielgustafsson avatar icing avatar tatsuhiro-t avatar ghedo avatar mkauf avatar fabiankeil avatar nickzman avatar lekensteyn avatar yirkha avatar jchaffraix avatar dscho avatar cvengler avatar snikulov avatar jzakrzewski avatar maxdymond avatar rikardfalkeborn avatar sesse avatar gevaerts avatar

Stargazers

RedH avatar Xerz avatar

Watchers

Daniel López Guimaraes avatar

curl9x's Issues

SSL support

SCHANNEL isn't available on Windows NT 3.51, so we have to look for other options. There have been successful attempts on backporting mbedtls to NT 3.51, so we can probably do that too

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.