platform/upstream/libusb.git
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
2008-12-09 Daniel DrakeLinux: fix reading of active configuration
2008-12-09 Daniel DrakeFix double free in descriptor parsing error path
2008-11-21 Daniel DrakeImprovements to multi-threaded I/O system
2008-11-21 Daniel DrakeSourceForge website upload system changed
2008-11-21 Daniel Drakev0.9.4 release
2008-11-21 Daniel DrakePause event handling while opening and closing devices
2008-11-03 Bastien NoceraAdd libusb_attach_kernel_driver()
2008-11-02 Daniel DrakeLinux: handle low-level transfer errors
2008-11-02 Aurelien JarnoSupport for out-of-tree building
2008-11-02 Daniel DrakeDocument the logging style
2008-08-28 Daniel DrakeAsync I/O documentation touchups
2008-08-28 Daniel DrakeDoc: fix typo in events lock section
2008-08-23 Daniel Drakev0.9.3 release
2008-08-23 Daniel DrakeReset internal transfer flags on submit
2008-08-10 Daniel DrakeAdd libusb_get_configuration prototype
2008-07-19 Daniel Drakev0.9.2 release
2008-07-16 Daniel DrakeLinux: fix sysfs directory handling
2008-07-16 David EngrafLinux: correct usage of MAX_PATH
2008-07-09 Daniel DrakeLinux: fix bulk/iso transfer double-cancellation
2008-06-29 Daniel Drakev0.9.1 release
2008-06-29 Daniel DrakeAdd missing GET_CONTEXT()
2008-06-29 Daniel DrakeLinux: Compatibility with new sysfs descriptors file
2008-06-27 Daniel DrakeAllow user data pointer to be passed through pollfd...
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-25 Daniel DrakeRevert "Temporary workaround for event handling seriali...
2008-06-21 Daniel DrakeOverflow handling
2008-06-17 Artem Egorkinea fix for SIGSEGV in handle_bulk_completion()
2008-06-17 Daniel DrakeRefine configuration selection again
2008-06-15 Daniel Drakedocs update
2008-06-15 Daniel Drakeround up poll timeout
2008-06-15 Felipe Balbifix doc about libusb_open()
2008-05-29 Daniel DrakeTemporary workaround for event handling serialization...
2008-05-29 Daniel DrakeRefine libusb_set_configuration() semantics
2008-05-25 Daniel Drakev0.9.0 release
2008-05-25 Daniel DrakeTake lock before raising event waiters condition
2008-05-25 Daniel DrakeImplement serialization of event handlers
2008-05-24 Daniel Drakeallow LIBUSB_DEBUG env var to control message verbosity...
2008-05-23 Daniel Drakedon't print messages by default
2008-05-19 Daniel DrakeFix memory leak in libusb_control_transfer
2008-05-19 David EngrafLinux: fix handling of ioctl failure
2008-05-19 David Engrafcritical memory leak in handle_events
2008-05-16 Daniel DrakeMore informative libusb_open() return code
2008-05-16 Daniel DrakeFix endianness with descriptor handling
2008-05-13 Daniel DrakeBackend documentation for porting efforts
2008-05-12 Daniel DrakeLinux: fix caching of guessed configuration
2008-05-11 Rob WalkerLinux: fix bulk transfer early completion
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-11 Daniel DrakeDocumentation work
2008-05-11 Daniel DrakeEndianness of control setup packets
2008-05-11 Daniel DrakeDocument that releasing interface causes SET_INTERFACE...
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeLinux: fix caching of active configuration for non...
2008-05-10 Daniel DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeLinux: comprehensive sysfs vs usbfs access
2008-05-09 Daniel DrakeLinux: no need to store usbfs node path
2008-05-09 Daniel DrakeRework configuration handling
2008-05-09 Daniel Drakelibusb_get_device_list() can return negative error...
2008-05-08 Daniel DrakeLinux: fix clear_halt implementation
2008-05-08 Daniel DrakeDocumentation work
2008-05-05 Daniel DrakeLinux: enumerate devices and descriptors from sysfs
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel Drakemore error code sanitization
2008-05-05 Daniel DrakeIsochronous transfer helper functions
2008-05-05 Daniel Drakefree open devices on exit
next