Commit History

Author SHA1 Message Date
  Corey Farwell 3f28ebfd57 Address issues found by rust-clippy 10 years ago
  Anthony Ramine 0ad4d961b1 Introduce Url::join 10 years ago
  Keith Yeung da98e200f3 Use triple slash for documentation on Url::origin method 10 years ago
  Pyfisch 7cd99d7ad1 improve `Origin` 10 years ago
  Pyfisch befcf7c3ed Move all tests to tests/ folder. 11 years ago
  Pyfisch ce1efd3911 Change host to use ip address types provided by std. 11 years ago
  Simon Sapin c633569056 Revert "Add IPv4 variant to Host and remove custom Ipv6 address type" 11 years ago
  Pyfisch ecc7bb79bc Add IPv4 variant to Host and remove custom Ipv6 address type 11 years ago
  Markus Unterwaditzer 3e72c19581 Manually impl Ord, PartialOrd 11 years ago
  Markus Unterwaditzer b999b7df92 Make port: None equal to port: default_port 11 years ago
  bors-servo a3cd772026 Auto merge of #111 - KiChjang:url-origin, r=SimonSapin 11 years ago
  Conrad Kleinespel ff02193717 adds docs about query string decoding 11 years ago
  panicbit 2e8f0f63c7 Adjust set_query_from_pairs bounds 11 years ago
  Michael Howell d036ad454f Use the compiler plugin. 11 years ago
  Michael Howell 7a4ac2390d Add heapsize support. 11 years ago
  Patrick Walton 269af0e422 Add optional serialization with `serde` 11 years ago
  Simon Sapin 6dbd743189 Add an arbitrary ordering to `Url`. Fix #114. 11 years ago
  Simon Sapin 3d4430b193 Derive `Hash` instead of implemeting it based on `.serialize()`. 11 years ago
  Keith Yeung 08ea09ce04 Using opaque identifiers 11 years ago
  Keith Yeung aec7d49de8 Now using port_or_default to get the port of a URL for the origin method 11 years ago
  Keith Yeung b63effc66a Added the generation of UUIDs using uuid crate 11 years ago
  Keith Yeung f056ebf98e Fixed compiler errors 11 years ago
  Keith Yeung 126f4b7e37 Implemented the origin method (fixes #54) 11 years ago
  Jorge Israel Peña 099a760260 implement FromStr for Url 11 years ago
  Simon Sapin 93bc3d1f44 Build most Windows-specific code on non-Windows too so it doesn’t bitrot. 11 years ago
  Simon Sapin f0f1bb9e82 Use slice indexing rather than Iterator::skip. 11 years ago
  Jakko Sikkar be50b34fe4 fix for the "\src\lib.rs:997:5: 1005:6 error: the trait `core::marker::Sized` is not implemented for the type `[collections::string::String]` [E0277]" 11 years ago
  Simon Sapin 771d5ff32b Merge pull request #98 from frewsxcv/spelling 11 years ago
  Simon Sapin 662531313a Merge pull request #99 from frewsxcv/cleanup 11 years ago
  Corey Farwell 42da7aa765 General cleanup and modernization 11 years ago