Windows: Fix warnings reported by the Intel Compiler
[platform/upstream/libusb.git] / libusb / core.c
2012-06-25 Pete BatardWindows: Fix warnings reported by the Intel Compiler
2012-06-13 Pete BatardCore: Fix Clang warnings
2012-06-08 Pete BatardAll: Prevent memory leaks on realloc failures
2012-06-07 Pete BatardCore: Display libusbx version in libusb_init's debug...
2012-06-04 Pete BatardCore: Add toggleable debug logging
2012-06-04 Ludovic RousseauCore: Fix "LOG_LEVEL_NONE not handled in switch" warning
2012-05-31 Pete BatardCore: Send all logging output to stderr
2012-05-28 Pete BatardCore: Only display timestamps in debug mode and use...
2012-05-28 Pete BatardCore: Define log levels in libusb.h
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-06 Peter StugeCore: Add a timestamping and thread ID to logging
2012-04-25 Pete BatardCore: update version struct for ABI compatibility
2012-04-10 Pete BatardCore: Add get_version() call
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-08 Sean McBridecore.c: Fix clang warning about useless store to a...
2012-01-30 Martin PieuchotOpenBSD backend
2011-10-17 Peter StugeDocument that libusb_get_device_list() can return any...
2011-10-17 Peter StugeAdd libusb_error_name() API function
2011-10-17 Peter StugeAdd libusb_has_capability() API function
2011-09-22 Pekka NikanderAdd debug message with libusb_open() error code
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-15 Peter StugeAllow devices with zero configurations to be discovered
2011-09-15 Hans de GoedeAdd new API function libusb_get_device_speed()
2011-07-24 Hans de GoedeCore: Use USB_MAXINTERFACES rather then sizeof(claimed_...
2011-07-24 Vitali LovichClean up in-flight transfers and device handle when...
2011-06-13 Peter StugeWindows: enumeration overhaul
2011-06-13 Peter StugeRevert libusb_strerror() until we have i18n and l10n
2010-09-19 Pete BatardUpdated documentation for unsupported Darwin/Windows...
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-07-28 Pete BatardAdd Windows support
2010-06-22 Ludovic RousseauOnly initialize the default context when it is requested
2010-06-10 Ludovic RousseauFix 2 documentation typos
2010-06-10 Pete BatardFactorize event handler interruption code
2010-06-05 Pete BatardAbstract low-level event handler operations
2010-06-01 Daniel DrakeAdd reference counting to default context
2010-05-27 Daniel DrakeFix libusb_init() error handling
2010-05-24 Michael PlanteModify log functions to compile with MSVC6
2010-05-20 Pete BatardAdd type parameter to the list_for_each_entry() and...
2010-05-18 Pete BatardRename all interface parameters to usb_interface or...
2010-05-17 Pete BatardStricter types and casts
2010-05-17 Pete BatardFixes to error handling and exit codepaths
2010-05-13 FrancescoAdd libusb_strerror() to get short error message in...
2010-05-13 Michael PlanteFix libusb_device::lock memory leak
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2009-11-07 Daniel DrakeUpdate documentation about early completion caveats
2009-07-09 Daniel DrakeLinux: try harder not to lose any data
2009-06-28 Daniel DrakeAdd libusb_get_max_iso_packet_size()
2009-02-17 Nathan HjelmDarwin backend
2009-02-01 Hans Ulrich NiedermannAvoid signedness errors in API docs example code
2008-12-13 Mikhail GusarovEOL-whitespace fixes
2008-11-21 Daniel DrakePause event handling while opening and closing devices
2008-11-03 Bastien NoceraAdd libusb_attach_kernel_driver()
2008-11-02 Daniel DrakeDocument the logging style
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-17 Daniel DrakeRefine configuration selection again
2008-06-15 Felipe Balbifix doc about libusb_open()
2008-05-29 Daniel DrakeRefine libusb_set_configuration() semantics
2008-05-25 Daniel DrakeImplement serialization of event handlers
2008-05-24 Daniel Drakeallow LIBUSB_DEBUG env var to control message verbosity...
2008-05-23 Daniel Drakedon't print messages by default
2008-05-16 Daniel DrakeMore informative libusb_open() return code
2008-05-16 Daniel DrakeFix endianness with descriptor handling
2008-05-13 Daniel DrakeBackend documentation for porting efforts
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-11 Daniel DrakeDocumentation work
2008-05-11 Daniel DrakeEndianness of control setup packets
2008-05-11 Daniel DrakeDocument that releasing interface causes SET_INTERFACE...
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeRework configuration handling
2008-05-09 Daniel Drakelibusb_get_device_list() can return negative error...
2008-05-08 Daniel DrakeDocumentation work
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel Drakemore error code sanitization
2008-05-05 Daniel DrakeIsochronous transfer helper functions
2008-05-05 Daniel Drakefree open devices on exit
2008-05-05 Daniel Drakemove descriptor parsing into main library
2008-05-04 Daniel Drakeadd functionality for querying and detaching kernel...
2008-05-04 Daniel Drakeimplement libusb_reset_device()
2008-05-04 Daniel DrakeAdd functionality to clear endpoint halt conditions
2008-05-03 Daniel DrakeFix libusb_get_device_list return value
2008-05-03 Daniel DrakeWell-defined error codes for some operations
2008-05-03 Daniel DrakeAdd libusb_set_configuration()
2008-05-03 Daniel Drakerename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM
2008-05-03 Daniel DrakeRename reference counting API
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-05-02 Daniel DrakeDocumentation improvements
2008-05-02 Daniel DrakeUse typedef ptr types in parameters and return types
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel Drakestandardised error codes
2008-04-29 Daniel DrakeFix descriptor handling memory leaks
2008-04-18 Daniel Drakelibusb_device mutex protection
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-01 Daniel DrakeConstify some return data
2008-03-23 Daniel DrakeSupport for changing altsetting
2008-03-20 Daniel DrakeAPI documentation
2008-03-15 Vasily KhoruzhickFix get_device_list for realloc case
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction
2008-03-10 Daniel Drakeget_device fixup
next