Commit History

Author SHA1 Message Date
  Simon Sapin 83f494b0f3 Replace the c.len_utf8_bytes() hack by a custom string iterator. 12 years ago
  Simon Sapin 9f257e9f64 Update tests from github.com/w3c/web-platform-tests 12 years ago
  Simon Sapin 5c6e271db3 Add support for expected failures in tests. 12 years ago
  Simon Sapin 86fd85478a Use lookup tables for percent-encoding. 12 years ago
  Simon Sapin f3548e98cf Upgrade to rustc 5ad7286dc37839b7234ff51aab172e48935869d8 2014-07-12 12 years ago
  Simon Sapin 72b7b97343 Temporarily rename the crate to url_, avoid conflict with rust’s url crate. 12 years ago
  Simon Sapin ed958694d2 Update API in README. 12 years ago
  Simon Sapin 7b973db506 U+FFF0 to U+FFFD are now URL code points per spec. 12 years ago
  Simon Sapin f51915ae55 Disallow leading zeros in IPv4-in-IPv6 address, per spec. 12 years ago
  Simon Sapin 61154630fb Add URLUtils setters. 12 years ago
  Simon Sapin 5c3d3b2beb Get rid of UserInfo. The username default to the empty string. 12 years ago
  Simon Sapin a3f858426c The spec now considers to be a string rather than a list of (string) labels. 12 years ago
  Simon Sapin f2f4427151 Non-fatal parse errors shall be handled by callback. 12 years ago
  Simon Sapin 74e40543e7 Use try!() to simplify some code. 12 years ago
  Simon Sapin 579895c93a Parse with char iterators instead of UTF-8 bytes. 12 years ago
  Simon Sapin c63b03a779 Switch to Cargo. 12 years ago
  Simon Sapin 1e3e6535f4 Upgrade to rustc 459f155f81291c46633e86a480628b50304ffb1c 2014-07-04 12 years ago
  Simon Sapin c36aac6abd Upgrade to Rust 25951b2 2014-05-30 12 years ago
  Simon Sapin c6eed978a3 Upgrade to Rust aa67254 2014-05-08 12 years ago
  Simon Sapin 350bd6b910 Merge pull request #1 from dmski/master 12 years ago
  Dmitry Promsky 491c1667e3 Made rust-url compile with rust master 12 years ago
  Simon Sapin 7592e78c82 Rename URL to Url and IPv6 to Ipv6, per Rust naming convention. 12 years ago
  Simon Sapin affce4116d More doc tweaks. 12 years ago
  Simon Sapin 15d0ffdb66 Tweak and document the API 12 years ago
  Simon Sapin 5d584273ba Fix parsing of application/x-www-form-urlencoded from bytes. 12 years ago
  Simon Sapin 3662f92224 Move application/x-www-form-urlencoded stuff into a module. 12 years ago
  Simon Sapin 2bb8cf786b Turns out [Ascii] isn’t that useful. Switch to str. 12 years ago
  Simon Sapin 4091e1437a Add a TODO list 12 years ago
  Simon Sapin af590112c2 Fix tests. 12 years ago
  Simon Sapin 8ecc7ad1e1 Add an URL parser, functional style rather than the spec’s state machine 12 years ago