projects
/
platform
/
upstream
/
libusb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libusb.git
2020-03-30
Chris Dickens
build: Require C11 to build and clean up autoconfig...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-28
Chris Dickens
libusb/Makefile.am: Remove unnecessary assignments
commit
|
commitdiff
|
tree
|
snapshot
2020-03-28
Chris Dickens
core: Kill the OS_* definitions and use in the source...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-27
Chris Dickens
threads_posix: Improve usbi_get_tid() for various platforms
commit
|
commitdiff
|
tree
|
snapshot
2020-03-27
Chris Dickens
strerror: Micro-optimize implementation and remove...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-26
Chris Dickens
darwin: Explicitly cleanup cached devices during the...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-26
Chris Dickens
appveyor: Increase build coverage to all VS solutions
commit
|
commitdiff
|
tree
|
snapshot
2020-03-25
Chris Dickens
libusb/Makefile.am: Fix out-of-tree builds on Windows
commit
|
commitdiff
|
tree
|
snapshot
2020-03-25
Chris Dickens
msvc: Update include path for getopt in fxload projects
commit
|
commitdiff
|
tree
|
snapshot
2020-03-25
Chris Dickens
autotools: Fix a number of issues
commit
|
commitdiff
|
tree
|
snapshot
2020-03-23
Chris Dickens
msvc: Reorder solution projects and add project filter...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-17
Chris Dickens
Haiku: Fix some issues in the backend
commit
|
commitdiff
|
tree
|
snapshot
2020-03-16
Chris Dickens
core: Make the 'reset_device' function of the backend...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-16
Chris Dickens
core: Fix return value of usbi_clock_gettime()
commit
|
commitdiff
|
tree
|
snapshot
2020-03-16
Chris Dickens
core: Move parameter validation from backend to core
commit
|
commitdiff
|
tree
|
snapshot
2020-03-16
Chris Dickens
core: Kill usbi_backend.clock_gettime() function
commit
|
commitdiff
|
tree
|
snapshot
2020-03-10
Chris Dickens
Windows: Fix some harmless build warnings
commit
|
commitdiff
|
tree
|
snapshot
2020-03-06
Chris Dickens
core: Switch usbi_transfer to store timeout as timespec
commit
|
commitdiff
|
tree
|
snapshot
2020-03-06
Chris Dickens
darwin: Fix race condition that results in segmentation...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-26
Chris Dickens
core: Introduce accessor functions for structure privat...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-26
Chris Dickens
core: Optimize the memory layout of the transfer structure
commit
|
commitdiff
|
tree
|
snapshot
2020-02-26
Chris Dickens
core: Use a consistent variable name for usbi_transfer...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-23
a1exdandy
Windows: fix MAX_PATH_LENGTH
commit
|
commitdiff
|
tree
|
snapshot
2020-02-07
Alexander Stein
linux: provide an event thread name
commit
|
commitdiff
|
tree
|
snapshot
2020-02-07
Chris Dickens
threads_posix: Use thread-local storage to cache thread ID
commit
|
commitdiff
|
tree
|
snapshot
2020-02-07
Chris Dickens
Windows: Refactoring to consolidate and simplify common...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-31
Chris Dickens
Windows: Fix poll implementation for NDEBUG (Release...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-28
Chris Dickens
Windows: Fix reported length of synchronous control...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-27
Chris Dickens
linux_usbfs: Drop support for kernel versions earlier...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-26
Chris Dickens
Windows: Fix GCC printf format warnings due to DWORD...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-26
Chris Dickens
autobuild: Fix two issues
commit
|
commitdiff
|
tree
|
snapshot
2020-01-26
root
core: Fix build on linux
commit
|
commitdiff
|
tree
|
snapshot
2020-01-25
Chris Dickens
core: Convert internal macros to static inline functions
commit
|
commitdiff
|
tree
|
snapshot
2020-01-25
winterrace
Fix msvc 2019 project files (internal linkage)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
linux_usbfs: Clean up inconsistencies and optimize...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
configure.ac: Cleanup and refactoring
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
Misc: Clean up zero-length strings and recursion in...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
Misc: Cleanup across multiple backends
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
Misc: Trim and consolidate header file usage
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
core: Make style of debug messages with errno consisten...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Chris Dickens
appveyor.yml: Revert back to Visual Studio 2015 image
commit
|
commitdiff
|
tree
|
snapshot
2020-01-22
Chris Dickens
Misc: Use the UNREFERENCED_PARAMETER macro for UNUSED...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-22
Chris Dickens
Windows: Improve poll abstraction
commit
|
commitdiff
|
tree
|
snapshot
2020-01-22
Chris Dickens
Windows: Add missing '%' character for printf format...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-22
Chris Dickens
Windows: Kill the dedicated thread for monotonic clock_...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-22
Chris Dickens
Windows: Fix some MinGW build warnings and printf forma...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-22
Chris Dickens
Windows: Drop support for Windows XP
commit
|
commitdiff
|
tree
|
snapshot
2020-01-21
Chris Dickens
Windows: Add Visual Studio 2019 support
commit
|
commitdiff
|
tree
|
snapshot
2020-01-21
Chris Dickens
Misc: Remove obsolete Windows DDK build files
commit
|
commitdiff
|
tree
|
snapshot
2020-01-21
Chris Dickens
Misc: Clean up Visual Studio project files
commit
|
commitdiff
|
tree
|
snapshot
2020-01-21
Chris Dickens
Windows: Remove support for WinCE and Visual Studio...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-16
Chris Dickens
linux_usbfs: Wait until all URBs have been reaped befor...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Chris Dickens
core: Do not attempt to destroy a default context that...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Chris Dickens
core: Fix libusb_get_max_iso_packet_size() for superspe...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
gudenau
hotplug: Added libusb_hotplug_get_user_data()
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Chris Dickens
Increment LIBUSB_API_VERSION for next release
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Chris Dickens
examples: testlibusb: Always print VID and PID in addit...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Chris Dickens
examples: testlibusb: Formatting, whitespace and functi...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Greg Kroah...
core: fix build warning on newer versions of gcc
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Jie Zhang
windows: relax HCD root hub enumeration errors
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
VladimirTechMan
Change the errcode argument in libusb_strerror to be...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Matthias Bolte
windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Matthias Bolte
windows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Pino Toscano
core: include sys/time.h on any GNU libc OS
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Pino Toscano
Add Null POSIX backend
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Aleksandr Mezin
Set project name for doxygen
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
John Keeping
linux_udev: silently ignore "bind" action
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
Slash Gordon
Linux: Improved system out of memory handling
commit
|
commitdiff
|
tree
|
snapshot
2019-11-23
Ludovic Rousseau
Linux backend: fix ressource leak
commit
|
commitdiff
|
tree
|
snapshot
2019-11-01
Ludovic Rousseau
Xcode: add tests/stress target
commit
|
commitdiff
|
tree
|
snapshot
2019-11-01
Ludovic Rousseau
Xcode: apply suggested changes from Xcode 11.2
commit
|
commitdiff
|
tree
|
snapshot
2019-10-31
Frank Li
windows: workaround WaitForMultipleObjects max 64 event...
commit
|
commitdiff
|
tree
|
snapshot
2019-10-31
Vinicius Tinti
Fix linux_scan_devices() in Android
commit
|
commitdiff
|
tree
|
snapshot
2019-10-31
Kenjiro Tsuji
Solaris: format mismatch in some usbi_dbg()
commit
|
commitdiff
|
tree
|
snapshot
2019-10-30
Ludovic Rousseau
Doxygen: do not hardcode the sourceforge.net username
commit
|
commitdiff
|
tree
|
snapshot
2019-10-30
Ludovic Rousseau
Doxygen: add libusb_wrap_sys_device() in the API list
commit
|
commitdiff
|
tree
|
snapshot
2019-10-30
Ludovic Rousseau
Doxygen: update config file from 1.8.8 to 1.8.16
commit
|
commitdiff
|
tree
|
snapshot
2019-09-26
Kenjiro Tsuji
Solaris backend depends on Solaris private symbols
commit
|
commitdiff
|
tree
|
snapshot
2019-09-26
Kenjiro Tsuji
Solaris: fails to find USB devices on SPARC platform
commit
|
commitdiff
|
tree
|
snapshot
2019-09-26
Kenjiro Tsuji
Solaris backend is not correctly setting the one transf...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
mrstock
fix constant not in range of enumerated type
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
Ludovic Rousseau
Xcode: apply suggested changes from Xcode 10.3
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Nathan Hjelm
on to 1.0.23
upstream/1.0.23
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
winterrace
Update poll_windows.c
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
winterrace
Fix NULL pointer dereference crashes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Nathan Hjelm
move on to 1.0.23-rc3
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Nathan Hjelm
windows: fix build
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Frank Li
windows: Fix libusb_get_device_list failure if virual...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Nathan Hjelm
core: protect against changes to the pollfd list during...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Nathan Hjelm
core: abandon sync transfers after libusb_close()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nathan Hjelm
update to 1.0.23-rc2
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Harry Mallon
windows_winusb: Add support for reporting super speed...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Josh Gao
windows_winusb: fix pedantic format string warnings.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Josh Gao
windows_winusb: fix size_t format strings.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Frank Li
windows: remove total fds (256) limitations
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
William Orr
Use `%zu` for sizes instead of `%d`
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
William Orr
Remove infinite recursion in OpenBSD backend
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
William Orr
Use a designated initializer for openbsd backend
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Axel Gembe
Windows: Workaround for composite devices with U2F...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Axel Gembe
Windows: Fix detection of Windows 10 when manifest...
commit
|
commitdiff
|
tree
|
snapshot
next