core: update usbi_dbg to take the context as an argument
[platform/upstream/libusb.git] / libusb / os / windows_common.c
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-07-09 Dmitry Zakablukov[Issue-912] Lock open_devs_lock in context to avoid...
2021-06-03 Chris Dickenscore: Refactor initialization and how the default conte...
2021-02-01 Chris DickensWindows: Fix HID and synchronous transfer completion
2021-01-16 Chris DickensWindows: Filter out non-libusb I/O completions
2020-12-19 Chris DickensWindows: Cleanup header includes and definiions
2020-11-28 Chris DickensWindows: Fix a few more benign compiler warnings
2020-11-09 Chris DickensFix various CI build warnings
2020-11-08 Chris Dickenstests: Refactor testlib to simplify and fix Cygwin...
2020-10-21 Chris DickensWindows: Restrict path for dynamic library loading
2020-09-13 Chris Dickenscore: Split usbi_clock_gettime() into two separate...
2020-09-13 Chris Dickenscore: Miscellaneous internal logging cleanup
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-18 Chris DickensWindows: Fix I/O completion port thread behavior on...
2020-08-11 Chris DickensWindows: Use I/O completion ports for transfers
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-04-30 Sebastian von OhrWindows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANS...
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-03-30 Chris Dickensbuild: Enable additional build errors and warnings
2020-03-16 Chris Dickenscore: Fix return value of usbi_clock_gettime()
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-03-10 Chris DickensWindows: Fix some harmless build warnings
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-02-07 Chris DickensWindows: Refactoring to consolidate and simplify common...
2020-01-26 Chris DickensWindows: Fix GCC printf format warnings due to DWORD...
2020-01-24 Chris Dickensconfigure.ac: Cleanup and refactoring
2020-01-24 Chris DickensMisc: Cleanup across multiple backends
2020-01-22 Chris DickensWindows: Kill the dedicated thread for monotonic clock_...
2020-01-22 Chris DickensWindows: Fix some MinGW build warnings and printf forma...
2020-01-22 Chris DickensWindows: Drop support for Windows XP
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...