summaryrefslogtreecommitdiff
path: root/python/progress.h
AgeCommit message (Expand)Author
2013-08-05coverity fixesMichael Vogt
2011-11-10fix build against apt in experimentalMichael Vogt
2010-01-27Drop the segfault prevention measures from the Acquire code, as they failJulian Andres Klode
2010-01-24python/progress.h: PyFetchProgress keeps a reference to pyAcquire.Julian Andres Klode
2009-07-31python: Remove the progress classes in apt_pkg.Julian Andres Klode
2009-07-22python: First step of fixing acquire stuff.Julian Andres Klode
2009-07-21python/progress.cc: Introduce setattr to reduce code duplication.Julian Andres Klode
2009-07-20Merge from debian-sidJulian Andres Klode
2009-07-19python/cdromprogress.cc: Add apt_pkg.CdromProgress.Julian Andres Klode
2009-07-16python/progress.cc: Set members directly, without using Python.Julian Andres Klode
2009-07-16python/progress.h: Add Py{Acquire,Op}ProgressObject.Julian Andres Klode
2009-07-02C code must allow other python threads to work every now and then in progress...Stephan Peijnik
2008-05-16Remove trailing whitespace.Ben Finney
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt
2005-04-11* cdrom interface addedMichael Vogt
2005-04-08* simple InstallProgress interface addedMichael Vogt
2005-04-07* code cleanups, simple MediaChanged implementedMichael Vogt
2005-03-14* basic fetch interface, mostly stubs right nowMichael Vogt
2005-03-09* Implemented OpProgress supportMichael Vogt
2005-03-09* experimental progress callback is back, not too usefull nowMichael Vogt
2005-02-23* apt_pkg.GetCache() supports a progress callback now tooMichael Vogt