Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-07 | get the db timestamp from http request | Christian Hesse | 1 | -1/+0 | |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 | |
2020-11-25 | clearly state the license | Christian Hesse | 1 | -2/+13 | |
2020-07-07 | fix build with libmicrohttpd 0.9.71 | Christian Hesse | 1 | -1/+8 | |
2020-02-08 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 | |
2019-01-01 | update copyright for 2019 | Christian Hesse | 1 | -1/+1 | |
2018-07-05 | drop 'struct services' | Christian Hesse | 1 | -18/+10 | |
Now that we have just one service this can be merged with 'struct hosts'. | |||||
2018-07-04 | use private bind mounts for pacserve, remove pacdbservesystemd-v233 | Christian Hesse | 1 | -2/+1 | |
We want just one service to serve database files and package archives. Private bind mounts make both available to pacserve. This alse removes some complexity in pacredir. | |||||
2018-01-02 | update copyright for 2018 | Christian Hesse | 1 | -1/+1 | |
2017-05-13 | use a smarter way to determine architecture | Christian Hesse | 1 | -1/+0 | |
2017-05-02 | (re-)add support for IPv6 | Christian Hesse | 1 | -3/+5 | |
2017-04-29 | Do not rely on mDNS... | Christian Hesse | 1 | -4/+20 | |
... but do resolve the addresses within pacredir. The biggest advantage is that we do no longer require nss-mdns, which tends to fool us in different ways. As requests are done by address rather than host name you can no longer use virtual hosts for pacserve and pacdbserve. But did anybody try that? | |||||
2017-01-14 | update copyright for 2017 | Christian Hesse | 1 | -1/+1 | |
2016-12-01 | Use systemd service manager notification | Christian Hesse | 1 | -0/+3 | |
Notify systemd service manager when our initialization sequence completed. | |||||
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 | |
2015-07-03 | add --version option | Christian Hesse | 1 | -0/+1 | |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 | |
2014-10-21 | use ISO C11 standard and move includes to header file | Christian Hesse | 1 | -0/+33 | |
2014-09-04 | reformat long functions0.1.10 | Christian Hesse | 1 | -5/+20 | |
2014-07-28 | have port in struct services, allow to specify host:port in pacredir.conf | Christian Hesse | 1 | -3/+3 | |
2014-01-13 | try to guess the fastest server for packages | Christian Hesse | 1 | -0/+2 | |
2014-01-02 | update copyright year | Christian Hesse | 1 | -1/+1 | |
2013-11-15 | rename services.bad to something more descriptive | Christian Hesse | 1 | -1/+1 | |
2013-11-14 | count bad requests and increase ignore time after request | Christian Hesse | 1 | -2/+4 | |
2013-11-14 | do a request as soon as host is up to check bad status | Christian Hesse | 1 | -0/+2 | |
2013-11-14 | introduce pacredir.h | Christian Hesse | 1 | -0/+83 | |