aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Impl Error for SslErrorSteven Fackler2014-11-161-1/+22
|
* fail! -> panic!Michael Gehring2014-10-301-1/+1
|
* Refactor init and error handling codeJared Roesch2014-10-111-18/+29
| | | | | Move common ffi initialization code to 'ffi::init()' and the initialization of error handling to a a shared location.
* Revert "Fix #65: failing test case"Steven Fackler2014-10-071-1/+1
|
* Fix #65: failing test caseJared Roesch2014-10-061-1/+1
|
* Ignore error string textSteven Fackler2014-10-051-0/+1
| | | | cc #65
* Fix error messagesJared Roesch2014-10-051-3/+3
|
* Address CR comments and add a testJared Roesch2014-10-051-9/+21
|
* Make errors human readableJared Roesch2014-10-051-9/+10
| | | | Change error messages from numeric codes to human readable strings. This makes debugging failures much easier.
* single `ffi` moduleValerii Hiora2014-09-301-1/+1
|
* Derive thigs for error typesSteven Fackler2014-08-101-2/+2
|
* Shift directory structureSteven Fackler2014-08-031-0/+60