source: libusb-pbatard @ bb4337

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bb4337   42 years anonymous
(edit) @113529   42 years anonymous
(edit) @e2eac9   42 years anonymous
(edit) @3e60c7   42 years anonymous
(edit) @214507   42 years anonymous
(edit) @7bc424   42 years anonymous
(edit) @c7224c   42 years anonymous
(edit) @e182db   42 years anonymous
(edit) @6f2d93   42 years anonymous
(edit) @4cc72d   42 years anonymous
(edit) @200fe7   42 years anonymous
(edit) @554274   42 years anonymous
(edit) @67826b   42 years anonymous
(edit) @65c4ed   42 years anonymous
(edit) @075916   42 years anonymous
(edit) @b19b25   42 years anonymous
(edit) @1753c9   42 years anonymous
(edit) @40e10e   42 years anonymous
(edit) @46b860   42 years anonymous
(edit) @cf3b3d   42 years anonymous
(edit) @3a1ff3   42 years anonymous
(edit) @c4ca16   42 years anonymous
(edit) @7d33b9   42 years anonymous
(edit) @f63e7b   42 years anonymous
(edit) @54244d   42 years anonymous
(edit) @52a0e1   42 years anonymous
(edit) @2d7863   42 years anonymous
(edit) @63dc2e   42 years anonymous
(edit) @fad957   42 years anonymous
(edit) @46c884   42 years anonymous
(edit) @6ea372   42 years anonymous
(edit) @c40394   42 years anonymous
(edit) @15f4ed   42 years anonymous
(edit) @fdd1b0   42 years anonymous
(edit) @9651e5   42 years anonymous
(edit) @32c45c   42 years anonymous
(edit) @3f0578   42 years anonymous
(edit) @5dc579   5 months pete [internal] bumped internal version
(edit) @529258   5 months pete [logging] remove warnings when logging is disabled for MinGW/cygwin * …
(edit) @5f950c   5 months pete [MinGW] fix that annoying timercmp warning in io.c * MinGW was issuing a …
(edit) @320981   5 months pete [autotools] cleaner windres step
(edit) @0a752d   5 months pete [autotools] force Windows version to Windows 2000 or later
(edit) @302aee   5 months pete [internal] bumped internal version
(edit) @3fbf9a   5 months pete [samples] return NULL in dpfp_threaded poll_thread_main to avoid Cygwin …
(edit) @a64796   5 months vlovich [contrib] add non-officially supported CMake support
(edit) @4504b6   5 months peter.stuge.se add missing LIBUSB_CLASS codes
(edit) @50ba04   5 months pete get_device_speed fixes and addons * fixed typos and missing breaks * …
(edit) @48c695   5 months hjelmn Darwin: Optimize device iteration further using saved device location
(edit) @037234   5 months trygvis Darwin: Provide libusb_get_device_speed() data
(edit) @bf12ef   5 months hjelmn Darwin: Improve device enumeration performance and save device location …
(edit) @4fe089   5 months pbatard Windows: Provide libusb_get_device_speed() data * use (currently …
(edit) @605c73   5 months hdegoede Linux: Provide libusb_get_device_speed() data from sysfs Signed-off-by: …
(edit) @c384ec6   5 months hdegoede Add new API function libusb_get_device_speed() Reworked version of my …
(edit) @328d9f   5 months hdegoede Linux: Use read_sysfs_attr() to get busnum and devaddr Remove code …
(edit) @f471c6   5 months hdegoede Linux: Add read_sysfs_attr() helper function On Linux we often need to …
(edit) @bec707   5 months hdegoede Linux: Stop kernel from re-attaching in-kernel driver after reset When an …
(edit) @01d425   5 months hdegoede Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces) …
(edit) @1545bc   5 months hdegoede Linux: Fix warnings seen when compiling with gcc-4.6 Compiling with …
(edit) @1b52e6   5 months rogueresearch Darwin: Fix #100 warning cast to pointer from integer of different size
(edit) @9da384   5 months rogueresearch configure.ac: Fix #97 clang warning about -fgnu89-inline Remove the test …
(edit) @2934cf   5 months rogueresearch Darwin: Fix #63 error when apps use Objective-C garbage collection
(edit) @71b380   17 months rogueresearch Darwin: Fix #28 clang analyzer warning about unbalanced retain/release
(edit) @5e36dd   2 years rogueresearch io.c: Fix clang analyzer warning about unused variable References #28.
(edit) @77f501   5 months rousseau Do not include useless pthread.h The code does not use threads so no need …
(edit) @ee411c   5 months alan.ott Fix #70 race condition in sysfs_get_device_list() Change the way libusb …
(edit) @e28b09   5 months vlovich Darwin: Fix #108 crash when a device is unplugged
(edit) @aa282f   5 months vlovich descriptor.c: Fix buffer read overflow caught by valgrind In …
(edit) @5c87b9   5 months vlovich Clean up in-flight transfers and device handle when closing a device Any …
(edit) @1ff39e   5 months vlovich Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flags The …
(edit) @b3a2b5   5 months vlovich Linux: Detect and report that device has gone away while discarding URBs …
(edit) @c4a3b0   5 months vlovich Add recursive mutexes to threading abstraction This is necessary for the …
(edit) @ea2edf   6 months pbatard some inlines were not declared as static
(edit) @3f0138   7 months pbatard [internal] bumped internal version
(edit) @3d28b4   7 months pbatard [enum] fixed duplicate listing of devices * usb_class[class_index] could …
(edit) @2987ce   7 months pbatard [internal] bumped internal version
(edit) @cf0c84   7 months stern [linux] add topology-analysis code to Linux backend * Determines the …
(edit) @b5c980   7 months stern [xusb] use bulk endpoints only for testing * also reverts to using first …
(edit) @0ffb89   7 months pete [enum] workaround for non listing of 3.0 Renesas root hubs * Current …
(edit) @8031a1   7 months pete [xusb] switched default log level to info * this is the recommended level …
(edit) @ca1b31   7 months pete [internal] bumped internal version
(edit) @9509d1   7 months hdegoede [enum] remove duplicate address assignation
(edit) @11c2d7   7 months pete [xusb] fixed xusb no longer detaching driver on Linux * OS_LINUX is no …
(edit) @d65eef   7 months pete [enum] added additional USB 3.0 hub driver names
(edit) @253769   8 months pbatard [enum] added the new USB 3.0 Windows hub service name * Microsoft has …
(edit) @43ff4d   9 months pbatard [internal] bumped internal version
(edit) @004708   9 months pbatard [MinGW] fixed warning about dev_info * MinGW wrongly complains that …
(edit) @e4eeaf   9 months pbatard [misc] set internal windows function as static
(edit) @f374e4   9 months pbatard [windows] remove call to set_interface_altsetting on interface release * …
(edit) @40f369   9 months pbatard [enum] fixed initialization of interfaces for WinUSB hub access * also …
(edit) @993c17   9 months stuge [wdk] fixed path for .rc in libusb_sources
(edit) @6ffaea   9 months pbatard [internal] modified _bump script
(edit) @fb7c03   9 months pbatard Move library release version number from configure.ac to libusb/version.h
(edit) @d2858e   10 months pbatard [mingw] fixed Unicode support (reported by sirreal)
(edit) @58aae1   11 months pbatard [internal] switched to Visual Studio 2010
(edit) @098b40   11 months pbatard [integration] more merging for integration with -stuge
(edit) @6d4f27   11 months pbatard [xusb] fixed mass storage test data not being freed
(edit) @5a0c8e   11 months pbatard [enum] fixed short device initialization * some devices (eg. hubs) could …
(edit) @5c2824   11 months pbatard [windows_backends] removed dummy open/close for HUBs
(edit) @7ad14d   11 months pbatard [internal] bumped internal version
(edit) @00d3fa   11 months pbatard [integration] merged latest from -stuge branch * also switched to using …
Note: See TracRevisionLog for help on using the revision log.