aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Derive Debug instead of deprecated ShowGleb Kozyrev2015-02-011-2/+2
|
* Fix for IO changesSteven Fackler2015-01-281-1/+1
|
* Fix for upstream changesSteven Fackler2015-01-231-0/+7
|
* Handle recent breaking changesValerii Hiora2015-01-071-5/+14
| | | | | | | - macro reform - split of Show and String in formatter - CString reform - feature changes
* Updated to master:Valerii Hiora2015-01-031-2/+2
| | | | | | - library stab issues - deriving -> derive - {mod} -> {self}
* 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