Commit History

Author SHA1 Message Date
  Simon Sapin a838a41263 Apprently "cannot" and "can not" are not identical. 12 years ago
  Simon Sapin 4e30f965cc Simplify and document the signature of EncodingOverride::encode. 12 years ago
  Simon Sapin 9ae1fd2fc3 Make rust-encoding an optional feature. 12 years ago
  Simon Sapin 56d10e0f3d No flat enums. [breaking-change] 12 years ago
  Simon Sapin ad2d4c8f6b Implement Error for ParseError 12 years ago
  Simon Sapin ac355d4bca Make ParseError a C-like enum. 12 years ago
  Andrew Cann 89dd1b1555 fmt::FormatError has been renamed to fmt::Error 12 years ago
  Paul DiPietro 73dad6ecd0 Changed Show impl errors to start with lowercase 12 years ago
  Chris Morgan 1048a8dd13 Rust update. 12 years ago
  Jason Ozias 0f378a1501 Update for changes to rust-encoding 12 years ago
  Jason Ozias 0e55c64847 Fix for rust commit 3dcd2157403163789aaf21a9ab3c4d30a7c6494d 'Switch to purely namespaced enums' 12 years ago
  Simon Sapin cec3c32168 Upgrade to rustc 63c4f22f2 2014-11-05. 12 years ago
  Steve Klabnik 459e021147 fail -> panic 12 years ago
  Joshua DeSeno 97ce85d9de Rename StrAsciiExt and OwnedStrAsciiExt usages 12 years ago
  Louis Morgan b57d7d0d02 Fix some deprecation warnings 12 years ago
  Matt McPherrin ba9d15be68 Change .. to ... because it seems Rust did that. 12 years ago
  Alex Crichton 903f1c19c1 Update to rust master 12 years ago
  Simon Sapin 03f6b332bc Add parse_path(). Fix #14. 12 years ago
  Björn Steinbrink fae79aeada Fix building with current rust 12 years ago
  Simon Sapin 43419c0b84 Store the default port number in URLs. 12 years ago
  Simon Sapin 852d8a90ce Make the port numer Option<u16> instead of String. 12 years ago
  Simon Sapin 553d003051 Move most top-level items into modules. 12 years ago
  Simon Sapin 286c8f7bfb Add Url::to_file_path() for Windows. 12 years ago
  Sean McArthur e8cce39245 use enum ParseError for errors instead of strings 12 years ago
  Simon Sapin 4cbff00def Rename FileLikeScheme to FileLikeRelativeScheme. 12 years ago
  Simon Sapin e18f7e460c Make implementation details of percent-encoding encode sets private. 12 years ago
  Simon Sapin 213589de43 Rename OtherSchemeData to NonRelativeSchemeData 12 years ago
  Simon Sapin 8927aad583 Rename utf8_percent_encode_to to utf8_percent_encode 12 years ago
  Simon Sapin 8701d4d947 Add percent encoding/decoding wrappers that return a String/Vec. 12 years ago
  Simon Sapin ba6e0c7458 Upgrade to ef352faea84fa16616b773bd9aa5020d7c76bff0 2014-07-18 12 years ago