Michael Stapelberg
Michael Stapelberg
Tokenizing shaves off about 1 minute on a 6 minute rendering of Debian unstable. The code is not entirely straight-forward to port due to the HTML-tag-agnostic cross reference detection (e.g....
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761348 for details.
…starting with Debian derivatives such as Ubuntu. For now, this issue tracks things which are specific to Debian, so that we can come up with a good way to make...
From https://lists.debian.org/debian-doc/2017/02/msg00021.html Let’s see how the redirectmap changes when we move these two bits around.
Reproduce with: ``` curl -v 'https://manpages.debian.org/jessie/manpages-hu/chroot.8.hu.html' \ -H 'Pragma: no-cache' -H 'Accept-Encoding: gzip, deflate, sdch, br' \ -H 'Accept-Language: en-US,en;q=0.8,de-CH;q=0.6,de;q=0.4' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (X11; Linux...
Currently, we only ever create new packages.
* [ ] verify that manpages with .pl, .py, … suffixes are not accidentally installed into language sub-directories * [ ] verify language subdirectories are correctly spelled * [ ]...
Currently, auxserver uses ≈ 200MB of memory, which likely can be significantly reduced. Reducing the steady-state memory usage leaves us more memory for actual debiman runs and the filesystem cache.
Currently, binary packages are only displayed when the choices are ambiguous, so as to reduce visual clutter. Please give this issue a thumbs up/thumbs down reaction depending on your opinion,...
As discussed in person, here are a bunch of thoughts regarding readability improvements from a quick glance at the code: * A bunch of places in the code `panic`. They...