importing my current diff
[platform/upstream/libzypp.git] / zypp / url / UrlBase.cc
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.