List of commits:
Subject Hash Author Date (UTC)
really bad advice fixed 167bc5818ef0c4392c3eb877d8d464bfef1a45c7 Sylvain BERTRAND 2016-04-29 00:00:15
content-type support 30ab51cd0ae1f9a3ebb55ca145b1ad8c1221533c root 2016-04-28 23:39:07
typo fix, thx Florian Bruhin from suckless 4bd12dd5d83edf9c216f470098341529e3c31a3e Sylvain BERTRAND 2016-04-20 14:27:01
handle other side closed connection (0 bytes read) 019e89b4327f902dd6d28264cda5f114b67172e4 Sylvain BERTRAND 2016-04-20 14:00:40
working enough for my personnal use 905534989172399ceb39502913c24ea51e5daf42 Sylvain BERTRAND 2016-04-20 00:13:48
Initial commit 143cb38e968fd7384da0d66a3cedee87c12852cc Sylvain BERTRAND 2016-04-20 00:04:50
Commit 167bc5818ef0c4392c3eb877d8d464bfef1a45c7 - really bad advice fixed
Author: Sylvain BERTRAND
Author date (UTC): 2016-04-29 00:00
Committer name: Sylvain BERTRAND
Committer date (UTC): 2016-04-29 00:00
Parent(s): 30ab51cd0ae1f9a3ebb55ca145b1ad8c1221533c
Signing key:
Tree: f489fbc9b3b1d094df1ae7c2c6323fe60456b887
File Lines added Lines deleted
README 1 3
File README changed (mode: 100644) (index b52076f..dad730a)
... ... This is another _really_ minimal ISO C90-ish http server for linux:
8 8 Only HEAD and GET methods. Only HEAD and GET methods.
9 9
10 10 To map a content-type to a file "A", add a file "A.mime" containing the To map a content-type to a file "A", add a file "A.mime" containing the
11 content-type. You don't need to add a charset to utf-8 xml target since the
12 http default iso8859-1 allows the browser to parse the xml first element were
13 utf-8 encoding will be defined.
11 content-type.
14 12
15 13 Will chroot in the configured path once started. Will chroot in the configured path once started.
16 14
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/lnanohttp

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/lnanohttp

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/lnanohttp

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main