- Create the cache directly from the schema (installed) file.
[platform/upstream/libzypp.git] / zypp / SourceManager.cc
2006-10-13 Duncan Mac-Vicar Pimplement rename source in sourcemanager
2006-10-13 Duncan Mac-Vicar Pindent
2006-10-09 Duncan Mac-Vicar P- YaST sources:
2006-06-26 Duncan Mac-Vicar P- fix refresh in trunk, aka #186115
2006-06-26 Duncan Mac-Vicar P- adapt everything to SourceInfo with accesors and...
2006-06-23 Duncan Mac-Vicar PUnify SourceInfo class, probably breaks backend, I...
2006-06-21 Duncan Mac-Vicar P- Hook modalias() supplements without package to "kerne...
2006-06-14 Klaus Kaempfrefactor last change again to get all relevant Source...
2006-06-14 Klaus Kaempfcombine knownAliases and knownUrls in a single function
2006-06-12 Klaus Kaempfadd removeSourceByUrl, just for completeness
2006-06-12 Klaus Kaempfadd url_filter
2006-06-12 Klaus Kaempf- make alias_filter semantics more obvoius
2006-06-12 Duncan Mac-Vicar Pfix compile error
2006-06-09 Duncan Mac-Vicar Pfix logic here, we want to restore only the source...
2006-06-09 Duncan Mac-Vicar Pallow restore by alias
2006-06-09 Duncan Mac-Vicar PAPI for Klaus
2006-06-08 Michael Andres- Installation: Assert product information is stored...
2006-05-22 Martin VidnerAdded SourceManager::findSourceByUrl to overcome alias...
2006-05-11 Martin Vidner- SourceManager: moved source deletion before creation
2006-05-11 Martin Vidnerremoved dead code dealing with known_caches from Source...
2006-04-24 Michael Andres- Use filesystem::TmpDir to create unique and unused...
2006-04-24 Duncan Mac-Vicar PUse Pathname and Url for source data.
2006-04-06 Stanislav Visnovskyreport broken aliases after restore
2006-04-05 Stanislav Visnovskyuse the type as specified by the persistent store
2006-03-25 Jiri Srainreport separate exception when trying to start source...
2006-03-23 Stanislav Visnovskyrelease all media if source is being deleted (#159754)
2006-03-22 Michael Andres- Provide iterator based access to SourceManager data.
2006-03-21 Stanislav VisnovskyApply patch for #156114
2006-03-14 Stanislav Visnovskyfunction to disable all sources in the persistent store
2006-03-11 Michael Andres- ProvideNumericId: Allow explicit creation of Objects...
2006-03-10 Michael Andres- make SourceManager log
2006-03-08 Michael AndresSourceManager:
2006-03-07 Michael Andresfixed missing return value
2006-03-07 Marius Tomaschewski- Changed to use url().asCompleteString (incl. passwd).
2006-03-06 Klaus Kaempfadd debug
2006-03-03 Jiri Srainfixed media reattaching
2006-03-03 Stanislav VisnovskyAPI for resetting the source manager
2006-03-02 Stanislav Visnovskythrow exception with details about sources that cannot...
2006-02-28 Jiri Srainadded functions to reattach all non-mounted sources
2006-02-28 Duncan Mac-Vicar Plot of useful debug information I need to debug my...
2006-02-28 Stanislav VisnovskyDon't use the same source cache multiple times
2006-02-27 Stanislav Visnovskyavoid using already existing cache
2006-02-24 Stanislav Visnovskyfail silently if cannot create source cache. This intro...
2006-02-24 Stanislav VisnovskyStore metadata only if they were not stored yet
2006-02-23 Jiri Srainadded SourceManager::releaseAllSources (#152709)
2006-02-22 Stanislav Visnovskydon't store the root prefix in the cache_dir (#151436)
2006-02-21 Stanislav VisnovskyFixed cache dir handling
2006-02-20 Stanislav VisnovskyReport problems when restoring sources from persistent...
2006-02-17 Stanislav Visnovskyprovide public API for using caches
2006-02-14 Stanislav VisnovskyOn removeSource() remove a source also from a persisten...
2006-02-14 Stanislav Visnovsky- added autorefresh flag, the semantics not implemented
2006-02-13 Stanislav Visnovsky- store source alias in the XML backend
2006-02-09 Ladislav Slezak- SourceManager - provide ids of all installation sources
2006-02-07 Stanislav Visnovskystore/restore sources
2006-02-03 Jiri SrainAdded source cache (store metadata on target system)
2006-01-30 Michael Andres- eliminated Source(typedef) which is in fact Source_Ref.
2006-01-28 Klaus Kaempfname -> alias
2006-01-27 Klaus Kaempf"Source &" -> "Source_Ref"
2006-01-27 Klaus Kaempfallow for 'alias' in sources
2006-01-26 Stanislav VisnovskyMove resolvable pool inject to ZYpp
2006-01-26 Stanislav Visnovskydisable all sources
2006-01-25 Jiri Srainlet source manager add an existing source
2006-01-25 Jiri Srainpush resolvables from sources to object pool
2006-01-25 Jiri Srain- made SourceManager singleton
2006-01-24 Jiri Srainadded more methods to source manager
2006-01-24 Jiri Srainfirst backup of source manager