index
:
python-apt
1.1.y-xenial
1.4.y
1.6.y
1.7.y
1.8.4.y
1.8.y
2.0.y
2.4.y
2.8.y
debian/experimental
debian/jessie
main
pu/deb822-sources
pu/type-fixes
ubuntu/artful
ubuntu/eoan
ubuntu/lunar
ubuntu/trusty
ubuntu/vivid
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
progress.h
Age
Commit message (
Expand
)
Author
2013-08-05
coverity fixes
Michael Vogt
2011-11-10
fix build against apt in experimental
Michael Vogt
2010-01-27
Drop the segfault prevention measures from the Acquire code, as they fail
Julian Andres Klode
2010-01-24
python/progress.h: PyFetchProgress keeps a reference to pyAcquire.
Julian Andres Klode
2009-07-31
python: Remove the progress classes in apt_pkg.
Julian Andres Klode
2009-07-22
python: First step of fixing acquire stuff.
Julian Andres Klode
2009-07-21
python/progress.cc: Introduce setattr to reduce code duplication.
Julian Andres Klode
2009-07-20
Merge from debian-sid
Julian Andres Klode
2009-07-19
python/cdromprogress.cc: Add apt_pkg.CdromProgress.
Julian Andres Klode
2009-07-16
python/progress.cc: Set members directly, without using Python.
Julian Andres Klode
2009-07-16
python/progress.h: Add Py{Acquire,Op}ProgressObject.
Julian Andres Klode
2009-07-02
C code must allow other python threads to work every now and then in progress...
Stephan Peijnik
2008-05-16
Remove trailing whitespace.
Ben Finney
2005-10-20
* progress interface fully working now, commit interface too
Michael Vogt
2005-04-11
* cdrom interface added
Michael Vogt
2005-04-08
* simple InstallProgress interface added
Michael Vogt
2005-04-07
* code cleanups, simple MediaChanged implemented
Michael Vogt
2005-03-14
* basic fetch interface, mostly stubs right now
Michael Vogt
2005-03-09
* Implemented OpProgress support
Michael Vogt
2005-03-09
* experimental progress callback is back, not too usefull now
Michael Vogt
2005-02-23
* apt_pkg.GetCache() supports a progress callback now too
Michael Vogt