Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / url / UrlBase.cc
2016-11-01 DongHun KwakImported Upstream version 15.0.0 56/94656/1
2016-11-01 DongHun KwakImported Upstream version 14.39.0 35/94635/1
2016-11-01 DongHun KwakImported Upstream version 14.30.0 15/94615/1
2012-04-27 Michael Andresdo not use sys includes for zypp header files
2010-11-22 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-11-03 Dominik Heidleradded Url::delQueryParam method
2010-04-13 Michael AndresFix parsing port from IPv6 URL (bnc#593385)
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...
2008-04-09 Stefan Schubertremoved translation flag for none user errormessages
2007-12-18 Arvin Schnell- fixed password handling in URLs (bug #347273)
2007-08-22 Martin VidnerDo not use "a-z" in regexes. Fixes "Invalid Url scheme...
2007-08-10 Duncan Mac-Vicar Preducing diff
2007-08-10 Duncan Mac-Vicar Pa little bit of cleanup
2007-08-10 Duncan Mac-Vicar Pimporting my current diff
2006-11-27 Marius Tomaschewski- Added translations marks to hal, url and mutex except...
2006-07-06 Marius Tomaschewski- Bug #172608, changed to implement default constructor
2006-04-11 Marius Tomaschewski- Improved path name "//" vs. "/%2f" handling in cleanu...
2006-04-03 Marius Tomaschewski- Refined cleanupPathName to encode the second slash...
2006-03-30 Marius Tomaschewski- Fixed cleanupPathName and its usage in setPathName...
2006-03-22 Marius Tomaschewski- Fixed "file:" Url scheme config to allow relative...
2006-02-16 Marius Tomaschewski- Added require_host and require_pathname flags
2006-02-15 Marius Tomaschewski- Fixed to reject relative paths if authority exists
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-19 Marius Tomaschewski- Catched exceptions in isValidPort / isValidHost and...
2006-01-18 Marius Tomaschewski- Added flag if encoded or not to set functions
2006-01-13 Marius Tomaschewski- Fixed port number checking regex (numeric only)
2006-01-12 Marius Tomaschewski- Changed initialization
2006-01-11 Marius Tomaschewski- More documentation
2006-01-10 Marius Tomaschewski- Fixed to compare with canonical/lowercase scheme
2006-01-10 Marius Tomaschewski- Make sure, scheme has canonical form == lowercase
2006-01-10 Marius Tomaschewski- Implemented minimal path name cleanup
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-09 Marius Tomaschewski- Initial Url checkin.