| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up a couple of holdovers from old features | Steven Fackler | 2018-03-29 | 1 | -86/+0 |
| | | |||||
| * | Remove version-specific features | Steven Fackler | 2018-03-19 | 1 | -2/+2 |
| | | | | | Closes #852 | ||||
| * | Tweak features | Steven Fackler | 2018-02-14 | 1 | -1/+1 |
| | | | | | We should keep the version features totally separate for now. | ||||
| * | OpenSSL 1.1.1 support | Steven Fackler | 2018-02-13 | 1 | -1/+1 |
| | | |||||
| * | Fix links in x509 module | Ansley Peduru | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add documentation for x509 module | Ansley Peduru | 2017-12-31 | 1 | -0/+18 |
| | | |||||
| * | Upgrade bitflags to 1.0 | Steven Fackler | 2017-12-25 | 1 | -6/+6 |
| | | | | | Closes #756 | ||||
| * | Added a macro that wraps foreign type, and impl Send and Sync for both, | Paul Florence | 2017-11-10 | 1 | -1/+1 |
| | | | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`. | ||||
| * | Properly handle IPs in hostname verification | Steven Fackler | 2017-09-20 | 1 | -0/+22 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -4/+5 |
| | | |||||
| * | Update bitflags 0.8 -> 0.9 | golem131 | 2017-05-22 | 1 | -7/+7 |
| | | |||||
| * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 1 | -2/+8 |
| | | |||||
| * | Get rid of Ref | Steven Fackler | 2016-11-04 | 1 | -3/+3 |
| | | | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :( | ||||
| * | Update verify | Steven Fackler | 2016-10-31 | 1 | -11/+3 |
| | | |||||
| * | Move docs | Steven Fackler | 2016-10-29 | 1 | -4/+0 |
| | | |||||
| * | Make verification unconditionally exposed internally | Steven Fackler | 2016-10-28 | 1 | -0/+51 |