io: Fix race condition in handle_timeout()
[platform/upstream/libusb.git] / libusb / descriptor.c
2016-03-06 Nathan Hjelmcore: re-add one more conditional
2016-03-06 Nathan Hjelmcore: revert some of prior patch
2016-03-06 Gauravfree can handle NULL ptr.
2016-02-24 Chris DickensMisc: Prefix doxygen references in order to namespace...
2016-02-24 Chris DickensMisc: Make API parameter names consistent and sensible
2015-09-20 Tobias KlauserMiscellaneous fixes
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-08-02 Sean McBrideCore: defensive programming
2013-07-04 Pete BatardDoc: update hotplug, topology and descriptor documentation
2013-06-14 Hans de Goedelibusb_get_bos_descriptor: Don't log an error on device...
2013-05-30 Pete BatardWindows: Fix broken WDK compilation
2013-05-30 Hans de GoedeAdd BOS descriptor support
2013-05-30 Hans de GoedeAdd superspeed endpoint companion descriptor support
2013-05-30 Hans de Goededescriptor.c: AlternateSettings are related by Interfac...
2013-05-24 Hans de Goedeall: ensure host_endian is always initialized
2013-05-24 Hans de Goedeall: Allow backend to provide a better get_config_descr...
2013-05-24 Hans de Goededescriptor.c: Add a raw_desc_to_config helper function
2013-05-24 Hans de Goededescriptor.c: Consequently check bDescriptorType and...
2013-05-24 Hans de Goededescriptor.c: Read a full config-desc-header on first...
2013-05-24 Hans de Goedeall: Make usbi_os_backend.get_[active_]config_descripto...
2013-05-15 Nathan HjelmAdd some editor meta-comments for proper tab usage
2013-05-15 Nathan HjelmCore: Cache device descriptors in the core
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