3
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Save 304 NOT_MODIFIED status code in http fetcher More... about 19 years ago
* Fix exception in dynamic backends. Closes: #296513 * If another client requests the same Packages/Releases file, send the file instead of HTTP 304 Not Modified. Closes: #284584 * 1.9.28 More... about 19 years ago
* Fix db permissions again in postinst * 1.9.27 More... about 19 years ago
* Delay database directory creation until after uid change. Closes: #288829 * Fix exception in apt-proxy-import. Closes: #296574 * Close connection where necessary after sending complete file. Closes: #288905 * Pipe file verification output to /dev/null for UML speedups, thanks Paul Wagland for the patch. Closes: #292818 * init script: - Fix bashism in init script. Closes: #296710 - Improve output and remove first sleep, thanks again Herbert Thielen. Closes: #296875 More... about 19 years ago
Automatic update from tools More... about 19 years ago
Fix wrong bug# More... about 19 years ago
Typo '||' should have been '|' More... about 19 years ago
* Add Depends to disallow upgrade of python2.3 without upgrade of twisted. Closes: #294626 * init script: wait longer for apt-proxy to stop, thanks Herbert Thielen for the patch. Closes: #284423 * Version 1.9.26 More... about 19 years ago
Release 1.9.25 More... about 19 years ago
* init script: Change twistd2.3->twistd to help python transitions * apt-proxy.conf: Add ubuntu and ubuntu-security archives More... about 19 years ago
* Reorganise Backends. New class structure is: Backend -> base, packages database, list of BackendServers BackendServer -> fetcher, host, port, user etc Each [backend] section in apt-proxy.conf creates a new class Backend Each URL in the backend section creates a new class BackendServer * Fix Otavios hack to work for all code paths: created a new function Backend.get_packages_db that creates database when necessary and replaced all references to backend.packages More... about 19 years ago
* Otavio Salvador and Chris Halls - Postpone database creating to first request. Closes: #288829.
Otavio Salvador
as otavio
More... over 19 years ago
Explain a little more about behaviour of timeout parameter More... over 19 years ago
1.9.24 More... over 19 years ago
* Fix module import. * Add some debug/log messages when upgrading database * apt-proxy.8: - Add Otavio to authors - Change example deb lines: 'woody' to 'stable' and add security example * debian/manpages: use wildcard to install pages More... over 19 years ago
Fix module import.
Otavio Salvador
as otavio
More... over 19 years ago
Release 1.9.23.
Otavio Salvador
as otavio
More... over 19 years ago
Fix wrong import. The documentation about bsddb3 is not good :P
Otavio Salvador
as otavio
More... over 19 years ago
Fix sintax error. Grr!.
Otavio Salvador
as otavio
More... over 19 years ago
Improve upgrade from previous database format.
Otavio Salvador
as otavio
More... over 19 years ago
Release 1.9.22
Otavio Salvador
as otavio
More... over 19 years ago
Fix sintax and install from previous then 1.9.22.
Otavio Salvador
as otavio
More... over 19 years ago
* Remove previous database and recreate it because the format has change. Closes: #284011. (Otavio)
Otavio Salvador
as otavio
More... over 19 years ago
Load database on demand.
Otavio Salvador
as otavio
More... over 19 years ago
* Close some more related bugs * 1.9.21 More... over 19 years ago
* Don't override status code in apEnd (prevents overwriting of cache file) * Improve several logging messages * Add a check that file is not zero length in cache * Disable postconversion with gzip until sure all else is working More... over 19 years ago
rename TempFile.read to read_from, instead of removing it completely More... over 19 years ago
* Fix caching of files that was broken in 1.9.20, thanks to Paul Wagland for the help (closes: #283441) * Create database file if it does not exist (closes: #283686) * Fix bug in gzip conversion class * Clean up memory after sending files from cache directory More... over 19 years ago
Fix my changelog entries and release 1.9.20.
Otavio Salvador
as otavio
More... over 19 years ago
* Files were being stored in memory while they were downloaded, removed. Reduces CPU usage while downloading large files. Closes: #271820 More... over 19 years ago