revert isLocal metod and use downloads instead to decide when cache packages.
[platform/upstream/libzypp.git] / zypp / Url.h
2008-05-06 Josef Reidingerrevert isLocal metod and use downloads instead to decid...
2008-05-02 Josef Reidingeradd isLocal function to Url which say if scheme is...
2007-07-19 Duncan Mac-Vicar Pwhitespace
2007-07-19 Duncan Mac-Vicar PFix reading container attributes from the cache
2007-07-18 Duncan Mac-Vicar Pimplement also operator != for Url
2007-07-18 Duncan Mac-Vicar PFix reading container attributes from the cache
2007-05-31 Duncan Mac-Vicar P- add operator < to use Url in std::set
2006-03-07 Marius Tomaschewski- Added asCompleteString() shortcut function that forces
2006-02-16 Marius Tomaschewski- Fixed to provide getViewOptions/setViewOptions()
2006-02-06 Marius Tomaschewski- Converted to use zypp::Exception derived exceptions
2006-01-29 Klaus KaempftoString() -> asString()
2006-01-19 Marius Tomaschewski- Documented exceptions, ...
2006-01-18 Marius Tomaschewski- Added flag if encoded or not to set functions
2006-01-13 Marius Tomaschewski- Removed not existing eflag param from getPort documen...
2006-01-11 Marius Tomaschewski- More documentation
2006-01-10 Marius Tomaschewski- Added assignment operators
2006-01-09 Marius Tomaschewski- More documentation.
2005-12-12 Marius Tomaschewski- added isValid() function.
2005-12-12 Marius Tomaschewski- implemented get/setPathParam and get/setQueryParam...
2005-12-12 Marius Tomaschewski- Added toString(ViewOptions)
2005-12-12 Jiri SrainAdded ostream<< operator for Url class
2005-12-12 Marius Tomaschewski- Fixed indenting to match zypp style
2005-12-09 Marius Tomaschewski- Initial Url checkin.