Skip to content
Snippets Groups Projects
  1. Jul 29, 2009
  2. Jul 28, 2009
    • Michael Vogt's avatar
      apt-pkg/depcache.cc: · 2edcefd5
      Michael Vogt authored
      - Call opProgress->Update() less often too avoid spending too  
        much time in it (it shows up relatively high in the callgrind logs).
        But do call it more often than just for each percent so that the 
        UI frontends can use the OpProgress::Update() calling to do e.g. UI
        updates 
      2edcefd5
  3. Jul 27, 2009
  4. Jul 25, 2009
  5. Jul 24, 2009
  6. Jul 23, 2009
  7. Jul 22, 2009
  8. Jul 21, 2009
    • Christian Perrier's avatar
      French translation yet-another-update · 7882ede4
      Christian Perrier authored
      7882ede4
    • Christian Perrier's avatar
      Update all PO files · 09d057db
      Christian Perrier authored
      09d057db
    • Christian Perrier's avatar
      Slovak translation updated · e321be56
      Christian Perrier authored
      e321be56
    • Michael Vogt's avatar
      merged from donkult · 13394a16
      Michael Vogt authored
      13394a16
    • Michael Vogt's avatar
      merged from the mvo branch · 49f0a561
      Michael Vogt authored
      49f0a561
    • David Kalnischkies's avatar
      [apt-pkg/pkgcachegen.cc] remove the Ver == 0 and Desc == 0 from the last · 9ee47c29
      David Kalnischkies authored
      changeset as they are useless after the checks for LastVer & co work
      correctly.
      9ee47c29
    • Michael Vogt's avatar
      The 'not dead yet' release · d5972534
      Michael Vogt authored
      * add hook for MarkInstall and MarkDelete (closes: #470035)
      * add the various foldmarkers in apt-pkg & cmdline (no code change)
      * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
      * prefer mmap as memory allocator in MMap instead of a static char
        array which can (at least in theory) grow dynamic
      * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
        which can arise if cache doesn't fit into the mmap (Closes: #535218)
      * display warnings instead of errors if the parts dirs doesn't exist
      * honor the dpkg hold state in new Marker hooks (closes: #64141)
      d5972534
    • Michael Vogt's avatar
      Only run Download-Upgradable and Unattended-Upgrades if the initial · aff278bf
      Michael Vogt authored
      update was successful Closes: #341970
      aff278bf
    • Michael Vogt's avatar
      merged from mvo · 02e8ba35
      Michael Vogt authored
      02e8ba35
    • Michael Vogt's avatar
      merge from mvo · 29bc4c1c
      Michael Vogt authored
      29bc4c1c
    • Michael Vogt's avatar
    • David Kalnischkies's avatar
      eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc · c5f44afc
      David Kalnischkies authored
      which can arise if cache doesn't fit into the mmap (Closes: #535218)
      
      This removes also the previously introduced SegfaultSignalHandler:
      The handler works, but is ugly by design...
      c5f44afc
    • Michael Vogt's avatar
      c98870b0
    • Michael Vogt's avatar
      * apt-pkg/acquire.cc: · 53391d0f
      Michael Vogt authored
        - make the max pipeline depth of the acquire queue configurable
          via Acquire::Max-Pipeline-Depth
      * apt-pkg/deb/dpkgpm.cc:
        - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
          (off by default)
        - send "dpkg-exec" message on the status fd when dpkg is run
        - provide DPkg::Chroot-Directory config option (useful for testing)
        - fix potential hang when in a backgroud process group
      * apt-pkg/algorithms.cc:
        - consider recommends when making the scores for the problem 
          resolver
      * apt-pkg/acquire-worker.cc:
        - show error details of failed methods
      * apt-pkg/contrib/fileutl.cc:
        - if a process aborts with signal, show signal number
      * methods/http.cc:
        - ignore SIGPIPE, we deal with EPIPE from write in 
          HttpMethod::ServerDie() (LP: #385144)
      * apt-pkg/indexcopy.cc:
        - support having CDs with no Packages file (just a Packages.gz)
          by not forcing a verification on non-existing files
         (LP: #255545)
        - remove the gettext from a string that consists entirely 
          of variables (LP: #56792)
      * apt-pkg/cacheiterators.h:
        - add missing checks for Owner == 0 in end()
      * apt-pkg/indexrecords.cc:
        - fix some i18n issues
      * apt-pkg/contrib/strutl.h:
        - add new strprintf() function to make i18n strings easier
        - fix compiler warning
      * apt-pkg/deb/debsystem.cc:
        - make strings i18n able 
      * fix problematic use of tolower() when calculating the version 
        hash by using locale independant tolower_ascii() function. 
        Thanks to M. Vefa Bicakci (LP: #80248)
      * build fixes for g++-4.4
      * cmdline/apt-mark:
        - add "showauto" option to show automatically installed packages
      * document --install-recommends and --no-install-recommends
        (thanks to Dereck Wonnacott, LP: #126180)
      * Updated cron script to support backups by hardlinks and 
        verbose levels.  All features turned off by default. 
      * Added more error handlings.  Closes: #438803, #462734, #454989, 
      * Refactored condition structure to make download and upgrade performed 
        if only previous steps succeeded. Closes: #341970
      * Documented all cron script related configuration items in 
        configure-index.
      * apt-ftparchive might write corrupt Release files (LP: #46439)
      * Apply --important option to apt-cache depends (LP: #16947) 
      53391d0f
    • Michael Vogt's avatar
      * apt-pkg/deb/dpkgpm.cc: · 4b7cfe96
      Michael Vogt authored
        - provide DPkg::Chroot-Directory config option (useful for testing)
      4b7cfe96
  9. Jul 17, 2009
  10. Jul 16, 2009
  11. Jul 15, 2009
  12. Jul 14, 2009
  13. Jul 12, 2009
  14. Jul 10, 2009
  15. Jul 09, 2009
Loading