darwin: rename darwin_reset_device
[platform/upstream/libusb.git] / libusb / version_nano.h
2021-05-16 osydarwin: rename darwin_reset_device
2021-05-16 osydarwin: add timeout for reset reenumerate
2021-04-14 Marco Trevisan ... autogen: Support being called from external build dir
2021-02-22 Ludovic RousseauDoxygen: fix warning about PAPER_TYPE
2021-02-22 Ludovic RousseauDoxygen: update config file from 1.8.16 to 1.9.0
2021-02-16 Vegard Storheil... darwin: Don't drop partial data on timeout
2021-02-15 Victor Tosodoc: Add since version tag to libusb_set_log_cb()
2021-02-08 Chris Dickenslinux_usbfs: Gracefully handle buggy devices with a...
2021-02-08 Chris Dickenslinux_usbfs: Accept sysfs attributes not terminated...
2021-02-08 Chris Dickenslinux_netlink: Change order of header includes per...
2021-02-08 Michael Dickensdarwin: fix const array size to work with GCC compilers
2021-02-01 Chris DickensWindows: Fix HID and synchronous transfer completion
2021-01-16 Chris DickensWindows: Filter out non-libusb I/O completions
2021-01-15 Chris Dickensconfigure.ac: Consider Mac OS X target version for...
2021-01-15 Mark Kuolinux_usbfs: Fix exit crash on Android
2021-01-15 Tormod Voldenwindows: Update link about control transfer size limits
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
2021-01-13 Nathan HjelmUpdate changelog in preperation for rolling 1.0.25
2021-01-13 Freek DijkstraMacOS: Silence pipe error in set_interface_alt_setting()
2020-12-19 Chris DickensWindows: Break dependency on OLE32
2020-12-19 Chris DickensWindows: Cleanup header includes and definiions
2020-12-19 Chris Dickenstravis: Turn off Homebrew updates
2020-12-17 Nathan HjelmUse stdatomic instead of gcc-internal atomics
2020-12-16 Chris Dickenscore: Introduce atomic type and operations
2020-12-13 Chris Dickenslinux_usbfs: Fix parsing of descriptors for multi-confi...
2020-12-13 Chris DickensCorrect a typo in the Changelog and clean up a stray...
2020-12-10 Chris Dickenslibusb 1.0.24 upstream/1.0.24
2020-12-03 Aurelien Jarnoautotools: fix out-of-tree building of documentation
2020-11-30 Mikolaj Kucharskifix eol of msvc/*.vcxproj and msvc/*.vcxproj.filters...
2020-11-28 Chris Dickenslibusb 1.0.24-rc1
2020-11-28 Chris DickensWindows: Fix a few more benign compiler warnings
2020-11-28 Chris DickensWindows: Support building dpfp and sam3u_benchmark...
2020-11-27 Chris DickensWindows: Add missing header files to MSVC projects
2020-11-27 Chris Dickensbuild: Prepare config.h for inclusion in examples/tests
2020-11-16 Chris Dickensbuild: Fix Android and Xcode compilation errors/warnings
2020-11-10 Chris Dickensexamples: Enable all examples to build on all platforms
2020-11-10 Ihor DutchakWindows: ignore all broken devices during enumeration
2020-11-09 Chris DickensFix various CI build warnings
2020-11-09 Chris Dickenstravis: Update build environments
2020-11-08 Chris Dickenstests: Refactor testlib to simplify and fix Cygwin...
2020-11-08 Uwe Bonneslibusb.h: Base Class EFh (Miscellaneous) was missing...
2020-10-21 Chris DickensWindows: Restrict path for dynamic library loading
2020-10-16 Chris Dickenscore: Iterate over completed transfers using the correc...
2020-10-16 Chris Dickenscore: Fix the newly added list_splice_front() function
2020-09-29 Chris Dickenscore: Fix unused variable warnings on release builds
2020-09-15 Nathan Hjelmdarwin: code cleanup in darwin_handle_transfer_completion
2020-09-15 Nathan Hjelmlibusbi.h: fix warning about redefined macros
2020-09-13 Chris DickensDoxygen: Fix warnings about undocumented compounds
2020-09-13 Chris Dickensthreads_posix: Use monotonic clock for condition variab...
2020-09-13 Chris Dickenscore: Split usbi_clock_gettime() into two separate...
2020-09-13 Chris Dickenscore: Add validation to timeval parameters
2020-09-13 Chris Dickenscore: Miscellaneous internal logging cleanup
2020-09-13 Chris Dickenscore: Simplify thread abstractions and add debug checks
2020-09-13 Chris Dickensbuild: Merge events and threads into single platform...
2020-09-13 Chris DickensGuard against getting stuck while handling events
2020-09-13 chrisAndroid: Add option LIBUSB_OPTION_WEAK_AUTHORITY to...
2020-08-25 Chris Dickensevents_posix: Remove unnecessary and incorrect assertion
2020-08-24 Chris Dickenscore: Ensure that reported event bits are initialized
2020-08-23 Ludovic RousseauExchange README.md and README
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-18 Chris DickensDocumentation: Specify the constraint of the 'completed...
2020-08-18 Chris DickensDocumentation: Update the Windows binary snapshot READM...
2020-08-18 Chris DickensDocumentation: Add details regarding thread-safety
2020-08-18 Chris DickensDocumentation: Improve details of libusb_transfer's...
2020-08-18 Chris DickensDocumentation: Add a note regarding the execution conte...
2020-08-18 Chris DickensDocumentation: Add details regarding timeouts and parti...
2020-08-18 Chris DickensDocumentation: Add section regarding transfer length...
2020-08-18 Chris DickensWindows: Update INSTALL_WIN.txt
2020-08-18 Chris DickensAutotools: Use built-in shell tests and exec autoreconf
2020-08-18 Chris DickensWindows: Fix I/O completion port thread behavior on...
2020-08-17 Chris DickensWindows: Improve how root hubs are reported
2020-08-17 Chris DickensWindows: Prevent NULL pointer dereference when ancestor...
2020-08-13 Chris Dickensdescriptor: Miscellaneous improvements to the overall...
2020-08-13 Chris Dickenscore: Optimize check for pending events
2020-08-13 Chris Dickenscore: Add support for eventfd
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
2020-08-11 Chris DickensWindows: Use I/O completion ports for transfers
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-08-10 Theo BuehlerOpenBSD: support libusb_get_port_number
2020-08-10 Theo BuehlerOpenBSD: allow opening ugen devices multiple times
2020-08-10 Martin ThiererAPI docs: Elaborate on "NOT_SUPPORTED" status for set_c...
2020-08-10 Zhiqiang Liulibusb: fix a memory leak in sunos_new_string_list...
2020-08-10 Uri Lublinstress: test_get_device_list: change printf format...
2020-08-10 Saleem Rashiddescriptor: Fix alignment for 32-bit words in parse_des...
2020-07-16 Martin Thiererwinusb: setting a non-default config not supported
2020-06-17 Ido Yarivdarwin: Fix invalid GetPipePropertiesV3 argument
2020-06-12 Igor Anokhinos/darwin: use IOUSBDevice as darwin_device_class expli...
2020-06-12 Nathan Hjelmdarwin: use GetPipePropertiesV3 on 10.9 and later
2020-06-12 Nathan Hjelmdarwin: add kIOUSBUnknownPipeErr to error string list
2020-06-09 Jonas MalacoDocument that libusb_set_option may also return NOT_FOUND
2020-06-09 Ido Yarivdarwin: Fix stale descriptor information post reset
2020-04-30 Sebastian von OhrWindows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANS...
2020-04-29 Chris Dickenslinux_usbfs: Parse config descriptors during device...
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenssunos: Fix a number of compiler warnings
2020-04-28 Chris DickensFix some trivial compiler warnings for the Haiku and...
2020-04-28 Chris Dickensdescriptor: Remove usbi_get_config_index_by_value()
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
next