added a hint to enable all requested repos
[platform/upstream/libzypp.git] / zypp / base /
2008-04-22 Josef Reidingerreplace boost::replace_all by jano's implementation...
2008-04-11 Jan Kupec- operator= and copy c-tor added
2008-04-09 Stefan Schubertremoved translation flag for none user errormessages
2008-04-08 Michael Andres- Fix some Patch and Pattern attributes.
2008-04-07 Duncan Mac-Vicar P- move the initialization to a option class.
2008-04-07 Duncan Mac-Vicar P- use Fd class instead of a plain integer so I can...
2008-04-04 Michael Andres- LookupAttr added fast forward moving, position info...
2008-04-04 Josef Reidingeradd split with respect to escaped delimeters and also...
2008-04-03 Josef Reidingerfix broken cruisecontrol build. gcc4.2 doesn't shout...
2008-04-03 Josef Reidingerremove iostream include from headers and add to sources...
2008-03-27 Duncan Mac-Vicar P- the lock passes the two testcases now
2008-03-27 Duncan Mac-Vicar Premove warning
2008-03-25 Duncan Mac-Vicar P- backup
2008-03-20 Duncan Mac-Vicar Pbackup prototype of granular locking. Dont look at...
2008-03-07 Stephan Kulowignore ignore
2008-02-19 Michael Andresadded Collector: functor writing elements to an output...
2008-02-15 Stephan Kulowmove into trunk
2008-02-14 Michael Andresadd basic locale interface to ResPool, remove deprecate...
2008-02-12 Michael Andresdrop ResPool byName iterator and use byIdent
2008-02-11 Michael AndresAdd pool byIdent iterator: Iterate over all items of...
2008-02-07 Michael Matz_XDEBUG is often _extremely_ expensive (the << operator...
2008-02-07 Stephan Kulowwho did this let slip through?
2008-02-05 Michael Andresget basic ResPool working again
2008-02-04 Michael Andresfix endless loop in str::split
2008-02-04 Michael AndresMove system arch and text locale handling to Zconfig...
2008-02-02 Duncan Mac-Vicar P- add unit test for sysconfig reader
2008-02-01 Michael Andresimprove some string helper
2008-01-28 Michael AndresFixed missing O_CREAT when opening an ofgzstream.
2008-01-21 Michael AndresRemoved obsolete files and classes.
2008-01-15 Michael Andresmove IdString to namespace zypp
2008-01-10 Michael Andresbackup
2007-12-18 Michael Andres- Changed ResKind implementation to use IdStr.
2007-12-18 Michael Andresadded compareCI: case insensitive string compare
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.
next