core: fix 2 compiler warnings
[platform/upstream/libusb.git] / libusb / core.c
2016-03-02 Ludovic Rousseaucore: fix 2 compiler warnings
2016-02-24 Chris Dickenscore: Remove POSIX threads influence from synchronizati...
2016-02-24 Chris DickensMisc: Add libusb_interrupt_event_handler() to API docs...
2016-02-24 Chris DickensMisc: Prefix doxygen references in order to namespace...
2016-02-24 Chris DickensMisc: Make API parameter names consistent and sensible
2016-01-27 Dmitry Fleytmanusbdk: Introduce usbdk backend
2016-01-06 Tobias KlauserMisc: Spelling fixes
2015-09-14 Chris DickensDocs: Add missing functions to API page
2015-09-05 Chris Dickenscore: Add RC string to libusb version message
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2015-04-27 Antonio Ospitecore: generalize comment about setting configurations...
2015-04-27 Antonio Ospitecore: use the actual signature of libusb_get_configurat...
2015-01-06 Chris Dickenscore: Make event_data_lock non-recursive
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-12-19 Chris Dickenscore: Signal the event pipe at most one time
2014-12-19 Chris Dickenscore: Eliminate hotplug pipe, using list and event...
2014-12-19 Chris Dickenscore: Add new flag to record when a new poll fd is...
2014-12-19 Chris Dickenscore: Add helper functions to signal and clear the...
2014-12-19 Chris Dickenscore: Rename pipe used to signal internal events
2014-12-19 Chris Dickenscore: Transition device close event to use event_data_lock
2014-12-19 Chris Dickenscore: Rename pollfd_modify counter and its lock to...
2014-12-19 Chris Dickenscore: Remove taking of events lock inside usbi_fd_notif...
2014-12-16 Ludovic RousseauAPI: Add an Application Programming Interface page
2014-12-01 Simon Newtonmisc: Fix grammar in a comment
2014-09-25 Akshay Jaggihaiku: Add Haiku support
2014-08-29 Chris Dickenscore: Fix reference count leak for default context
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-06-13 John SheuFix leak in failure path of libusb_get_max_packet_size()
2014-05-30 Lars KanisFix a small typo in comment to free_streams()
2014-05-16 Pete Batardcore: fix/silence issues reported by Coverity
2014-05-06 Nathan Hjelmdarwin: Add support for bulk stream transfers.
2014-04-22 Hans de GoedeAdd API for allocating / freeing usb3 bulk streams...
2014-01-21 Sean McBrideDarwin: Fix Xcode warning in 'struct timeval' initializ...
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-11-20 Hans de Goedecore: Make LIBUSB_DEBUG environment variable also work...
2013-11-20 Hans de Goedehotplug: Fix usb_device memleak with hotunplug events...
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-08-21 Hans de Goedeopenbsd: Split openbsd backend into separate openbsd...
2013-08-20 Hans de Goedehotplug: Remove device from usb_devs before signalling...
2013-08-20 Hans de Goedelibusb: Fix usb_devs_lock mutex use after free in libus...
2013-08-11 Toby GrayAndroid: Add formal Android support
2013-08-09 Toby GrayCore: Add compile time option to use native OS logging...
2013-07-30 Sean McBridemade some globals static to fix warnings
2013-07-04 Pete BatardDoc: update hotplug, topology and descriptor documentation
2013-06-30 Tim RobertsCore: Use fputs(3) instead of fprintf(3)
2013-06-29 Pete BatardCore: Fix writing of log lines a single fprintf call
2013-06-27 Toby GrayCore: Make writing of log lines a single fprintf call.
2013-06-27 Hans de Goedecore: Always warn when there are leaked device refs...
2013-06-26 Toby GrayCore: Avoid passing uninitialised data down the hotplug...
2013-06-26 Chris Dickenscore.c: Initialize auto_detach_kernel_driver to 0 for...
2013-06-26 Hans de Goedecore: Only do hotplug cleanup for hotplug capable backends
2013-06-20 Ilya KonstantinovUse Android logging when building on Android
2013-06-19 Hans de Goedelibusb: Add auto-detach-kernel-driver functionality
2013-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-22 Hans de Goedeusbi_alloc_device: Drop unnecessary memset 0
2013-05-17 Hans de Goedecore: Add a new public libusb_get_port_numbers function
2013-05-16 Hans de GoedeAll: ref dev->parent_dev
2013-05-16 Hans de Goedecore: Fixup default_context handling
2013-05-16 Hans de Goedecore: Fixup cleanup on init error
2013-05-16 Hans de Goedecore: Add ctx to the active context list before backend...
2013-05-16 Pete BatardMisc fixes
2013-05-15 Nathan HjelmAdd some editor meta-comments for proper tab usage
2013-05-15 Nathan Hjelmcore: release the context device list when the context...
2013-05-15 Nathan HjelmAdd hotplug support.
2013-05-15 Nathan HjelmCore: Cache device descriptors in the core
2013-05-15 Nathan HjelmCore: Keep a list of contexts created by libusb_init()
2013-04-04 Ludovic RousseauCore: fix bug in libusb_has_capability()
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-03-03 Pete BatardWinCE: Post integration cleanup
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-02-15 Sean McBrideUse "" instead of <> for internal includes
2013-01-23 Toby GrayWinCE: Add support for WinCE (sources)
2013-01-23 Pete BatardCore: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H
2012-11-26 Toby GrayCore: Fix incorrect reference counting of default conte...
2012-09-18 Pete BatardMisc: Update copyrights, TODO and libusb_version.describe
2012-09-16 Pete BatardDoc: Fix doxygen warnings and issues
2012-09-15 Hans de GoedeCore: Make libusb_error_name also handle transfer statu...
2012-09-12 Pete BatardDoc: Update logging documentation regarding stderr...
2012-08-23 Hans de GoedeLinux: Return ERROR_NOT_FOUND in detach-kernel-driver...
2012-08-22 Pete BatardMisc: Update and shorten various libusbx URLs
2012-08-12 Pete BatardCore: Fix a Clang warning in io.c
2012-07-13 Davidlohr BuesoAll: Replace malloc+memset with calloc
2012-07-03 Pete BatardCore: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-07-02 Pete BatardWindows: Address MSVC Level 4 & WDK's OACR/Prefast...
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...
next