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
2013-06-17
Chris Dickens
POSIX: Set usbi_pipe to non-blocking by oring O_NONBLOC...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Hans de Goede
linux_udev: Don't free the udev_monitor while the event...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Hans de Goede
linux_udev: Join the hotplug-event-thread when we stop...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Hans de Goede
libusb_get_bos_descriptor: Don't log an error on device...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Chris Dickens
hotplug: ensure udev monitor fd is non-blocking
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Hans de Goede
linux_udev: Log error code on pthread_create failure
commit
|
commitdiff
|
tree
|
snapshot
2013-06-11
Ludovic Rousseau
Examples: add a missing \n at end of error messages
commit
|
commitdiff
|
tree
|
snapshot
2013-06-09
Hans de Goede
Core: Add a libusb_strerror() function
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Hans de Goede
Merge pull request #114 from hjelmn/darwin_device_cache
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Nathan Hjelm
darwin: return correct error code from libusb_get_confi...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Nathan Hjelm
darwin: increment the reference counter to the parent...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Nathan Hjelm
darwin: avoid enumerating devices more than once
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Pete Batard
Windows: Fix broken WDK compilation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Peter Stuge
examples: Add sam3u_benchmark isochronous example by...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Hans de Goede
Add BOS descriptor support
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Hans de Goede
Add superspeed endpoint companion descriptor support
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Hans de Goede
hotplug: Add a hotplug_poll backend function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Hans de Goede
linux: rework hotplug lock handling
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Hans de Goede
linux: Add a linux_netlink_read_message helper function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Hans de Goede
descriptor.c: AlternateSettings are related by Interfac...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Toby Gray
WinCE: Add hotplug.c to projects
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Toby Gray
Windows: Add new symbol for libusb_get_port_numbers...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Toby Gray
Hotplug: Make use of HAVE_SYS_TYPES_H define
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Toby Gray
POSIX: Move setting of pipes to non-blocking into usbi_pipe
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Simon Haggett
wince_get_active_config_descriptor() sets host_endian...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
all: ensure host_endian is always initialized
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
all: Allow backend to provide a better get_config_descr...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
descriptor.c: Add a raw_desc_to_config helper function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
descriptor.c: Consequently check bDescriptorType and...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
descriptor.c: Read a full config-desc-header on first...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
all: Make usbi_os_backend.get_[active_]config_descripto...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
linux: Properly deal with invalid config.wTotalLength...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
linux: get_configuration don't return LIBUSB_ERROR_NOT_...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
linux: Use cached config descriptors
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
linux: init: Only stop the event monitor if we also...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hans de Goede
linux: Switch to kernel version check to determine...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-23
Hans de Goede
linux: Switch to kernel version check to determine...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-23
Hans de Goede
linux: Clear descriptor buffer before read when using...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-23
Hans de Goede
linux: Cache the entire descriptors at device-init
commit
|
commitdiff
|
tree
|
snapshot
2013-05-22
Hans de Goede
linux: Add a _get_usbfs_fd helper function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-22
Hans de Goede
usbi_alloc_device: Drop unnecessary memset 0
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Hans de Goede
linux: Fix host_endian handling
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Hans de Goede
Examples: Fix use of deprecated libusb_get_port_path
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Hans de Goede
core: Add a new public libusb_get_port_numbers function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Hans de Goede
core: Fix handle_events return code on hotplug pipe...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
usbi_handle_disconnect: Fix race condition leading...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
usbi_handle_disconnect: Add some debugging wrt cancelle...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: linux_get_parent_info: properly propagate malloc...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
listdevs: Also print portpath for non root hubs
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
All: ref dev->parent_dev
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
core: Improve error / debug messages for hotplug pipe...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Fixup init_count tracking on hotplug init error
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux_udev: linux_start_event_monitor: Properly cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Replace should-not-happen checks with asserts
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Not finding a device on hotplug_disconnect is...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Improve topology related debug messages
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Set device->port_number
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Deal with devices being enumerated before their...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Move check for a device being added twice to...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: hotplug_enumerate and _disconnect take active_co...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Replace pthread_mutex with usbi_mutex_static
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
core: Fixup default_context handling
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
core: Fixup cleanup on init error
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
core: Add ctx to the active context list before backend...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: Take hotplug_lock for scan_devices, hotplug_enum...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
linux: linux_parent_dev search for . from the right
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Hans de Goede
configure: Fix --enable-udev help text
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Nathan Hjelm
linux: fix topology
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Nathan Hjelm
darwin: fix topology
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Nathan Hjelm
darwin: clean up extraneous includes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Pete Batard
Add hotplugtest to msvc project files
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Pete Batard
Misc fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Peter Stuge
examples: Only check for HAVE_SIGACTION once in Makefile.am
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Hans de Goede
Add INSTALL_WIN.txt eol=crlf to .gitattributes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
Add some editor meta-comments for proper tab usage
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Sean McBride
Core: use C99 flexible array member when possible
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin: return LIBUSB_ERROR_NOT_FOUND when reading...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
hjelmn@cs.unm.edu
darwin: clean up old code
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin: fix memory leaks in the darwin backend.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
core: release the context device list when the context...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin: don't assume an interval of 1 or high/super...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PA...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin/libusb_reset: reenumerate device if the device...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin: dpriv->device will never be NULL for a valid...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
darwin: allow control messages on devices we can not...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Hans de Goede
Bump LIBUSBX_API_VERSION for new hotplug API
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
Add hotplug support to the Linux backend.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
Add hotplug support to the Darwin backend.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
Add hotplug support.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Pete Batard
Fixup .gitignore for examples and tests now living...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
Core: Cache device descriptors in the core
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Nathan Hjelm
Core: Keep a list of contexts created by libusb_init()
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Hans de Goede
libusb.h: Correct errors in doxygen comment for struct...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-16
Toby Gray
WinCE: Include COPYING and license information in binar...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Pete Batard
libusbx-1.0.15
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Pete Batard
Samples: Fix timeout error on FX3 and logging improveme...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Toby Gray
Windows: Correctly clear backend transfer private infor...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Toby Gray
WinCE: Add internal build script for WinCE binaries
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Toby Gray
WinCE: Fix x86 build on Visual Studio 2005
commit
|
commitdiff
|
tree
|
snapshot
2013-04-04
Pete Batard
libusbx 1.0.15-rc3
commit
|
commitdiff
|
tree
|
snapshot
next