ignore
[platform/upstream/libzypp.git] / zypp / SourceFactory.cc
2006-10-13 Michael Andresdo not write to std::cout
2006-10-09 Duncan Mac-Vicar P- YaST sources:
2006-10-01 Martin VidnercreateSourceImpl: debugging output belongs to the log...
2006-09-18 Ladislav Slezak- SourceFactory::createFrom() - don't loose url,...
2006-09-14 Ladislav Slezak- fixed SourceFactory::createFrom() - don't loose alias...
2006-09-04 Duncan Mac-Vicar P- Progress for YUM sources
2006-08-30 Michael AndresAdd baseSource property to SourceInfo structure and...
2006-08-29 Duncan Mac-Vicar P- add missing includes
2006-08-22 Duncan Mac-Vicar P- Introduce sane probing, with reporting, And decoupled
2006-08-10 Duncan Mac-Vicar P- Support for plaindir 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-05-24 Michael Andres- Added skeleton for plaindir source implementation.
2006-04-21 Jiri Sraininitialize the product category according to source...
2006-04-05 Stanislav Visnovskyuse the type as specified by the persistent store
2006-03-14 Stanislav VisnovskyDo not assume there is a product file when scanning...
2006-02-27 Stanislav Visnovskydon't attach medium if initialized from cache
2006-02-21 Stanislav VisnovskyFixed cache dir handling
2006-02-10 Marius Tomaschewski- Removed MediaNr from isDesiredMedia() in verifiers.
2006-02-06 Stanislav Visnovsky- report source creation probe
2006-02-06 Michael Andres- adapted SourceFactory and SourceImpl to create Source...
2006-02-03 Jiri SrainAdded source cache (store metadata on target system)
2006-02-03 Stanislav Visnovsky- media change callback (provideFile only for now)
2006-01-30 Michael Andres- eliminated Source(typedef) which is in fact Source_Ref.
2006-01-27 Klaus Kaempfallow for 'alias' in sources
2006-01-25 Jiri Srainchanged WAR -> MIL
2006-01-25 Jiri Srainupdated SourceFactory
2006-01-24 Michael AndresFixed compiler warning
2006-01-19 Jiri Srainsource factory now produces source from URL and directo...
2006-01-16 Michael Andres-Adjusted Source and added SourceFactory