Commit History

Author SHA1 Message Date
  Simon Sapin 8be40ffd06 Fix support for for IPv4-in-IPv6 syntax. 10 years ago
  Anthony Ramine 8e9ce4a34e Remove use of heapsize_plugin 10 years ago
  Corey Farwell 4b81f1e5d9 Remove unused imports. 10 years ago
  Simon Sapin 4a59d935fc Let’s not try to manually maintain a list of authors. 10 years ago
  Simon Sapin adba760e29 Copyright date 10 years ago
  Simon Sapin f4bd6e5b65 Check invariants during tests. 10 years ago
  Simon Sapin 988494deaf Replace {lossy_,}utf8_percent_decode with percent_decode().decode_utf8{_lossy,} 10 years ago
  Simon Sapin b4bbaaa521 Docs 10 years ago
  Simon Sapin a1f389fc83 All setters. 10 years ago
  Simon Sapin 21db81f0fb Remove Url::ip_address for now 10 years ago
  Simon Sapin 1afe54fa41 Implement ToSocketAddrs 10 years ago
  Simon Sapin 42b57d398a Remove unused ParseError variants 10 years ago
  Simon Sapin 6db8b84f95 Make percent-decoding an iterator. 10 years ago
  Simon Sapin a880bd3985 Replace from_hex() with char::to_digit(16) 10 years ago
  Simon Sapin 9e759f1872 Rewrite ALL THE THINGS! 10 years ago
  Simon Sapin d6e1ac513e Merge pull request #119 from valenting/idna_new 10 years ago
  Corey Farwell 3f28ebfd57 Address issues found by rust-clippy 10 years ago
  Valentin Gosu fee35ca964 IDNA support 11 years ago
  Simon Sapin ff91328be9 Restore custom IPv6 serialization. 10 years ago
  Simon Sapin 5838ff325d Reject leading + in IPv4 address. 10 years ago
  Pyfisch ce1efd3911 Change host to use ip address types provided by std. 11 years ago
  Simon Sapin c633569056 Revert "Add IPv4 variant to Host and remove custom Ipv6 address type" 11 years ago
  Pyfisch ecc7bb79bc Add IPv4 variant to Host and remove custom Ipv6 address type 11 years ago
  Michael Howell d036ad454f Use the compiler plugin. 11 years ago
  Simon Sapin 6dbd743189 Add an arbitrary ordering to `Url`. Fix #114. 11 years ago
  Simon Sapin 3d4430b193 Derive `Hash` instead of implemeting it based on `.serialize()`. 11 years ago
  Corey Farwell 1f08064eda Prevent parsing brackets from causing panic 11 years ago
  Simon Sapin 23228e7c38 Remove #![feature(std_misc)] 11 years ago
  Simon Sapin 6a20f9b270 Upgrade to rustc 1.0.0-nightly (522d09dfe 2015-02-19) (built 2015-02-20) 11 years ago
  Simon Sapin 16923fb0a9 Remove usage of .as_slice() 11 years ago