Commits
- Commit:
568a09c220a706cb717f345a4da14e935dca1672
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix requri construction
when we switched from one process to two, I introduced a small
optimisation: empty string are not send, so we receive NULL.
Constructing requri we need to make sure that relpath is not null.
- Commit:
f87bf597ea711ef795b27d70fd5b992a80e021c8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
removing O_CLOEXEC
we don't fork anymore in that process, so the flag is extra.
- Commit:
c0224a266cba8707da8f8826dac8ff1edb38306a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
removed
- Commit:
d3a08f4d172687d4e3e60e7faaa8830bb7f9f9db
- From:
- Omar Polo <op@omarpolo.com>
- Date:
reorganize: move bunch of functions to server.c
cgi.c wasn't really needed; it better to group all the server related
functions together, cgi or not. Now gmid.c contains only startup and
utility code.
- Commit:
5f564d23e9ea96fd6565ee4099fba6c31b71567e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
mention libretls
- Commit:
65fba1d570390381f99396a547094f8b33f26ebf
- From:
- Omar Polo <op@omarpolo.com>
- Date:
[seccomp] allow also poll
on the latest fedora we glibc uses poll. On the other linux distro I
tried (void), musl is probably providing poll as a ppoll wrapper.
- Commit:
771d8f281baa6f15913d705365e00c3128feac8b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
build docs + install and static targets
- Commit:
0170ba023f9c85bde2c4ae410b0af741383b7317
- From:
- Omar Polo <op@omarpolo.com>
- Date:
re-enable daemon mode
with the split into two process, the call to daemon was lost
- Commit:
b3927be446193f54dde95d62852ce6757c75189b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix runtime test on linux
- Commit:
364f10dbcd3b053730a4ad47042e0d8222aada47
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add runtime tests for the server
- Commit:
76fd55f437ac4a738419dc8d16d4aaff98b58a40
- From:
- Omar Polo <op@omarpolo.com>
- Date:
grammar
- Commit:
7a11e8a5d3e80444a8a02dbfc0a8004ead8c72ad
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changes
- Commit:
ea58dab1a7936d2ddddaab9e3f018656508d2270
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update readme
- Commit:
c2e39fcfedc2bf0430f65f56534ea446595c5018
- From:
- Omar Polo <op@omarpolo.com>
- Date:
we don't need to check for CGI anymore
- Commit:
71b7eb2f8c3d0a85dfdf23e08bf89d0a4ad82aaf
- From:
- Omar Polo <op@omarpolo.com>
- Date:
initial seccomp support