changing ostream::operator<< breaks testsuite. reverted.
[platform/upstream/libzypp.git] / zypp / cache /
2007-10-03 Martin VidnerFixed warnings about explicit operator precedence and...
2007-10-01 Michael AndresIncorporated patch from Michael Matz to speedup cache...
2007-09-17 Michael AndresUpdate ZYPP_CACHE_SCHEMA_VERSION
2007-09-14 Michael Andres- Fixed YUM parser, database schema, RepoImpl, PatchRpm...
2007-09-11 Duncan Mac-Vicar P- restore deltas and patches from the cache (#309124)
2007-09-06 Duncan Mac-Vicar P- Fix for bug #307163 - empty package descriptions
2007-08-31 Michael AndresAdded missing PatchId attribute
2007-08-28 Klaus Kaempf- rename ResolvableQuery::iterateResolvablesByKindsAndS...
2007-08-21 Klaus Kaempfmake the {type,name,dir}_cache actually cache something
2007-08-20 Klaus Kaempfsearch conjunctive on multiple string with iterateResol...
2007-08-20 Klaus Kaempfadd FIXME for regexp usage of .*/. vs. sql usage of %/_
2007-08-20 Klaus Kaempf- unify query API for kind and name, summary, description
2007-08-17 Klaus Kaempf- add iterateResolvablesByKindsAndName
2007-08-17 Klaus Kaempf- add reverse lookup for CacheTypes
2007-08-16 Klaus Kaempf- fix ResolvableQuery::query(), add ResolvableQuery...
2007-08-16 Klaus Kaempffix the sqlite3_bind() for query-by-name, the wildcards '%'
2007-08-16 Klaus Kaempfmove the ProcessResolvable out of the struct
2007-08-16 Klaus Kaempf- run sqlite asynchronously and add sql index files...
2007-08-10 Duncan Mac-Vicar Pzypp/RepoInfo.cc
2007-08-09 Jan Kupec- fixed some more exception docs and history
2007-08-07 Duncan Mac-Vicar Pmerge
2007-08-03 Michael Andres- Add product attribute 'type' (aka 'category' which...
2007-08-03 Michael Andres- Speed up retrieving MediaNr attribute, as it slows...
2007-08-03 Duncan Mac-Vicar P- commit() the cache schema upgrade
2007-08-03 Michael AndresFixed pattern includes and extends attributes.
2007-08-03 Duncan Mac-Vicar P- actually _insert_ the new capabilities
2007-08-03 Duncan Mac-Vicar P- add split and filesystem caps to cache
2007-08-03 Duncan Mac-Vicar P- add pkgname attribute to modalias caps (#295473)
2007-08-01 Duncan Mac-Vicar Padd index
2007-08-01 Duncan Mac-Vicar P- implement disk usage basic infrastructure for cache...
2007-07-30 Michael Andres- Fixed wrong media number reported by script, message...
2007-07-27 Duncan Mac-Vicar P- invert arguments in sqlite3x setprogresshandler
2007-07-27 Duncan Mac-Vicar P- Move the sqlite3x tick logic to sqlite3x iteself...
2007-07-20 Duncan Mac-Vicar Passert cache directory when initializing
2007-07-19 Michael Andreschanged ZConfig to become a singleton
2007-07-18 Duncan Mac-Vicar PFix reading container attributes from the cache
2007-07-18 Michael Andres- Fixed repo::provideFile to throw on error.
2007-07-16 Duncan Mac-Vicar Pmerge REFACTORING-10_3 back to trunk
2007-06-20 Duncan Mac-Vicar P- use a saner way to detect no records found
2007-06-20 Michael Andresdefine common attribute identifiers to use for writing...
2007-06-18 Duncan Mac-Vicar P- smart refresh works both for metadata and cache.
2007-06-18 Michael Andresfix gcc-4.2 errors, warnings, add -D_FILE_OFFSET_BITS...
2007-06-18 Duncan Mac-Vicar Pbackup implementing smart refresh, addding and deletion...
2007-06-18 Duncan Mac-Vicar P-add test for reponfo
2007-06-18 Duncan Mac-Vicar Pfix exception
2007-06-17 Duncan Mac-Vicar P- add progress hook to all time consuming tasks in...
2007-06-15 Duncan Mac-Vicar P- compile
2007-06-15 Duncan Mac-Vicar Preplaced by .cc
2007-06-14 Duncan Mac-Vicar Pbackup, fix cache store exceptions (not all) and rework...
2007-06-14 Michael AndresChange ResolvableDataConsumer IF to return the RecordId...
2007-06-13 Duncan Mac-Vicar Pbackup
2007-06-11 Duncan Mac-Vicar P- add messages
2007-06-11 Duncan Mac-Vicar Pthrow most exceptions using ZYPP_THROW
2007-06-11 Duncan Mac-Vicar P- Make the container function use iterators (thanks ma)
2007-06-11 Duncan Mac-Vicar P- get rid of internal forced instanciation, not needed.
2007-06-11 Duncan Mac-Vicar Pfix linking templates
2007-06-08 Duncan Mac-Vicar P- cached Patch implementation
2007-06-06 Duncan Mac-Vicar Pzypper port starts. zypp2 to zypp
2006-07-17 Duncan Mac-Vicar Pmove new classes to zypp2 to make a parallel refactoring
2006-07-11 Duncan Mac-Vicar Pmake the cache initializer testeable
2006-07-11 Duncan Mac-Vicar P- finally the cacher and parser connect together
2006-07-10 Duncan Mac-Vicar Pmonday progres...
2006-07-04 Duncan Mac-Vicar Pmore skeletons
2006-07-03 Duncan Mac-Vicar Pmove initializing code to a separate class, it will...
2006-06-30 Duncan Mac-Vicar P- Make checksum throw if invalid at construction
2006-06-29 Duncan Mac-Vicar Pmove utils to here
2006-06-29 Duncan Mac-Vicar Pmore cache improveements
2006-06-29 Duncan Mac-Vicar P- this will be the common classes to transport data...
2006-06-28 Duncan Mac-Vicar Pcompile
2006-06-28 Duncan Mac-Vicar PSourceCacher will be the class responsible for:
2006-06-28 Duncan Mac-Vicar P- allow to set SourceInfo bools as undeterminate too.
2006-06-27 Duncan Mac-Vicar Pcan initialize the KnownSourcesCache, and import the...