List of commits:
Subject Hash Author Date (UTC)
warning about spurious line feed with text editors 81fa0e376b074d96c080611986d64ad4a2833802 Sylvain BERTRAND 2016-04-29 09:15:16
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 81fa0e376b074d96c080611986d64ad4a2833802 - warning about spurious line feed with text editors
Author: Sylvain BERTRAND
Author date (UTC): 2016-04-29 09:15
Committer name: Sylvain BERTRAND
Committer date (UTC): 2016-04-29 09:15
Parent(s): 167bc5818ef0c4392c3eb877d8d464bfef1a45c7
Signing key:
Tree: b81373184ab391afba0ec430343c7e889176b41b
File Lines added Lines deleted
README 2 0
File README changed (mode: 100644) (index dad730a..08e334d)
... ... 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 11 content-type. content-type.
12 **BIG FAT WARNING** vim editor will add a spurious 0x0a '/n' line feed at the
13 end of the mime file.
12 14
13 15 Will chroot in the configured path once started. Will chroot in the configured path once started.
14 16
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