Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-04 | README: issue solved! | Christian Hesse | 1 | -14/+0 | |
Though the release is pacman 6.1.0... | |||||
2023-12-02 | support for CacheServer was finally merged! 🎉🥳 | Christian Hesse | 1 | -3/+3 | |
... and will be available in pacman 7.x final release. | |||||
2023-11-24 | add a CacheServer entry in pacman configuration snippet...pacman-v6.1.0 | Christian Hesse | 1 | -62/+17 | |
... comment the regular server entry and update the documentation in README file. The server error limit was introduced in pacman 6.0.0, which caused some trouble with pacredir: Returning 404 (not found) is common case and no fatal error. This should be fixed with pacman 7.0.0, that will understand CacheServer in configuration. Hopefully. Add the required bits in include file for pacman. | |||||
2023-11-23 | update status on Gitlab merge request !74 & !98 | Christian Hesse | 1 | -0/+4 | |
2023-11-23 | update status on Gitlab merge request !76 | Christian Hesse | 1 | -3/+5 | |
2023-11-06 | link Gitlab merge requests | Christian Hesse | 1 | -0/+6 | |
2023-01-03 | upstream denied new revision of patch as well | Christian Hesse | 1 | -1/+1 | |
😳😢 https://lists.archlinux.org/archives/list/pacman-dev@lists.archlinux.org/message/5QNSFAHFBFJZXSTR2455FAWHYEHSHTUQ/ | |||||
2022-09-15 | use http header 'Cache-Control: no-cache' for soft failure | Christian Hesse | 1 | -6/+7 | |
This is standard header... | |||||
2022-05-10 | more solutions for caveat with pacman's server error limit | Christian Hesse | 1 | -3/+28 | |
2021-06-07 | add info about caveat with pacman's server error limit | Christian Hesse | 1 | -0/+28 | |
... also reported in #10. | |||||
2021-06-07 | do not redirect if database file is too old | Christian Hesse | 1 | -3/+3 | |
The Arch repositories see regular updates... Consider a database file older than 24 hours out-of-date and do not redirect. | |||||
2021-05-26 | document request flow | Christian Hesse | 1 | -0/+3 | |
2020-11-25 | clearly state the license | Christian Hesse | 1 | -0/+13 | |
2018-07-04 | use private bind mounts for pacserve, remove pacdbservesystemd-v233 | Christian Hesse | 1 | -2/+2 | |
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-06-11 | update dependencies' upstream urls | Christian Hesse | 1 | -6/+6 | |
2018-06-08 | remove trailing spaces | Christian Hesse | 1 | -2/+2 | |
2018-06-08 | make gitlab.com a mirror | Christian Hesse | 1 | -2/+6 | |
https://blog.github.com/2018-06-04-github-microsoft/ | |||||
2017-12-13 | make the documentation match the real output | Christian Hesse | 1 | -1/+1 | |
2017-04-29 | Do not rely on mDNS... | Christian Hesse | 1 | -7/+4 | |
... 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-04-29 | update links to point to the readme | Christian Hesse | 1 | -2/+2 | |
2017-04-28 | update references to 'pacredir' | Christian Hesse | 1 | -7/+7 | |
2017-04-28 | rename files to 'pacredir' | Christian Hesse | 1 | -1/+1 | |
2017-03-08 | use https for my mirror | Christian Hesse | 1 | -1/+1 | |
2016-12-01 | add systemd dependency in README | Christian Hesse | 1 | -0/+1 | |
2014-09-01 | add upstream URLs to README | Christian Hesse | 1 | -0/+4 | |
2014-03-26 | add a word about security | Christian Hesse | 1 | -0/+9 | |
2013-11-11 | add a note about running pacman twice | Christian Hesse | 1 | -0/+5 | |
2013-11-04 | add hint about dependency to iniparser | Christian Hesse | 1 | -0/+1 | |
2013-10-29 | rename the project to paccache | Christian Hesse | 1 | -10/+10 | |
2013-10-28 | add some documentation | Christian Hesse | 1 | -1/+61 | |
2013-10-25 | Initial commit | Christian Hesse | 1 | -0/+4 | |