| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-12-19 | * python/pkgrecords.cc: | Michael Vogt | 1 | -0/+2 | |
| - export SHA1Sum() as well * debian/changelog: - updated | |||||
| 2006-10-04 | * python/configuration.cc: | Michael Vogt | 1 | -1/+1 | |
| - and the final(!?!) incorrect PyMem_{DEL,Free} usage | |||||
| 2006-10-04 | * python/tag.cc: | Michael Vogt | 1 | -1/+1 | |
| - fix another PyMem_DEL() -> PyObject_DEL() error | |||||
| 2006-10-04 | * python/generic.h: | Michael Vogt | 1 | -2/+2 | |
| - use PyObject_DEL() instead of PyMem_DEL() | |||||
| 2006-10-02 | * progress.cc: | Michael Vogt | 1 | -3/+7 | |
| - fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example | |||||
| 2006-09-18 | * python/generic.h: | Michael Vogt | 1 | -0/+4 | |
| - deal with the api change and stay backward compatible with 2.4 | |||||
| 2006-09-18 | * fix api changes for python2.5 | Michael Vogt | 2 | -5/+5 | |
| 2006-09-12 | * fix missing docstring | Michael Vogt | 1 | -1/+1 | |
| 2006-09-12 | * python/pkgmanager.cc: | Michael Vogt | 1 | -1/+1 | |
| - fix typo | |||||
| 2006-07-26 | * #cough# - actually use sha256 | Michael Vogt | 1 | -1/+1 | |
| 2006-07-26 | * support sha256 as well | Michael Vogt | 1 | -0/+39 | |
| 2006-03-28 | Fix documentation format. | Otavio Salvador | 1 | -2/+2 | |
| 2006-03-22 | * add PkgSrcRecords.Index to the code | Michael Vogt | 1 | -1/+3 | |
| 2006-03-22 | * added indexFile.ArchiveURI(string) | Michael Vogt | 1 | -2/+18 | |
| 2006-03-22 | * fixes for the pkgSrcRecords code | Michael Vogt | 2 | -4/+25 | |
| 2006-01-26 | * the pkgCache::VerIterator.DependsList[] dict does no longer depend on the ↵ | Michael Vogt | 1 | -1/+11 | |
| localized depends name but on the english one | |||||
| 2006-01-24 | * added pkgRecords.Record | Michael Vogt | 1 | -0/+6 | |
| 2006-01-11 | * make sure to close the CacheFile when a pkgCache is deallocated | Michael Vogt | 1 | -1/+12 | |
| 2006-01-09 | * fix broken returns a usefull value now | Michael Vogt | 1 | -4/+5 | |
| 2006-01-09 | * added MinimizeUpgrade, Upgrade returns a bool now | Michael Vogt | 1 | -3/+19 | |
| 2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 4 | -3/+102 | |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 2 | -4/+6 | |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ↵ | Michael Vogt | 1 | -8/+4 | |
| and still work with breezys apt | |||||
| 2005-12-06 | * bugfix in the acquire.FetchNeeded code | Michael Vogt | 1 | -3/+3 | |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 1 | -0/+17 | |
| 2005-12-01 | * fix uninitialized size member in pkgAcqFile | Michael Vogt | 1 | -1/+1 | |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 3 | -0/+69 | |
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new ↵ | Michael Vogt | 1 | -3/+4 | |
| pkgAcquire/pkgPackageManager interface | |||||
| 2005-11-22 | * fixes in the acquire interface code (use CppPyObject with pkgAcquire* ↵ | Michael Vogt | 4 | -26/+17 | |
| directly instead of using a PkgAcquireStruct) | |||||
| 2005-11-22 | * python/sourcelist.cc cleaned up | Michael Vogt | 3 | -19/+14 | |
| 2005-11-22 | * another bugfix in the new pkgPackageManager wrapper | Michael Vogt | 1 | -4/+2 | |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 2 | -15/+49 | |
| 2005-11-22 | * less debug messages | Michael Vogt | 3 | -10/+9 | |
| 2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 1 | -0/+38 | |
| 2005-11-18 | * added stat constants to the acquire-item interface | Michael Vogt | 1 | -0/+12 | |
| 2005-11-18 | * support for the pkgAcquire::ItemIterator added | Michael Vogt | 1 | -0/+75 | |
| 2005-11-18 | * acquire interface works with progress reporting now | Michael Vogt | 1 | -1/+15 | |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 10 | -16/+257 | |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -2/+18 | |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 2 | -13/+37 | |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 2 | -4/+8 | |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 4 | -35/+26 | |
| 2005-10-20 | * merged with the progress reporting code | Michael Vogt | 2 | -2/+8 | |
| Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-43 * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-1 * support the apt--progress-reporting--0 branch (using "InstallProgress.statusfd) * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-2 * support for update reporting via vte/progress bars added, including a evil "pass-me-my-file-descriptor" hack * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-3 * merged with python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-4 * merged from python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-5 * better support new python-apt, added example for gui-inst with support for VTE_PTY_KEEP_FD * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-6 * removed the fdsend stuff again, libvte will be patched instead | |||||
| 2005-09-12 | * export locking | Michael Vogt | 1 | -3/+57 | |
| 2005-08-08 | * always call Restart in srcrecords.Lookup | Michael Vogt | 1 | -0/+1 | |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 2 | -5/+22 | |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 1 | -2/+5 | |
| 2005-08-05 | * changelog merged with older debian versions, apt-secure support added (but ↵ | Michael Vogt | 1 | -0/+15 | |
| #if 0ed for performance reasons) | |||||
| 2005-08-04 | * applied a patch from Chris Halls to return the apt error string on a ↵ | Michael Vogt | 1 | -6/+11 | |
| system error exception (thanks chris!) | |||||
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 1 | -7/+10 | |
