core: Suppress hotplug events during initial enumeration
[platform/upstream/libusb.git] / libusb / core.c
2023-04-05 Benjamin Bergcore: Suppress hotplug events during initial enumeration 50/290950/1 accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_8.0 accepted/tizen/8.0/unified/20231005.095128 accepted/tizen/unified/20230406.165731 tizen_8.0_m2_release
2023-04-05 Benjamin Bergcore: Unset device ctx if it has been destroyed 48/290948/1
2022-09-14 Karol LewandowskiMerge tag 'v1.0.25' into tizen 42/281242/1 accepted/tizen/unified/20230105.154718
2022-09-14 Karol LewandowskiMerge tag 'v1.0.24' into tizen 41/281241/1
2022-09-14 Karol LewandowskiMerge tag 'v1.0.23' into tizen 40/281240/1
2022-09-14 Karol LewandowskiMerge tag 'v1.0.22' into tizen 39/281239/1
2021-11-27 Tormod VoldenKeep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same...
2021-11-24 Matthias Boltecore: Unlock and clear default ctx in all error paths...
2021-11-09 Tormod Voldencore: Minor code cleanup in libusb_init (NOP)
2021-11-01 Tormod Voldendoc: Explain default options in libusb_set_option docum...
2021-11-01 Bruno Harbulotcore: Apply default options to all new contexts
2021-10-30 Sean McBridedoc: Improve comments related to device discovery and...
2021-10-30 Tormod Voldendoc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET...
2021-09-23 Ankur VermaFix segmentation fault in libusb_init() if usbi_backend...
2021-07-27 Nathan Hjelmcore: set default backend options before calling backen...
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-07-09 Tormod VoldenNew NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORIT...
2021-06-08 Nathan Hjelmcore: allow libusb_set_option on the default context...
2021-06-06 Ihor Dutchakdoc: Add since version tag to libusb_wrap_sys_device()
2021-06-03 Chris Dickenscore: Refactor initialization and how the default conte...
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...
next