Tests: Fix broken OS-X and Linux builds
[platform/upstream/libusb.git] / libusb / descriptor.c
2013-01-07 Роман ДонченкоCore: Filter out 8-bit characters in libusb_get_string_...
2012-11-25 Peter StugeCore: Avoid short read failures on broken descriptors
2012-06-13 Pete BatardCore: Fix Clang warnings
2012-06-08 Pete BatardAll: Prevent memory leaks on realloc failures
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2011-10-17 Sean McBridedescriptor.c: Use size_t for minor 64 bit compliance...
2011-07-24 Vitali Lovichdescriptor.c: Fix buffer read overflow caught by valgrind
2010-11-22 Konrad RzepeckiDisallow libusb_get_string_descriptor_ascii() with...
2010-11-22 Ludovic RousseauUse const for the usbi_parse_descriptor() format string
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-06-04 Pete BatardSwitched to standard int pointer type for windows 64...
2010-05-18 Pete BatardRename all interface parameters to usb_interface or...
2010-05-17 Pete BatardStricter types and casts
2009-06-10 Daniel DrakeLinux: fix config descriptor parsing on big-endian...
2009-05-26 Daniel DrakeFix memory leak in config descriptor parsing
2009-02-17 Daniel DrakeFix endianness in device descriptors
2008-12-09 Daniel DrakeFix double free in descriptor parsing error path
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-05-16 Daniel DrakeFix endianness with descriptor handling
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeLinux: fix caching of active configuration for non...
2008-05-10 Daniel DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeRework configuration handling
2008-05-08 Daniel DrakeDocumentation work
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel Drakemore error code sanitization
2008-05-04 Daniel DrakeDescriptor reading functionality
2008-05-02 Daniel DrakeUse typedef ptr types in parameters and return types
2008-04-29 Daniel DrakeFix descriptor handling memory leaks
2008-04-01 Daniel DrakeConstify some return data
2008-03-20 Daniel DrakeAPI documentation
2008-01-05 Daniel DrakeRemove more fpusb remnants
2008-01-04 Daniel DrakeAPI renaming: remove fpi and usb_ stuff
2008-01-04 Daniel DrakeRename to libusb-1.0