summaryrefslogtreecommitdiff
path: root/src/mtpz.c
Commit message (Expand)AuthorAgeFilesLines
* removed some unsigned warningsMarcus Meissner2021-01-011-2/+2
* mtpz: fix couple of memory leaksReverend Homer2018-11-301-0/+8
* added a missing return for unknown keysizes (GCC7)Marcus Meissner2017-06-021-12/+13
* do not report missing .mtpz-data files, most common outputMarcus Meissner2015-04-011-4/+0
* Fixed the style of the if-statement in mtpz_loaddata()Reverend Homer2015-03-231-99/+98
* further cleanups on top of last cleanupMarcus Meissner2015-03-201-7/+5
* Fixed resource leak in mtpz_loaddataReverend Homer2015-03-201-7/+17
* Revert "De-externalize use_mtpz."libmtp-1-1-7Linus Walleij2014-08-241-2/+0
* zeroize mtpz_rsa_t properlySami Farin2014-08-241-2/+3
* De-externalize use_mtpz.Linus Walleij2014-06-031-0/+2
* Print a newline after "MTPZ disabled" messagesWieland Hoffmann2014-06-021-9/+9
* Use LIBMTP_ERROR instead of LIBMTP_INFO in mtpz_loaddataRobert Milasan2013-11-061-9/+9
* Fix building libmtp with older GCC versions / non GCC compilersBrad Smith2013-03-161-8/+19
* Small MTPZ-free updateLinus Walleij2013-02-241-0/+2
* Fix to some MTPZ error messagesLinus Walleij2012-09-291-9/+9
* Fixup and disclaimer.Linus Walleij2012-09-021-3/+21
* Initial MTPZ support.Sajid Anwar2012-08-251-0/+1796