core: Kill the OS_* definitions and use in the source code
[platform/upstream/libusb.git] / libusb / core.c
2020-03-28 Chris Dickenscore: Kill the OS_* definitions and use in the source...
2020-03-25 Chris Dickensautotools: Fix a number of issues
2020-03-16 Chris Dickenscore: Make the 'reset_device' function of the backend...
2020-03-16 Chris Dickenscore: Move parameter validation from backend to core
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-01-25 Chris Dickenscore: Convert internal macros to static inline functions
2020-01-24 Chris Dickensconfigure.ac: Cleanup and refactoring
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-13 Chris Dickenscore: Do not attempt to destroy a default context that...
2020-01-13 Chris Dickenscore: Fix libusb_get_max_iso_packet_size() for superspe...
2020-01-13 Greg Kroah-Hartmancore: fix build warning on newer versions of gcc
2019-10-30 Ludovic RousseauDoxygen: add libusb_wrap_sys_device() in the API list
2019-04-10 mac WangAddress issue 554: Default context is erase before...
2019-04-05 philemonfAdd support for isochronous transfers with WinUSB.
2019-04-05 dmitrykoswindows: Improved log message output to MSVC
2019-04-05 Dmitry KostjuchenkoFixed log message incorrect data format sent to MSVC...
2019-02-08 Sean McBrideFixed -Wformat warnings by casting intptr_t to void*
2019-01-31 Sean McBrideFixed many compiler warnings about sign and size mismatch
2019-01-09 Vianney le Clément... core: Add libusb_wrap_sys_device() API
2018-12-05 dmitrykoscore: new API libusb_set_log_cb() to redirect global...
2018-01-08 Chris DickensWindows: Enable dynamic selection between WinUSB and...
2017-12-28 Chris Dickenshotplug: Improve internal structure and deregistration...
2017-07-16 Chris Dickenscore: Preparation for handling backend-specific options
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-16 Chris Dickenscore: Introduce libusb_set_option() API function
2017-07-12 Chris Dickenscore: Slightly refactor and improve logging code
2017-07-10 Chris Dickenscore: Fix --disable-log option to remove logging functi...
2017-07-06 Chris Dickenscore: Add provisions for per-context private backend...
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2017-03-01 Josh Gaocore: Silence 'unhandled case in switch' warning.
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2017-01-12 Chris DickensWindows/WinCE: Improvements to windows_error_str()...
2017-01-12 Chris DickensWindows: Provide C99 compliant implementations of ...
2017-01-12 Chris Dickenscore: Remove use of gettimeofday()
2016-08-17 Hans de Goedecore: Fix do_close locking
2016-08-17 Chris Dickenscore: Refactor code related to transfer flags and timeo...
2016-08-17 Chris Dickenscore: Change event handling lock to traditional (non...
2016-07-25 Lei ChenSolaris backend
2016-05-30 FTDI DevClean failure in discovered_devs_append.
2016-05-30 Steinar H. GundersonAdd support for persistent device memory.
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
next