- 10 Oct, 2019 2 commits
-
-
Morten Knutsen authored
Update to use gitlab-ci-helpers See merge request !1
-
Hogne Håskjold authored
-
- 22 Nov, 2017 3 commits
-
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
- 07 Sep, 2017 1 commit
-
-
Olav Morken authored
`string.sub(k, 8)` in Lua extracts every character from the eight byte onwards, and not the eight first bytes. Also, `x-feide` is 7 bytes, not 8. The result is that we only delete headers named something like `???????X-Feide`. This patch fixes this bug by correcting the `sub()`-call, and adding the trailing `-` to the header name, bringing the length to 8 characters.
-
- 03 May, 2017 1 commit
-
-
Olav Morken authored
We need to use an exact match for our various URL handlers, so that we do not inadvertently grab requests that were not targeted at us.
-
- 06 Apr, 2017 4 commits
-
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
- 05 Apr, 2017 10 commits
-
-
Olav Morken authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
Morten Knutsen authored
-
- 04 Apr, 2017 10 commits
-
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
Also gets rid of the need for a server_name variable
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
This is useful to avoid problems related to attribute names with colon in them, or attribute values with comma in them etc
-
- 03 Apr, 2017 9 commits
-
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-
Sigmund Augdal authored
-