platform/upstream/libusb.git
2011-06-13 Sean McBrideio.c: Fix clang analyzer warning about unused variable
2011-06-13 Peter Stuge.gitignore: Add m4 subdirectory created by libtool
2011-06-13 Ludovic RousseauLinux: Do not include useless pthread.h
2011-06-13 Pete BatardWindows: minor code improvements
2011-06-13 Pete BatardWindows: prevent set_configuration request from being...
2011-06-13 Graeme GillWindows: fixed default WinUSB timeout and ineffective...
2011-06-13 Pete BatardWindows: Don't leak pipe fds
2011-06-13 Peter StugeWindows: enumeration overhaul
2011-06-13 Pete BatardWindows: MS project files part 4 - MSVC6 project files
2011-06-13 Pete BatardWindows: MS project files part 3 - VS2005 project files
2011-06-13 Pete BatardWindows: MS project files part 2 - WDK project files
2011-06-13 Pete BatardWindows: MS project files part 1 - support files &...
2011-06-13 Peter StugeMove library version number from configure.ac to libusb...
2011-06-13 Peter StugeWindows: Debug builds create the same .dll file name...
2011-06-13 Pete BatardWindows: explicit use of ANSI or WideChar calls
2011-06-13 Pete BatardWindows: Remove SetupAPI, AdvAPI32 and OLE32 link-time...
2011-06-13 Pete BatardAdd .gitattributes to avoid Windows line ending issues...
2011-06-13 Peter StugeWindows: Touch up FileDescription and ProductName resou...
2011-06-13 Peter StugeWindows: Remove emulated direct device access via HID API
2011-06-13 Peter StugeRevert libusb_strerror() until we have i18n and l10n
2011-06-13 Pete Batarddpfp_threaded: return instead of pthread_exit() to...
2011-06-13 Pete BatardWindows: Rename various variables named "index" to...
2011-06-13 Pete BatardWindows: Fix logic in enumeration of driver name and...
2011-06-13 Pete BatardWindows: Allow claiming any interface in composite...
2011-06-13 Pete BatardWindows: Allow arbitrary bConfigurationValue in config...
2011-06-13 Thomas RöferDarwin: Schedule isochronous transfers further in the...
2011-06-13 Thomas RöferDarwin: Fix #65 memory leak in submit_iso_transfer()
2011-06-13 Peter Stugeconfigure.ac: Refactor Windows backend settings into...
2011-06-13 Peter Stugeconfigure.ac: Rename AM_LDFLAGS to LTLDFLAGS and actual...
2011-06-13 Peter Stugeconfigure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGS
2011-06-13 Peter Stugeconfigure.ac: Call AC_CONFIG_FILES() for each output...
2011-06-13 Peter Stugeconfigure.ac: Whitespace changes and trivial reordering
2011-06-13 Peter Stugeconfigure.ac: Quote AC_COMPILE_IFELSE() input
2011-06-13 Peter Stugeconfigure.ac: Define booleans to 1 when set, instead...
2011-06-13 Peter Stugeconfigure.ac: Clean up redundancy and fix LIBS on Linux
2011-06-13 Peter Stugeconfigure.ac: Touch up Darwin and Cygwin OS messages
2011-06-13 Peter Stugeconfigure.ac: Do not use -pthread on Darwin
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
2011-06-13 Nathan HjelmDarwin: Add support for control requests on endpoints...
2011-06-13 Nathan HjelmDarwin: Add more error checking for libusb_open()
2011-06-13 Peter StugeCore: libusb_get_next_timeout() must consider all flyin...
2011-06-13 Ludovic RousseauLinux: Correctly catch read() errors for sysfs config...
2011-06-13 Peter StugeLinux: Refactor cancellation into one function for...
2011-02-25 Peter StugeLinux: Refactor discarding of URBs into a function...
2011-02-25 Peter StugeLinux: Set private number of URBs also for control...
2010-12-24 Alan SternLinux: cancel URBs in reverse order
2010-12-24 Alan SternLinux: report correct value for urb->actual_length
2010-12-24 Alan SternLinux: improve reporting of URB error status codes
2010-11-26 Alan SternLinux: improve detection of BULK_CONTINUATION kernel...
2010-11-26 Peter StugeREADME: Update webpage URL and add Peter's email address
2010-11-26 Peter Stugelibusb is not just for Linux!
2010-11-26 Nathan HjelmRemove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeout...
2010-11-22 Peter StugeSilence "warning: suggest braces around empty body...
2010-11-22 Konrad RzepeckiDisallow libusb_get_string_descriptor_ascii() with...
2010-11-22 Ludovic RousseauUse const for the usbi_parse_descriptor() format string
2010-11-22 Hector MartinLinux: Fix usbfs/sysfs config descriptor handling on...
2010-11-22 Ludovic Rousseauexamples: #include <libusb.h> without directory name
2010-10-16 Ludovic RousseauAdd missing argument to libusb_wait_for_event() documen...
2010-10-16 Peter Stugeexamples: Silence warnings about return value of fwrite()
2010-10-16 Peter StugeLinux: Don't free() URBs prematurely on hardware error...
2010-10-06 Pete BatardWindows: add support for filter drivers
2010-10-06 Pete BatardWindows: fix errcode shadow warning, and string and...
2010-10-05 Pete BatardWindows: use IOCTLs for HID input, output and feature...
2010-10-04 Daniel DrakeFix libtool version setting
2010-10-04 Mike FrysingerPopulate the pkg-config Libs.private field
2010-10-04 Mike FrysingerLinux: fix build failure when CLOCK_MONOTONIC does...
2010-10-04 Daniel DrakeUpdate libtool version info
2010-09-19 Pete BatardUpdated documentation for unsupported Darwin/Windows...
2010-09-19 Pete BatardWindows: Make libusb_pollfd() return error
2010-09-19 Daniel DrakeMinGW: Use --add-stdcall-alias linker option
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-08-07 Pete BatardWindows: fix string copy in sanitize_path
2010-08-07 Pete BatardWindows: DuplicateHandle failure is not a warning
2010-08-07 Pete Batardremoved trailing whitespaces
2010-08-05 Pete BatardWindows: Mark interfaces as unused when releasing
2010-08-05 Pete BatardWindows: fix device path string duplication
2010-08-03 Nathan HjelmDarwin: Cache device configuration value
2010-08-03 Xiaofan ChenFix inconsistencies between prototypes and definitions
2010-07-28 Hoi-Ho ChanDarwin: handle kIOReturnUnderrun
2010-07-28 Pete BatardAdd Windows support
2010-07-24 Hoi-Ho ChanDarwin: write iso transfer details into correct packets
2010-07-24 Nathan HjelmDarwin: fix interface object leak
2010-07-24 Nathan HjelmDarwin: clean up some debug messages
2010-07-24 Nathan HjelmDarwin: Don't open devices during scan unless we have...
2010-07-24 Peter StugeLinux: Handle early complete of multi-URB transfer
2010-07-23 Daniel DrakeOnly compile dpfp examples when sigaction is available
2010-07-06 Aurelien Jarnoconfigure.ac: fix bashisms
2010-06-25 Daniel DrakeOnly include sys/time.h on appropriate platforms
2010-06-22 Daniel DrakeLinux: Fix log message commit
2010-06-22 Ludovic RousseauOnly initialize the default context when it is requested
2010-06-22 Daniel DrakeLinux: fix log message that was being unconditionally...
2010-06-10 Ludovic RousseauFix 2 documentation typos
2010-06-10 Ludovic Rousseauadd AM_MAINTAINER_MODE
2010-06-10 Pete BatardFactorize event handler interruption code
2010-06-05 Pete BatardAbstract low-level event handler operations
2010-06-04 Pete Batardfixes the possibility of using a broken timercmp on...
2010-06-04 Pete BatardSwitched to standard int pointer type for windows 64...
2010-06-01 Michael Planteadded doxygen, dpfp, msvc, and xusb stuff to gitignore
2010-06-01 Daniel DrakeAdd reference counting to default context
2010-05-27 Daniel DrakeFix libusb_init() error handling
next