Commit Graph

8 Commits

Author SHA1 Message Date
Steven Fackler
a47a8edf98 Remove src/url.rs from THIRD_PARTY
It hasn't existed in the project for quite a while
2021-10-28 19:16:57 -04:00
Steven Fackler
25ba140ac8 Use postgres_protocol for md5 hashing 2016-09-15 21:20:25 -07:00
Steven Fackler
53aafc36f6 Inline md5 impl
rust-crypto doesn't compile for all platforms, and this is the only
piece we need.
2015-06-09 19:55:28 -07:00
Steven Fackler
e73557cce0 Pull liburl in-crate
Cargo apparently can't deal with liburl and rust-url at the same time
and rust-url has some bugs that prevent using it for now.
2014-10-15 08:37:43 -07:00
Steven Fackler
e0d868294b Remove licenses for cargo'd dependencies 2014-09-13 22:03:01 -07:00
Steven Fackler
1ecd8d5d29 More THIRD_PARTY fixes 2014-01-23 22:51:02 -08:00
Steven Fackler
77e8a9c4d4 Add licenses for Rust-Openssl and Rust-PHF 2014-01-23 19:32:16 -08:00
Steven Fackler
8856aed96b Add back md5 support
Rust-crypto doesn't seem to have good rustpkg support so I've pulled the
old MD5 implementation from libextra in for now.
2013-11-05 22:04:12 -08:00