Commit History

Author SHA1 Message Date
  Simon Sapin bea7a484af form_urlencoded::Serializer is a "stateful" object. 10 years ago
  Simon Sapin d3e9824a21 Cow wrangling. (Reduce allocations/copying.) 10 years ago
  Simon Sapin 8e6418a3fb Don’t take time to run 0 in-crate unit tests 10 years ago
  Simon Sapin 507ff3f80f Self 10 years ago
  Simon Sapin 837a8da8f9 Introduce "output encoding", per spec. 10 years ago
  Simon Sapin 31cdce5a52 form_urlencoded::parse returns an iterator. 10 years ago
  Simon Sapin 988494deaf Replace {lossy_,}utf8_percent_decode with percent_decode().decode_utf8{_lossy,} 10 years ago
  Simon Sapin 8813343598 Percent-encoding yields `&str` instead of `char`. 10 years ago
  Simon Sapin d0c2bc2783 One unit tests crate. 10 years ago
  Simon Sapin ef0a1b2a92 Move webidl.rs to Servo. 10 years ago
  Simon Sapin b4bbaaa521 Docs 10 years ago
  Simon Sapin 6830decb4c Back to the builder pattern after all. 10 years ago
  Simon Sapin ca6a4aeaa3 Remove some `unsafe` blocks. 10 years ago
  Simon Sapin 9bf2c60699 Rename non-relative to cannot-be-a-base, per upcoming spec change. 10 years ago
  Simon Sapin 4ee76816b8 Add Url::into_string 10 years ago
  Simon Sapin 450af0e482 Maintain the invariant that an URL can not be both non-relative and special. 10 years ago
  Simon Sapin cb61d43635 Replase set_ipv{4,6}_host with set_ip_host taking IpAddr. 10 years ago
  Simon Sapin a1f389fc83 All setters. 10 years ago
  Simon Sapin 06f2fafa3f Port setters 10 years ago
  Simon Sapin 8306485a7c More WebIDL implementations. 10 years ago
  Simon Sapin fc9a1db637 Username and passowrd setters 10 years ago
  Simon Sapin 5425385451 Add a path setter 10 years ago
  Simon Sapin f8f9176bd7 More setters 10 years ago
  Simon Sapin 0c30434e7e Add host setters. 10 years ago
  Simon Sapin c9e687cf2f Add a scheme setter 10 years ago
  Simon Sapin aaa1540a45 Re-export OpaqueOrigin. It is exposed publicly through Origin::Opaque 10 years ago
  Simon Sapin 1813290382 More consistent checks for URL with authority or path-only. 10 years ago
  Simon Sapin 0e5e27c911 Add Origin::is_tuple 10 years ago
  Simon Sapin ec1e55df3f Make Url::parse_with usable. (EncodingOverride is private.) 10 years ago
  Simon Sapin 0ac1ac59bb Add a query setter. 10 years ago