Commit History

Author SHA1 Message Date
  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
  Simon Sapin c62ce0bd16 Upgrade tests to current rustc. 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 2ad80c5c3a Add some comments and better variable names. 12 years ago
  Simon Sapin 7781e38d9b Add and test punycode encoding. 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 a345a1edf1 Document rust-encoding dependency. 12 years ago
  Simon Sapin ce2b4a0ebd Link to mozilla/rust#10707 in the README 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