| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Release 2.1.32.1.3 | Julian Andres Klode | 2020-05-18 | 2 | -3/+3 | |
| | | | ||||||
| * | | Release 2.1.2, take 22.1.2 | Julian Andres Klode | 2020-05-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Release 2.1.2 | Julian Andres Klode | 2020-05-12 | 2 | -15/+41 | |
| | | | ||||||
| * | | Release 2.1.12.1.1 | Julian Andres Klode | 2020-05-08 | 2 | -41/+15 | |
| |/ | ||||||
| * | Release 2.1.02.1.0 | Julian Andres Klode | 2020-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | doc/po: Merge nl with template, update template | Julian Andres Klode | 2020-05-04 | 2 | -4797/+7184 | |
| | | | | | | | We did not merge nl with the template when we updated it, hence we have quite a bit of churn in that commit and this one. | |||||
| * | Dutch manpages translation update | Frans Spiesschaert | 2020-04-22 | 1 | -7787/+4871 | |
| | | | | | Closes: #956313 | |||||
| * | Release 2.0.22.0.2 | Julian Andres Klode | 2020-04-09 | 3 | -4/+4 | |
| | | ||||||
| * | ubuntu: http: Add non-interactive to user agent if run by systemd | Julian Andres Klode | 2020-04-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Include that apt is being run from a service in the user agent, so traffic can be analysed for interactive vs non-interactive use, and prioritised accordingly. It looks like this now: User-Agent: Debian APT-HTTP/1.3 (2.0.1) non-interactive A previous version included the full service names, but this raised some privacy concerns. LP: #1825000 | |||||
| * | Fix "string match{ing,es}" and whitespace typo in apt-patterns(7) | Chris Leick | 2020-04-05 | 11 | -26/+24 | |
| | | ||||||
| * | German manpage translation update | Chris Leick | 2020-04-05 | 1 | -121/+187 | |
| | | ||||||
| * | Fix gramma in apt(8): "by append(+ing) a" | Marco Ippolito | 2020-04-05 | 11 | -12/+12 | |
| | | | | | Closes: #955412 | |||||
| * | Release 2.0.12.0.1 | Julian Andres Klode | 2020-03-24 | 2 | -3/+3 | |
| | | ||||||
| * | configure-index: Add APT::Color option | Julian Andres Klode | 2020-03-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | This caused unbound error list growth, because each time we dumped an error, the calls to _config->FindB() inside operator << would add 3 new errors of the form: W: Using unknown config option »apt::color« of type BOOL Hence we are dumping an infinite list of errors, and eventually that list will exceed available memory. | |||||
| * | Release 2.0.02.0.0 | Julian Andres Klode | 2020-03-07 | 2 | -3/+3 | |
| | | ||||||
| * | Show absolute time while waiting for lock instead of %, rework message | Julian Andres Klode | 2020-03-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | Showing a percentage for a timeout is pretty non-standard. Rework the progress class so it can show an absolute progress (currently hardcoded to use seconds as a unit). If there is a timeout (aka if it's not the maximum long long unsigned -1llu), then show the timeout, otherwise just count up seconds, e.g. Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 33842 (apt)... 1/120s or Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 33842 (apt)... 1s Also improve the error message to use "Waiting for cache lock: %s" instead of "... (%s)", as having multiple sentences inside parenthesis is super weird, as is having two closing parens. We pass the information via _config, as that's reasonably easy and avoids ABI hackage. It also provides an interesting debugging tool for other kinds of progress. | |||||
| * | Release 1.9.121.9.12 | Julian Andres Klode | 2020-02-27 | 2 | -3/+3 | |
| | | ||||||
| * | Release 1.9.111.9.11 | Julian Andres Klode | 2020-02-26 | 12 | -13/+649 | |
| | | ||||||
| * | apt(8): Wait for frontend and cache lock | Julian Andres Klode | 2020-02-26 | 1 | -0/+2 | |
| | | | | | | | This is a rework of !6 with additional stuff for the frontend lock, so we can lock the frontend lock and then keep looping over dpkg lock. | |||||
| * | Merge branch 'pu/source-version' into 'master' | Julian Andres Klode | 2020-02-18 | 1 | -0/+21 | |
| |\ | | | | | | | | | ABI BREAK: Implement pinning by source package See merge request apt-team/apt!96 | |||||
| | * | policy: Implement pinning by source package | Julian Andres Klode | 2020-01-17 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | This implements the src: syntax inside policy, allowing you to pin by source package. This by default only pins the native architecuture, use src:pkg:any to pin for all architectures in your cache. Closes: #166032 | |||||
| * | | release 1.9.101.9.10 | Julian Andres Klode | 2020-02-18 | 12 | -63/+63 | |
| | | | ||||||
| * | | doc: remove "WIP" from apt.8.xml | Michael Vogt | 2020-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | The current man-page has "(work in progress") for `apt list`. I feel after more than >5y we can remove this. | |||||
| * | | Release 1.9.91.9.9 | Julian Andres Klode | 2020-02-04 | 12 | -63/+1523 | |
| | | | ||||||
| * | | apt-patterns(7): Document | operator, (), and add an example | Julian Andres Klode | 2020-02-04 | 1 | -1/+7 | |
| | | | | | | | | | Missed that in pu/short-patterns. | |||||
| * | | apt-patterns(7): Some updates and rationale | Julian Andres Klode | 2020-02-03 | 1 | -3/+10 | |
| | | | ||||||
| * | | patterns: Parse sequence of patterns as ?and | Julian Andres Klode | 2020-02-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | patterns: Implement unary ! | Julian Andres Klode | 2020-02-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Implement short patterns (patterns starting with ~) | Julian Andres Klode | 2020-02-03 | 1 | -18/+18 | |
| | | | | | | | | | | | | | Also make pattern detector in cacheset and private's list accept such patterns. We probably should just try to parse and see if it is a (start of a) pattern. | |||||
| * | | Release 1.9.81.9.8 | Julian Andres Klode | 2020-01-27 | 2 | -3/+3 | |
| | | | ||||||
| * | | apt-verbatim.ent: Update ubuntu-codename from disco to focal | Julian Andres Klode | 2020-01-21 | 1 | -1/+1 | |
| |/ | ||||||
| * | Release 1.9.71.9.7 | Julian Andres Klode | 2020-01-16 | 2 | -3/+3 | |
| | | ||||||
| * | Release 1.9.61.9.6 | Julian Andres Klode | 2020-01-15 | 12 | -13/+93 | |
| | | ||||||
| * | apt(8): Disable regular expressions and fnmatch | Julian Andres Klode | 2020-01-15 | 3 | -1/+11 | |
| | | | | | | This is the first step. Next step will be to add warnings to apt-get and then remove support there as well. | |||||
| * | Release 1.9.51.9.5 | Julian Andres Klode | 2019-12-02 | 13 | -79/+1668 | |
| | | ||||||
| * | Merge branch 'master' into 'master' | Julian Andres Klode | 2019-12-02 | 1 | -1/+1 | |
| |\ | | | | | | | | | Fix a mistake in man french translation See merge request apt-team/apt!83 | |||||
| | * | Fix a mistake in man french translation | Anthony Papillon | 2019-11-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'pu/patterns-phase2' into 'master' | Julian Andres Klode | 2019-12-02 | 1 | -0/+46 | |
| |\ \ | | | | | | | | | | | | | Pu/patterns phase2 See merge request apt-team/apt!85 | |||||
| | * | | patterns: Add ?section | Julian Andres Klode | 2019-11-26 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | patterns: Add ?all-versions | Julian Andres Klode | 2019-11-26 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | patterns: Implement ?narrow(...), as ?any-version(?and(...)) | Julian Andres Klode | 2019-11-26 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | This is pure syntactic sugar - ?narrow does not exist in the abstract syntax. | |||||
| | * | | patterns: Add ?any-version | Julian Andres Klode | 2019-11-26 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | patterns: Add ?origin | Julian Andres Klode | 2019-11-25 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | patterns: Add ?archive | Julian Andres Klode | 2019-11-25 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | patterns: Add ?source-name and ?source-version | Julian Andres Klode | 2019-11-25 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | patterns: Add ?version | Julian Andres Klode | 2019-11-25 | 1 | -0/+11 | |
| | | | | ||||||
| * | | | netrc: Restrict auth.conf entries to https by default | Julian Andres Klode | 2019-12-02 | 1 | -5/+9 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | | | This avoids downgrade attacks where an attacker could inject Location: http://private.example/ and then (having access to raw data to private.example, for example, by opening a port there, or sniffing network traffic) read the credentials for the private repository. Closes: #945911 | |||||
| * | | German manpage translation update | Chris Leick | 2019-11-26 | 1 | -57/+62 | |
| |/ | ||||||
| * | Release 1.9.41.9.4 | Julian Andres Klode | 2019-09-19 | 2 | -3/+3 | |
| | | ||||||
| * | Release 1.9.31.9.3 | Julian Andres Klode | 2019-08-19 | 11 | -86/+3053 | |
| | | ||||||
