Simon Sapin
|
c36aac6abd
Upgrade to Rust 25951b2 2014-05-30
|
12 лет назад |
Simon Sapin
|
c6eed978a3
Upgrade to Rust aa67254 2014-05-08
|
12 лет назад |
Simon Sapin
|
350bd6b910
Merge pull request #1 from dmski/master
|
12 лет назад |
Dmitry Promsky
|
491c1667e3
Made rust-url compile with rust master
|
12 лет назад |
Simon Sapin
|
7592e78c82
Rename URL to Url and IPv6 to Ipv6, per Rust naming convention.
|
12 лет назад |
Simon Sapin
|
affce4116d
More doc tweaks.
|
12 лет назад |
Simon Sapin
|
15d0ffdb66
Tweak and document the API
|
12 лет назад |
Simon Sapin
|
5d584273ba
Fix parsing of application/x-www-form-urlencoded from bytes.
|
12 лет назад |
Simon Sapin
|
3662f92224
Move application/x-www-form-urlencoded stuff into a module.
|
12 лет назад |
Simon Sapin
|
2bb8cf786b
Turns out [Ascii] isn’t that useful. Switch to str.
|
12 лет назад |
Simon Sapin
|
4091e1437a
Add a TODO list
|
12 лет назад |
Simon Sapin
|
af590112c2
Fix tests.
|
12 лет назад |
Simon Sapin
|
8ecc7ad1e1
Add an URL parser, functional style rather than the spec’s state machine
|
12 лет назад |
Simon Sapin
|
c62ce0bd16
Upgrade tests to current rustc.
|
12 лет назад |
Simon Sapin
|
d7e8d0b571
Update to rustc 0.9 (ab9ec6d 2014-01-09 05:06:33 -0800)
|
12 лет назад |
Simon Sapin
|
1db0239ec2
Use EncodingRef rather than &'static Encoding
|
12 лет назад |
Simon Sapin
|
0ce6320087
Move tests to another file.
|
12 лет назад |
Simon Sapin
|
89baf99ef7
Remove obsolete comment.
|
12 лет назад |
Simon Sapin
|
d56b2fbb12
ASCII turtles all the way down.
|
12 лет назад |
Simon Sapin
|
2ad80c5c3a
Add some comments and better variable names.
|
12 лет назад |
Simon Sapin
|
7781e38d9b
Add and test punycode encoding.
|
12 лет назад |
Simon Sapin
|
9835ae3bc3
Test and fix punycode decoding.
|
12 лет назад |
Simon Sapin
|
32b363a921
Add punycode decoding.
|
12 лет назад |
Simon Sapin
|
a345a1edf1
Document rust-encoding dependency.
|
12 лет назад |
Simon Sapin
|
ce2b4a0ebd
Link to mozilla/rust#10707 in the README
|
12 лет назад |
Simon Sapin
|
5635ac9073
Add URL serialization.
|
12 лет назад |
Simon Sapin
|
dfbfa62b5d
Properly deal with non-ASCII domains (without IDNA)
|
12 лет назад |
Simon Sapin
|
d32c21d5cc
Add application/x-www-form-urlencoded parser
|
12 лет назад |
Simon Sapin
|
467173bc95
Add application/x-www-form-urlencoded serializer
|
12 лет назад |
Simon Sapin
|
0883357026
Add host (and IPv6) serialization. (But without IDNA)
|
12 лет назад |