Deprecate MediaAccess::downloads (accidentally deleted)
[platform/upstream/libzypp.git] / zypp / base /
2009-09-10 Michael AndresResert linewriter in LogControl dtor.
2009-09-10 Michael AndresRemove unneeded DefaultFalseBool.
2009-09-03 Michael AndresNew class Str (string building convenience) and appendE...
2009-07-27 Michael AndresCreate LogControlImpl on demand instead of using a...
2009-06-04 Michael AndresCleanup and remove deprecated interface methods
2009-04-16 Michael AndresAdd convenience macros arrayBegin/arrayEnd for C-array...
2009-04-01 Stefan SchubertMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-03 Duncan Mac-Vicar Pmerge changes
2009-03-03 Duncan Mac-Vicar Padd string accessor for Regex
2009-02-06 Michael Andresconvenience added
2009-01-22 Ján KupecMerge branch 'master' of ssh://git@git.opensuse.org...
2009-01-22 Ján Kupecstr::splitFieldsEscaped() added
2008-12-12 Michael Andres- Add Exception::asUserHistory: Returns a single (multi...
2008-12-11 Michael Andres- Add str::hexencode and str::hexdecode to encode speci...
2008-11-25 Michael Matzopen with O_CREAT _must_ have a mode argument. Also...
2008-11-19 Michael Andresstream output for Flags
2008-11-06 Duncan Mac-Vicar Padd distrbutionFlavor that does not require the target...
2008-11-06 Michael Andres- enhance string to bool conversion and add tests.
2008-10-28 Michael AndresAdd functor::GetAll to store results found to some...
2008-10-27 Michael Andresobsolete iostream include in LogControl.h
2008-10-25 Stephan Kulowdefine std::cout and std::cerr
2008-10-24 Michael Andresmake log LineWriter public accessible
2008-10-22 Michael Andresfix String utilities and testcases
2008-10-21 Michael Andresadd str::hasSuffix and stripSuffix
2008-10-06 Michael Andres- Add filter::SameItemAs to find aequivalent items...
2008-09-24 Jan Kupec- str::escape(string, char) added
2008-09-09 Michael AndresAdapt ServiceInfo to/from .service
2008-08-14 Michael Andresfix log file fandling in testcase
2008-08-12 Michael Andres- Offer a simpler, fate based status manipulation in...
2008-08-11 Michael Andres- Propagate default rpm install flags from zypp.conf...
2008-08-11 Michael Andres- Add base::Flags (like qt's QFlags) a type-safe way...
2008-08-08 Michael Andres- Adapt to new product handling. Products are no longer...
2008-08-01 Arvin Schnell- fixed typo
2008-08-01 Arvin Schnell- fixed typos
2008-07-22 Michael Andres- remove all remaining freshes occurances
2008-07-13 Jan Kupec- shut up valgrind - uninitialized value
2008-06-30 Michael Andres- Fix permanent duplication of gpg keys in the rpm...
2008-06-10 Josef Reidinger- improve performance of gsub
2008-05-30 Thomas Goettlicherfixed typo
2008-05-09 Michael Andresadd str::stripLastWord
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
next