summaryrefslogtreecommitdiff
path: root/http.h (follow)
Commit message (Collapse)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
| | | | | | | | Generated with sed -i 's|Copyright.*Andre Noll.*|SPDX-License-Identifier: GPL-2.0 */|g' *.c *.h followed by manually tweaking the result a bit. No license change intended.
* add more missing documentationAndre Noll2007-02-10
|
* HTTP_GET_MSG: Do not resist on http 1.0Andre2006-04-28
| | | | | | recent itunes for example sends 1.1. The obvious solution is to just accept every client that sends at least 'GET / HTTP/'. Spotted by Gerd Becker.
* initial git commitAndre2006-02-20
Let's try if this works out.