Historique des commits

Auteur SHA1 Message Date
  Simon Sapin f51915ae55 Disallow leading zeros in IPv4-in-IPv6 address, per spec. il y a 12 ans
  Simon Sapin 61154630fb Add URLUtils setters. il y a 12 ans
  Simon Sapin 5c3d3b2beb Get rid of UserInfo. The username default to the empty string. il y a 12 ans
  Simon Sapin a3f858426c The spec now considers to be a string rather than a list of (string) labels. il y a 12 ans
  Simon Sapin f2f4427151 Non-fatal parse errors shall be handled by callback. il y a 12 ans
  Simon Sapin 74e40543e7 Use try!() to simplify some code. il y a 12 ans
  Simon Sapin 579895c93a Parse with char iterators instead of UTF-8 bytes. il y a 12 ans
  Simon Sapin c63b03a779 Switch to Cargo. il y a 12 ans
  Simon Sapin 1e3e6535f4 Upgrade to rustc 459f155f81291c46633e86a480628b50304ffb1c 2014-07-04 il y a 12 ans
  Simon Sapin c36aac6abd Upgrade to Rust 25951b2 2014-05-30 il y a 12 ans
  Simon Sapin c6eed978a3 Upgrade to Rust aa67254 2014-05-08 il y a 12 ans
  Simon Sapin 350bd6b910 Merge pull request #1 from dmski/master il y a 12 ans
  Dmitry Promsky 491c1667e3 Made rust-url compile with rust master il y a 12 ans
  Simon Sapin 7592e78c82 Rename URL to Url and IPv6 to Ipv6, per Rust naming convention. il y a 12 ans
  Simon Sapin affce4116d More doc tweaks. il y a 12 ans
  Simon Sapin 15d0ffdb66 Tweak and document the API il y a 12 ans
  Simon Sapin 5d584273ba Fix parsing of application/x-www-form-urlencoded from bytes. il y a 12 ans
  Simon Sapin 3662f92224 Move application/x-www-form-urlencoded stuff into a module. il y a 12 ans
  Simon Sapin 2bb8cf786b Turns out [Ascii] isn’t that useful. Switch to str. il y a 12 ans
  Simon Sapin 4091e1437a Add a TODO list il y a 12 ans
  Simon Sapin af590112c2 Fix tests. il y a 12 ans
  Simon Sapin 8ecc7ad1e1 Add an URL parser, functional style rather than the spec’s state machine il y a 12 ans
  Simon Sapin c62ce0bd16 Upgrade tests to current rustc. il y a 12 ans
  Simon Sapin d7e8d0b571 Update to rustc 0.9 (ab9ec6d 2014-01-09 05:06:33 -0800) il y a 12 ans
  Simon Sapin 1db0239ec2 Use EncodingRef rather than &'static Encoding il y a 12 ans
  Simon Sapin 0ce6320087 Move tests to another file. il y a 12 ans
  Simon Sapin 89baf99ef7 Remove obsolete comment. il y a 12 ans
  Simon Sapin d56b2fbb12 ASCII turtles all the way down. il y a 12 ans
  Simon Sapin 2ad80c5c3a Add some comments and better variable names. il y a 12 ans
  Simon Sapin 7781e38d9b Add and test punycode encoding. il y a 12 ans