summaryrefslogtreecommitdiff
path: root/libusb/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: Add references to LIBUSB_ERROR codesLudovic Rousseau2022-06-261-3/+3
* core: Fix some minor inconsistencies in API and codingChris Dickens2020-04-271-1/+1
* automake: Add extra Makefile to handle unknown automake targetsChris Dickens2020-04-011-0/+0
* strerror: Micro-optimize implementation and remove use of strncasecmp()Chris Dickens2020-03-261-24/+18
* Misc: Trim and consolidate header file usageChris Dickens2020-01-241-7/+3
* Change the errcode argument in libusb_strerror to be of type intVladimirTechMan2020-01-021-1/+1
* Hungarian translationBence Cs2018-12-051-1/+16
* Fixed typo in the documentationsaur0n2018-12-051-1/+1
* Add German translationAlexander Schlarb2018-10-221-1/+17
* Misc: Prefix doxygen references in order to namespace libusbChris Dickens2016-02-241-3/+3
* haiku: Add Haiku supportAkshay Jaggi2014-09-251-0/+3
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-2/+2
* strerrror.c: Add Russian translationЛарионов Даниил2014-05-191-2/+17
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-2/+2
* fixed some clang -Wdocumentation warnings from bad doxygen markupSean McBride2013-07-301-1/+1
* Core: fix another compiler warning in libusb_setlocale()Pete Batard2013-06-191-1/+1
* Core: fix compiler warning in libusb_setlocale()Ludovic Rousseau2013-06-191-1/+1
* Core: Add a libusb_strerror() functionHans de Goede2013-06-101-0/+184