platform/upstream/libusb.git
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
2009-11-21 Ludovic Rousseaulsusb example: make print_devs() static
2009-11-21 Ludovic RousseauDarwin: fix warning in darwin_error_str()
2009-11-21 Nathan HjelmDarwin: allow devices to be opened multiple times
2009-11-21 Daniel DrakeIncrease libusb_handle_events() timeout to 60 seconds
2009-11-21 Daniel DrakeRefine timerfd header check (#18)
2009-11-15 Daniel Drakev1.0.5 release
2009-11-07 Daniel DrakeUpdate documentation about early completion caveats
2009-11-07 Ludovic RousseauAdd libusb_get_max_iso_packet_size() to libusb.h
2009-11-07 Daniel DrakeUse timerfd for timeout handling
2009-11-07 Daniel DrakeUse AM_SILENT_RULES for building
2009-11-06 Daniel Drakev1.0.4 release
2009-11-06 David MooreLinux: Add support for the new URB_BULK_CONTINUATION...
2009-11-06 Daniel DrakeTransfer locking
2009-09-14 Daniel DrakeClarify that timeout 0 means unlimited timeout
2009-09-11 Daniel DrakeLinux: more flexibility with monotonic clock
2009-09-11 Nathan HjelmDarwin: handle overflows
2009-08-27 Daniel Drakev1.0.3 release
2009-08-23 Toby PetersonDarwin: 64-bit type fixes
2009-08-23 Nathan HjelmDarwin: fix crash when reading descriptors after close
2009-08-01 Daniel Drakemove bug info to bug tracker
2009-07-09 Daniel DrakeLinux: try harder not to lose any data
2009-06-28 Daniel DrakeAdd libusb_get_max_iso_packet_size()
2009-06-20 Daniel DrakeLinux: fix sending of zero length bulk packets
2009-06-19 Nathan HjelmDarwin: Don't cancel transfers on timeout
2009-06-14 Daniel DrakeDon't terminate enums with commas
2009-06-13 Daniel Drakev1.0.2 release
2009-06-10 Daniel DrakeLinux: fix config descriptor parsing on big-endian...
2009-06-07 Nathan HjelmDarwin: improve handling of disconnected devices
2009-06-07 Nathan HjelmDarwin: fix parsing of config descriptors
2009-06-07 Daniel DrakeEliminate -Wsign-compare compiler warnings
2009-05-29 David MooreMake synchronous transfer APIs robust against signal...
2009-05-28 Alex Vatchenkopre-gcc-3.4 compatibility
2009-05-26 Daniel DrakeFix memory leak in config descriptor parsing
2009-05-12 Daniel DrakeUpdate AUTHORS
2009-05-12 Daniel Drakev1.0.1 release
2009-05-12 Daniel DrakeAdd BUGS file
2009-03-23 Nathan HjelmDarwin: get_config_descriptor bugfixes
2009-02-25 Daniel DrakeFix compilation of Darwin backend
2009-02-17 Nathan HjelmDarwin backend
2009-02-17 Nathan HjelmMake endianness macros endian-independent
2009-02-17 Nathan HjelmAbstract clock reading into OS layer
2009-02-17 Daniel DrakeFix endianness in device descriptors
2009-02-17 Nathan HjelmOnly link with librt on Linux
2009-02-01 Hans Ulrich... API docs: describe libusb_transfer_cb_fn type
2009-02-01 Hans Ulrich... Make empty array in struct compatible with C99
2009-02-01 Hans Ulrich... Avoid signedness errors in API docs example code
2009-01-17 Daniel DrakeDecrement poll() result when internal pipe has been...
2009-01-12 David MoorePrevent transfer from being submitted twice or improper...
2009-01-10 David MooreLinux: Fix race condition in cancel_bulk_transfer()
2008-12-13 Daniel Drakev1.0.0 release
2008-12-13 Mikhail GusarovEOL-whitespace fixes
next