Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos in docs and translations (thanks to timeless, closes: 368665) | Luca Bruno | 2008-10-03 | 10 | -22/+23 |
| | |||||
* | Experimental branch | Luca Bruno | 2008-10-03 | 1 | -0/+6 |
| | |||||
* | fix typo *sigh* | Michael Vogt | 2008-10-01 | 2 | -3/+3 |
| | |||||
* | * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2008-10-01 | 5 | -7/+15 |
| | | | | | | | - move the state file writting into the Go() implementation of dpkgpm (closes: #498799) * apt-pkg/algorithms.cc: - fix simulation performance drop (thanks to Ferenc Wagner for reporting the issue) | ||||
* | Restore the apt ABI. | Daniel Burrows | 2008-09-25 | 3 | -13/+52 |
| | | | | | | | | | | | | | The problem was that the size of pkgDpkgPM and its member offsets changed because a map giving the names of the trigger states was inserted into the middle of the structure. I fixed it by using a statically allocated array instead. This changes the procedure for looking up a string to a linear search, which should be fine (or even faster than before) since there are only 4 state strings. If it becomes a problem, sorting the array by key will allow us to use std::equal_range(), but I would advise against this unless it's really necessary, since sooner or later someone will forget to maintain the sort order. | ||||
* | update the changelog | Michael Vogt | 2008-09-23 | 1 | -1/+4 |
| | |||||
* | * apt-pkg/pkgcachegen.cc: | egon | 2008-09-23 | 3 | -5/+26 |
| | | | | - do not add multiple identical descriptions for the same language (closes: #400768) | ||||
* | Catalan translation update | bubulle@debian.org | 2008-09-19 | 3 | -188/+167 |
| | |||||
* | upload as 0.7.15~exp1 | egon | 2008-09-16 | 2 | -2/+2 |
| | |||||
* | po/es.po: fix msgmerge error | egon | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | * debian/changelog: | egon | 2008-09-16 | 3 | -4/+6 |
| | | | | | | | - upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch | ||||
* | Updated Polish translation | bubulle@debian.org | 2008-09-16 | 3 | -4/+9 |
| | |||||
* | Russian translation update | bubulle@debian.org | 2008-09-16 | 3 | -6/+10 |
| | |||||
* | Greek translation update | bubulle@debian.org | 2008-09-12 | 4 | -69/+29 |
| | |||||
* | German translation compelted and corrected | bubulle@debian.org | 2008-09-06 | 2 | -13/+14 |
| | |||||
* | Vietnamese translation udpate | bubulle@debian.org | 2008-09-05 | 3 | -4/+9 |
| | |||||
* | Swedish translation update | bubulle@debian.org | 2008-09-03 | 2 | -16/+17 |
| | |||||
* | Updated translations | bubulle@debian.org | 2008-09-01 | 5 | -111/+172 |
| | |||||
* | Korean translation updated | bubulle@debian.org | 2008-08-29 | 3 | -199/+190 |
| | |||||
* | Bug closure | bubulle@debian.org | 2008-08-29 | 2 | -0/+2 |
| | |||||
* | Bug closure | bubulle@debian.org | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | Norwegian Bokmål translation updated | bubulle@debian.org | 2008-08-29 | 3 | -25/+27 |
| | |||||
* | Simplified Chinese translation updated | bubulle@debian.org | 2008-08-29 | 3 | -6/+11 |
| | |||||
* | Portuguese translation added | bubulle@debian.org | 2008-08-29 | 3 | -3/+9 |
| | |||||
* | Lithuanian translation added | bubulle@debian.org | 2008-08-29 | 3 | -0/+2802 |
| | |||||
* | Romanian translation update | bubulle@debian.org | 2008-08-29 | 3 | -4/+9 |
| | |||||
* | Basque translation updated | bubulle@debian.org | 2008-08-27 | 3 | -6/+11 |
| | |||||
* | Brazilian Portuguese translation update | bubulle@debian.org | 2008-08-26 | 3 | -4/+9 |
| | |||||
* | More complete Greek translation | bubulle@debian.org | 2008-08-09 | 3 | -82/+90 |
| | |||||
* | Fix missing space in Greek translation. Closes: #493922 | bubulle@debian.org | 2008-08-06 | 2 | -1/+2 |
| | |||||
* | Pending translations | bubulle@debian.org | 2008-08-02 | 2 | -4/+4 |
| | |||||
* | Pending translations | bubulle@debian.org | 2008-08-01 | 4 | -7/+17 |
| | |||||
* | Slovak translation updated | bubulle@debian.org | 2008-07-30 | 3 | -93/+98 |
| | |||||
* | Bulgarian translation update | bubulle@debian.org | 2008-07-30 | 3 | -6/+11 |
| | |||||
* | French translation completed | bubulle@debian.org | 2008-07-26 | 3 | -51/+39 |
| | |||||
* | * add DPkg::NoTriggers option so that applications that call | Michael Vogt | 2008-07-25 | 2 | -2/+7 |
| | | | | | apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess) | ||||
* | * improve apt progress reporting, display trigger actions | Michael Vogt | 2008-07-25 | 46 | -1359/+1898 |
| | |||||
* | * apt-pkg/depcache.cc: | Michael Vogt | 2008-07-25 | 2 | -3/+7 |
| | | | | | - when checking for new important deps, skip critical ones (closes: #485943) | ||||
* | * merge patch that enforces stricter https server certificate | Michael Vogt | 2008-07-25 | 3 | -12/+221 |
| | | | | | | | checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964) | ||||
* | German translation corrected | bubulle@debian.org | 2008-07-12 | 3 | -159/+139 |
| | |||||
* | Traditional Chinese translation update | bubulle@debian.org | 2008-06-29 | 1 | -0/+1 |
| | |||||
* | Traditional Chinese translation update | bubulle@debian.org | 2008-06-29 | 2 | -66/+63 |
| | |||||
* | Romanian translation update | bubulle@debian.org | 2008-06-28 | 3 | -447/+466 |
| | |||||
* | Fix typo in cron.daily script comments | bubulle@debian.org | 2008-06-14 | 2 | -1/+7 |
| | |||||
* | finalized as 0.7.14 | Michael Vogt | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | * debian/apt.cron.daily: | Michael Vogt | 2008-05-28 | 2 | -11/+23 |
| | | | | - apply patch based on the ideas of Francesco Poli for better behavior when the cache can not be locked (closes: #459344) | ||||
* | debian/apt.cron.daily: test for both existance of dbus-send and if ↵ | Michael Vogt | 2008-05-28 | 1 | -1/+1 |
| | | | | dbus-daemon is actually running | ||||
* | Avoid using dbus if dbus-daemon isn't running. Closes: #438803 | Otavio Salvador | 2008-05-24 | 2 | -3/+4 |
| | |||||
* | Apply patch to avoid truncating of arbitrary files. Thanks to Bryan | Otavio Salvador | 2008-05-23 | 2 | -1/+7 |
| | | | Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476 | ||||
* | Hungarian translation update | bubulle@debian.org | 2008-05-11 | 3 | -45/+51 |
| |