platform/upstream/libusb.git
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
2010-05-24 Michael PlanteModify log functions to compile with MSVC6
2010-05-20 Pete BatardAdd type parameter to the list_for_each_entry() and...
2010-05-19 Daniel DrakeFix a usbi_pollfd leak in error path
2010-05-18 Pete BatardRename all interface parameters to usb_interface or...
2010-05-17 Pete BatardStricter types and casts
2010-05-17 Pete BatardFixes to error handling and exit codepaths
2010-05-13 Nathan HjelmDarwin: Define IO_OBJECT_NULL if not already defined
2010-05-13 Hans Ulrich... libusb_cpu_to_le16: macro->static inline function
2010-05-13 FrancescoAdd libusb_strerror() to get short error message in...
2010-05-13 Michael PlanteFix libusb_device::lock memory leak
2010-05-13 Pete BatardWhitespace cleanup
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2010-05-04 Daniel Drakev1.0.8 release
2010-04-22 Daniel DrakeLinux: don't set SHORT_NOT_OK on bulk out URBs (#20
2010-04-20 Daniel DrakeLinux: Handle failure to read active configuration...
2010-04-20 Nathan HjelmDarwin: don't reuse cached descriptors during enumeration
2010-04-19 Daniel Drakev1.0.7 release
2010-04-19 Daniel DrakeDocument that fd set contents are an internal implement...
2010-04-19 Martin KoeglerLinux: correct config descriptor endianness fix
2010-04-05 Martin KoeglerLinux: Fix endianness handling of usbfs config descript...
2010-03-23 Nathan HjelmDarwin: fix enumeration of devices with non-consecutive...
2010-03-18 Bastien NoceraAdd more interface classes
2010-03-18 Nathan HjelmDarwin: Cleanup async callback code, catch request...
2010-03-18 Nathan HjelmDarwin: fix endianness of control setup packet
2010-02-15 Nathan HjelmDarwin: fix memory leak in process_device
2010-02-15 Nathan HjelmDarwin: use logging functions
2010-02-15 Nathan HjelmDarwin: support multiple calls to libusb_init
2009-11-22 Daniel Drakev1.0.6 release
next