backup
[platform/upstream/libzypp.git] / zypp / base /
2007-11-13 Stephan Kulowfix compile
2007-10-03 Martin VidnerFixed compilation errors with GCC 4.3 by adding missing...
2007-08-31 Michael AndresAdded str::strToTrue, str::sstrToFalse and str::sstrToB...
2007-08-30 Ladislav Slezak- base/LogControl.cc - added missing implementation...
2007-08-16 Klaus Kaempffix String::endsWith
2007-08-10 Duncan Mac-Vicar P- adapting regex code
2007-08-10 Duncan Mac-Vicar Punify on regex_match(), remove regex_search
2007-08-10 Duncan Mac-Vicar Pzypp uses 2 space indentation
2007-08-10 Duncan Mac-Vicar Pa little bit of cleanup
2007-08-10 Duncan Mac-Vicar Padd a endsWith() - untested, unused so far.
2007-08-10 Duncan Mac-Vicar Pactually pass the flags to the regcomp() function :)
2007-08-10 Duncan Mac-Vicar Pfiles got added twice, bad idea
2007-08-10 Duncan Mac-Vicar Pimporting my current diff
2007-08-10 Duncan Mac-Vicar Padding regex wrapper implementation
2007-08-03 Michael AndresSpecialize str::asString<> for intrusive_ptr and weak_p...
2007-08-02 Michael Andres- Indicate changed pool content if /etc/sysconfig/stora...
2007-08-02 Michael AndresAs SerialNumber indicates changes, it does not make...
2007-08-02 Michael AndresAdd: Simple serial number management, e.g to indicate and
2007-07-27 Michael Andresadd missing include
2007-07-27 Michael Andresdocs
2007-07-27 Michael AndresAdd historyAsString()
2007-07-27 Michael Andresadd message history to Exception
2007-07-24 Michael AndresFixed bug in smart pointer comparison.
2007-07-19 Martin Vidnerbase/Gettext.h must not be included by any zypp header...
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 Arvin Schnell- fixed some typos
2007-06-18 Michael Andresenhanced base/Random.h; duplicate code removed
2007-06-11 Duncan Mac-Vicar P- Make the container function use iterators (thanks ma)
2007-05-23 Michael Andresadd RW_pointer traits for scoped_ptr
2007-05-18 Duncan Mac-Vicar Pcompile
2007-05-18 Duncan Mac-Vicar P- some iostream -> iosfwd in headers
2007-05-15 Michael Andresupdated data:: resolvable classes.
2007-05-08 Michael Andresfixed missing return value
2007-05-07 Duncan Mac-Vicar Pcompile
2007-05-07 Michael AndresAdd attribute noreturn to ZYPP_THROW and ZYPP_RETHROW
2007-05-07 Duncan Mac-Vicar P r5205@piscola: dmacvicar | 2007-05-07 15:37:43 +0200
2007-05-07 Michael Andresfixed smart pointer output operator (prints 'NULL'...
2007-05-03 Michael Andresbackup
2007-05-03 Michael Andresdocs updated
2007-05-03 Michael Andres- Added UserRequestException: To be thrown on behalf...
2007-04-27 Michael AndresMade InputStream set no size for compressed files.
2007-04-25 Michael AndresAdd size to InputStream to ease progress computation
2007-04-20 Michael Andresextend line parser to retrieve file position
2007-04-19 Michael Andressupport line numbers in lineparser
2007-04-18 Michael Andresclass WatchFile: Remember a files attributes to detect...
2007-04-16 Duncan Mac-Vicar Pcompile
2007-04-16 Duncan Mac-Vicar P- Compile YUM downloader
2007-04-10 Michael AndresAdded class PackageKeyword
2007-04-10 Michael Andreswork around __FILE__ being defined as absolute path
2007-04-10 Michael AndresAdded UniqueString: Immutable strings with unique repre...
2007-04-04 Michael Andresadded str::hasPrefix std::stripPrefix
2007-04-03 Michael Andresfixes to compile with latest gcc
2007-03-22 Michael AndresAdded iostr::EachLine: Simple lineparser. Traverse...
2007-03-19 Duncan Mac-Vicar Pimplement capabilities storing.... lot of progress
2007-03-01 Duncan Mac-Vicar Pbye autofoo
2007-01-31 Duncan Mac-Vicar Pbuild cmake without sub statc libraries
2007-01-24 Duncan Mac-Vicar PMerged revisions 4705-4906 via svnmerge from
2006-11-29 Duncan Mac-Vicar P- add cmake support for building zypp/ lib.
2006-11-27 Michael AndresMake hash_set and hash_map available in namespace zypp.
2006-11-25 Michael AndresAdded debug::Measure: Tool to measure elapsed real...
2006-11-10 Michael Andresunify syntax for prointing std::map
2006-11-10 Michael Andresdoxygen fixes
2006-10-24 Michael Andrescomment typo fixed
2006-10-24 Michael Andres- added mapEntry iomanip; cleanup DumpMap
2006-10-22 Michael Andres- Added stream output for std::map '[key] = value'...
2006-10-19 Martin VidnerFixed the format string to work even on 64bit arch.
2006-10-16 Martin VidnerFixed file name in \file tag for doxygen
2006-10-16 Martin VidnerFixed file names in \file tags for doxygen
2006-10-13 Michael Andrestypo
2006-10-13 Michael Andres- added class DefaultIntegal<_Tp,_Initial>: Integral...
2006-10-13 Michael Andresduplicate code removed
2006-10-10 Duncan Mac-Vicar P- Implement microseconds logging when ZYPP_PROFILING...
2006-10-09 Duncan Mac-Vicar P- introduce Profiling Log formater, to add microseconds...
2006-10-04 Michael Andresadded missing ctors
2006-10-04 Michael Andresadded InputStream: Helper to create and pass std::istream.
2006-10-04 Michael Andresadded NullDeleter: shared_ptr custom deleter doing...
2006-10-02 Michael Andres- Fixed SEGV in GzStream if gzclose fails.
2006-10-02 Martin Vidnersmall autodocs enhancements
2006-09-13 Martin VidnerFixed warnings spotted by -Wextra
2006-09-07 Martin VidnerImplemented fgzstreambuf::compressed_tell and fXstream...
2006-08-02 Duncan Mac-Vicar P- merge 3728:3847 in trunk.
2006-06-28 Michael Andresadded dumpRangeLine
2006-06-23 Duncan Mac-Vicar P- forward port from SLE branch
2006-06-09 Klaus Kaempfcleanup, commented
2006-06-09 Klaus Kaempf- include Pathname.h in Sysconfig.h
2006-06-09 Klaus Kaempffix namespace
2006-06-09 Klaus Kaempffactorize out Sysconfig reader
2006-05-18 Duncan Mac-Vicar P- fix missing package descriptions due to filtered...
2006-04-19 Michael Andres- fixed missplaced Logger.h includes
2006-04-18 Stanislav Visnovskyfix doxygen docu
2006-04-06 Michael Andresadded filter_iterator convenience
2006-04-06 Michael Andresprovide ostream operator<< for smart pointers
2006-04-06 Michael Andresadded LogControl::TmpLineWriter
2006-04-06 Michael Andresadded convenience to log pool stats
2006-03-29 Michael Andres- added zypp/base/LogTools.h (ostream operator<< for...
2006-03-29 Jiri Srainadded missing file
2006-03-27 Michael Andres- fixed handling of Language resolvables
2006-03-23 Michael Andresclassify NULL Ptr as unique
2006-03-22 Michael Andres- Provide iterator based access to SourceManager data.
next