summaryrefslogtreecommitdiff
path: root/libusb/descriptor.c
Commit message (Expand)AuthorAgeFilesLines
...
* Core: Cache device descriptors in the coreNathan Hjelm2013-05-151-15/+21
* Core: Filter out 8-bit characters in libusb_get_string_descriptor_asciiРоман Донченко2013-01-071-1/+1
* Core: Avoid short read failures on broken descriptorsPeter Stuge2012-11-251-0/+14
* Core: Fix Clang warningsPete Batard2012-06-131-1/+3
* All: Prevent memory leaks on realloc failuresPete Batard2012-06-081-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-4/+3
* descriptor.c: Use size_t for minor 64 bit compliance improvementSean McBride2011-10-171-2/+2
* descriptor.c: Fix buffer read overflow caught by valgrindVitali Lovich2011-07-241-5/+7
* Disallow libusb_get_string_descriptor_ascii() with index 0Konrad Rzepecki2010-11-221-4/+11
* Use const for the usbi_parse_descriptor() format stringLudovic Rousseau2010-11-221-3/+3
* Introduced calling convention (for Windows)Pete Batard2010-08-231-6/+6
* Switched to standard int pointer type for windows 64-bit compatPete Batard2010-06-031-1/+2
* Rename all interface parameters to usb_interface or interface_numberPete Batard2010-05-181-21/+21
* Stricter types and castsPete Batard2010-05-171-4/+5
* Linux: fix config descriptor parsing on big-endian systemsDaniel Drake2009-06-101-0/+1
* Fix memory leak in config descriptor parsingDaniel Drake2009-05-261-0/+2
* Fix endianness in device descriptorsDaniel Drake2009-02-161-5/+5
* Fix double free in descriptor parsing error pathDaniel Drake2008-12-091-0/+1
* Introduce contexts to the APIDaniel Drake2008-06-261-22/+28
* Fix endianness with descriptor handlingDaniel Drake2008-05-161-43/+51
* Support unconfigured devicesDaniel Drake2008-05-101-44/+59
* Linux: fix caching of active configuration for non-sysfsDaniel Drake2008-05-101-18/+30
* Fetch configurations by index (not value)Daniel Drake2008-05-101-9/+56
* Rework configuration handlingDaniel Drake2008-05-091-17/+136
* Documentation workDaniel Drake2008-05-081-0/+3
* documentation touchupsDaniel Drake2008-05-051-8/+8
* more error code sanitizationDaniel Drake2008-05-051-11/+11
* Descriptor reading functionalityDaniel Drake2008-05-041-0/+57
* Use typedef ptr types in parameters and return typesDaniel Drake2008-05-021-2/+2
* Fix descriptor handling memory leaksDaniel Drake2008-04-291-37/+94
* Constify some return dataDaniel Drake2008-04-011-21/+32
* API documentationDaniel Drake2008-03-201-0/+27
* Remove more fpusb remnantsDaniel Drake2008-01-051-10/+10
* API renaming: remove fpi and usb_ stuffDaniel Drake2008-01-041-37/+37
* Rename to libusb-1.0Daniel Drake2008-01-041-0/+353