darwin: use detach kernel APIs for capture
[platform/upstream/libusb.git] / libusb / core.c
2021-05-16 osydarwin: use detach kernel APIs for capture
2021-02-15 Victor Tosodoc: Add since version tag to libusb_set_log_cb()
2021-01-15 Mikolaj Kucharskilibusb/core.c: bump DISCOVERED_DEVICES_SIZE_STEP to 16
2021-01-15 Mikolaj KucharskiPrefix hex values with 0x in core.c and os/openbsd_usb.c
2020-12-16 Chris Dickenscore: Introduce atomic type and operations
2020-11-09 Chris DickensFix various CI build warnings
2020-09-13 Chris Dickenscore: Split usbi_clock_gettime() into two separate...
2020-09-13 Chris Dickenscore: Miscellaneous internal logging cleanup
2020-09-13 Chris Dickenscore: Simplify thread abstractions and add debug checks
2020-09-13 chrisAndroid: Add option LIBUSB_OPTION_WEAK_AUTHORITY to...
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-18 Chris DickensDocumentation: Add details regarding thread-safety
2020-08-13 Chris Dickenscore: Optimize check for pending events
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-08-10 Martin ThiererAPI docs: Elaborate on "NOT_SUPPORTED" status for set_c...
2020-06-09 Jonas MalacoDocument that libusb_set_option may also return NOT_FOUND
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris DickensFix some trivial compiler warnings for the Haiku and...
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
2020-04-16 Chris Dickenscore: Fix definition and use of enum libusb_transfer_type
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...
next