Commit History

Author SHA1 Message Date
  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
  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 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
  Simon Sapin d7e8d0b571 Update to rustc 0.9 (ab9ec6d 2014-01-09 05:06:33 -0800) 12 years ago
  Simon Sapin 1db0239ec2 Use EncodingRef rather than &'static Encoding 12 years ago
  Simon Sapin 0ce6320087 Move tests to another file. 12 years ago
  Simon Sapin 89baf99ef7 Remove obsolete comment. 12 years ago
  Simon Sapin d56b2fbb12 ASCII turtles all the way down. 12 years ago
  Simon Sapin 9835ae3bc3 Test and fix punycode decoding. 12 years ago
  Simon Sapin 32b363a921 Add punycode decoding. 12 years ago
  Simon Sapin 5635ac9073 Add URL serialization. 12 years ago
  Simon Sapin dfbfa62b5d Properly deal with non-ASCII domains (without IDNA) 12 years ago
  Simon Sapin d32c21d5cc Add application/x-www-form-urlencoded parser 12 years ago
  Simon Sapin 467173bc95 Add application/x-www-form-urlencoded serializer 12 years ago
  Simon Sapin 0883357026 Add host (and IPv6) serialization. (But without IDNA) 12 years ago
  Simon Sapin f98f27fef1 Add host (and IPv6) serialization 12 years ago
  Simon Sapin 4269f922d4 Simplify the ParsedURL data structures. 12 years ago
  Simon Sapin 7732f02121 Add data structures and test harness. 13 years ago
  Simon Sapin 1009c31bc7 Import and parse test data. 13 years ago
  Simon Sapin 0339bc2d9a Start with an empty crate. 13 years ago