- Create the cache directly from the schema (installed) file.
[platform/upstream/libzypp.git] / zypp / Source.cc
2007-02-26 Duncan Mac-Vicar Premove zmd* methods. Not used anywhere, only confusing
2006-10-09 Duncan Mac-Vicar P- YaST sources:
2006-10-06 Duncan Mac-Vicar PIntroduce a method to see if a source supports a
2006-09-07 Duncan Mac-Vicar P - add Source::checksum() which in combination with
2006-05-24 Duncan Mac-Vicar P- add Source_Ref::timestamp(), default to now()
2006-05-16 Martin VidnerAdded Source_Ref::resStoreInitialized.
2006-04-21 Jiri Sraininitialize the product category according to source...
2006-04-05 Klaus Kaempfadd Source::setUrl()
2006-04-04 Duncan Mac-Vicar Pno feedback, tests passes, go on
2006-03-31 Klaus Kaempfhonor 'subscribed' status of sources (#162350)
2006-03-22 Duncan Mac-Vicar Phttps://bugzilla.novell.com/show_bug.cgi?id=159976
2006-03-14 Martin VidnerAdded Source_Ref::setAlias (#154913).
2006-03-13 Jiri Sraindelete RPMs downloaded via FTP/HTTP after installing...
2006-03-10 Stanislav Visnovskyprovide Source::remote() to fix #156176
2006-03-07 Michael Andres- Source:
2006-03-06 Duncan Mac-Vicar Pcompleted support for gpg keys for SuseTags source...
2006-03-03 Duncan Mac-Vicar Pstart implementing gpg keys support for sources
2006-03-03 Jiri Srainfixed media reattaching
2006-03-03 Stanislav Visnovskysource refresh
2006-02-28 Jiri Srainfixed syntax
2006-02-28 Jiri Srainadded functions to reattach all non-mounted sources
2006-02-28 Stanislav Visnovskyimplemented Source::resolvables(kind), susetags only...
2006-02-24 Stanislav VisnovskyAPI for source resolvables for one resolvable kind
2006-02-23 Jiri Srainadded SourceManager::releaseAllSources (#152709)
2006-02-21 Stanislav VisnovskyFixed cache dir handling
2006-02-14 Stanislav Visnovskyprovide media information about a source
2006-02-14 Stanislav Visnovsky- added autorefresh flag, the semantics not implemented
2006-02-10 Klaus Kaempfreturn !!
2006-02-10 Stanislav Visnovsky- applied Jiri's patch for MediaSet use
2006-02-09 Stanislav Visnovskyredirect (dummy for now)
2006-02-08 Jiri Srain- adapted to changes in YUM parser
2006-02-05 Klaus Kaempfaccess id and zmd stuff
2006-02-04 Michael Andres- backup; start fixing Source init.
2006-02-03 Jiri SrainAdded source cache (store metadata on target system)
2006-01-30 Michael Andres- Source: fixed conversion to bool and removed Source_R...
2006-01-30 Michael Andres- Fixed provision or Source_Ref's "nullimpl". As it...
2006-01-29 Klaus Kaempfadd 'bool valid()' to check for default/nullimpl vs...
2006-01-29 Klaus Kaempfreturn url as Url and path as Pathname
2006-01-28 Stanislav VisnovskyProvide url for source
2006-01-28 Klaus Kaempfremove the ==/!= operators from Source.h
2006-01-27 Klaus Kaempf"Source &" -> "Source_Ref"
2006-01-27 Klaus Kaempfallow for 'alias' in sources
2006-01-27 Klaus Kaempffix to compile
2006-01-27 Klaus Kaempfadd name()
2006-01-27 Jiri SrainResolvables now provide information about their source...
2006-01-24 Jiri Srainadded more methods to source manager
2006-01-24 Jiri SrainPackage class provides path to its RPM/patchRPM/deltaRPM
2006-01-24 Michael AndresFixed compiler warning
2006-01-16 Michael Andres-Adjusted Source and added SourceFactory
2006-01-16 Michael Andres- Moved Source to zypp. Added source::SourceImpl as...