Skip to content

Releases: Evilur/httpc

httpc v1.3.0

19 Aug 21:32
c88a47c

Choose a tag to compare

What's new

  • Fix .mp4 MIME type
  • Fix file descriptor leaks
  • Some performance optimizations
  • Fix Path Traversal vulnerability

httpc v1.2.0

12 Aug 16:24
b82deda

Choose a tag to compare

What's new

  • Add index.html reading (if exists) instead of listing the directory
  • Fix directory listing without '/' char at the end of the path
  • Increase the buffer size

httpc v1.1.0

11 Aug 00:33
d21fdf4

Choose a tag to compare

Whats's new

  • Fix multiple signal() calls
  • Make 8000 port default
  • Prevent creating too many forks at time
  • Disable error message when the server doesn't receive the data from the client

httpc v1.0.0

09 Aug 22:36
88fa9ff

Choose a tag to compare

httpc

The first stable version of the simple http 1.1 server on C

Installation

You can download one of the .deb packaged below or compile the program from source