Commit History

Author SHA1 Message Date
  Simon Sapin 988494deaf Replace {lossy_,}utf8_percent_decode with percent_decode().decode_utf8{_lossy,} 10 years ago
  Simon Sapin 8813343598 Percent-encoding yields `&str` instead of `char`. 10 years ago
  Simon Sapin 9bf2c60699 Rename non-relative to cannot-be-a-base, per upcoming spec change. 10 years ago
  Simon Sapin f8f9176bd7 More setters 10 years ago
  Simon Sapin 6fadafa1a9 Add percent-encoding convienience wrappers. 10 years ago
  Simon Sapin a3210b9b90 Make percent-encoding an iterator. 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 4ec32fad79 Remove the HTTP_VALUE encode set. It can be defined in another crate. 10 years ago
  Simon Sapin 87ee4340d2 Define encode sets based on another set. 10 years ago
  Simon Sapin 46acea98ab Make it possible to define new encode sets in other crates. 10 years ago
  Craig M. Brandenburg be7530e0fa Add doc comment for percent_encoding::from_hex 10 years ago
  Mike Dilger 00fd5e3af3 rename VALUE_CHARS to HTTP_VALUE; flesh out code 11 years ago
  Corey Farwell 42da7aa765 General cleanup and modernization 11 years ago
  Alex Crichton adaa81ec97 Prep for beta 11 years ago
  Simon Sapin 16923fb0a9 Remove usage of .as_slice() 11 years ago
  Simon Sapin 061485a080 Fix warnings. 11 years ago
  Steven Fackler 5a029d99a6 Fix for upstream changes 11 years ago
  Nerijus Arlauskas efd2860c8c Update for array syntax pt-2. 11 years ago
  Alex Crichton 15c2c8620a Update to rust master 11 years ago
  Benjamin Herr 1d37cd9818 Update to rust with opt-in Copy 11 years ago
  Matt McPherrin ba9d15be68 Change .. to ... because it seems Rust did that. 12 years ago
  Simon Sapin 553d003051 Move most top-level items into modules. 12 years ago