Imported Upstream version 17.25.3
[platform/upstream/libzypp.git] / zypp / Url.cc
2020-11-30 DongHun KwakImported Upstream version 17.25.3 upstream/17.25.3
2020-11-27 DongHun KwakImported Upstream version 17.23.5 upstream/17.23.5
2019-09-02 DongHun KwakImported Upstream version 17.11.1 upstream/17.11.1
2019-09-02 DongHun KwakImported Upstream version 17.0.0 upstream/17.0.0
2013-03-27 Matthias Grießmeieradded tftp-support (bnc#803316)
2012-04-27 Michael Andresdo not use sys includes for zypp header files
2012-02-03 Michael AndresAdd Url::setPathname convenience
2011-11-09 Michael AndresFix off-by-one error in regex::size and in Urls way...
2010-11-22 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-11-03 Dominik Heidleradded Url::delQueryParam method
2010-09-27 Duncan Mac-Vicar PMerge branch 'local_services' of gitorious.org:~duncan...
2010-09-27 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-09-24 Michael AndresUrl: define schema 'plugin:'
2009-09-10 Michael AndresUrl: Add tests schemeIsLocal,Remote,Volatile,Downloadin...
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-12-18 Arvin Schnell- fixed password handling in URLs (bug #347273)
2007-08-10 Duncan Mac-Vicar Pa little bit of cleanup
2007-08-10 Duncan Mac-Vicar Pimporting my current diff
2007-07-18 Duncan Mac-Vicar Ptypo
2007-07-18 Duncan Mac-Vicar PUse asCompleteString() here as it includes options
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
2007-03-05 Michael Andrescleaned static var in Url.cc
2006-11-27 Marius Tomaschewski- Added translations marks to hal, url and mutex except...
2006-09-25 Martin Vidnerfix: Url::getRegisteredSchemes() would always return...
2006-04-11 Marius Tomaschewski- Set path_encode_slash2=y for ftp in scheme config
2006-03-22 Marius Tomaschewski- Fixed "file:" Url scheme config to allow relative...
2006-03-07 Marius Tomaschewski- Added asCompleteString() shortcut function that forces
2006-02-23 Marius Tomaschewski- Added iso, nfs, smb, cifs schemes to repository
2006-02-16 Marius Tomaschewski- Added require path and disallow host config flags
2006-02-16 Marius Tomaschewski- Removed nfs scheme config (no restrictions to the...
2006-02-16 Marius Tomaschewski- Fixed to provide getViewOptions/setViewOptions()
2006-02-16 Marius Tomaschewski- Fixed to skip parsing if encodedUrl string is empty;
2006-02-15 Marius Tomaschewski- Added urn schema as special case that does not use
2006-02-06 Marius Tomaschewski- Converted to use zypp::Exception derived exceptions
2006-01-29 Klaus KaempftoString() -> asString()
2006-01-19 Marius Tomaschewski- Changed all regex exceptions.
2006-01-18 Marius Tomaschewski- Added flag if encoded or not to set functions
2006-01-13 Marius Tomaschewski- Fixed comment to not to use doxygen intro
2006-01-12 Marius Tomaschewski- Changes to use ViewOption::DEFAULTS
2006-01-11 Marius Tomaschewski- More documentation
2006-01-10 Marius Tomaschewski- Make sure, scheme has canonical form == lowercase
2006-01-10 Marius Tomaschewski- Added assignment operators
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 some comments about mailto: nfs: schema config
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.