platform/upstream/libusb.git
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
2008-05-05 Daniel Drakemove descriptor parsing into main library
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-05-05 Daniel DrakeLinux: fix logical URB allocation
2008-05-04 Daniel Drakeadd functionality for querying and detaching kernel...
2008-05-04 Daniel DrakeDescriptor reading functionality
2008-05-04 Daniel Drakesanitized error returns from synchronous I/O functions
2008-05-04 Daniel Drakeimplement libusb_reset_device()
2008-05-04 Daniel DrakeAdd functionality to clear endpoint halt conditions
2008-05-03 Daniel DrakeFix libusb_get_device_list return value
2008-05-03 Daniel DrakeWell-defined error codes for some operations
2008-05-03 Daniel DrakeAdd libusb_set_configuration()
2008-05-03 Daniel Drakerename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM
2008-05-03 Daniel DrakeLinux: better EACCES handling
2008-05-03 Daniel DrakeRename reference counting API
2008-05-03 Daniel DrakeLinux: use read-only access to enumerate devices and...
2008-05-02 Daniel Drakedocument pollfd notifiers
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-05-02 Daniel DrakeDocumentation improvements
2008-05-02 Daniel Drakedetect short descriptor reads
2008-05-02 Daniel Drakeremove "references" and "referenced by" listings in...
2008-05-02 Daniel DrakeUse typedef ptr types in parameters and return types
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel Drakestandardised error codes
2008-04-29 Daniel DrakeFix descriptor handling memory leaks
2008-04-29 Daniel DrakeRename endpoint_type to transfer_type
2008-04-29 Daniel DrakeRemove a FIXME comment
2008-04-29 Daniel DrakeFix unlocked flying_transfers list access
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
2008-04-27 Daniel Drakeremove extra timeout check
2008-04-27 Daniel DrakeDocumentation touchups
2008-04-19 Daniel Drakeadd threaded example program
2008-04-18 Daniel Drakelibusb_device mutex protection
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-18 Daniel Drakelock flying_transfers during transfer removal
2008-04-18 Daniel Drakepollfds mutex protection
2008-04-17 Daniel Drakeflying_transfers mutex protection
2008-04-17 Daniel DrakeLinux: fix control transfer cancellation
2008-04-14 Daniel Drakeset correct endpoint type for isochronous transfers
2008-04-11 Daniel DrakeLinux: fire multiple URBs at once for split transfers
2008-04-01 Daniel DrakeConstify some return data
2008-03-30 Daniel DrakeRename libusb_poll() to libusb_handle_events()
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-23 Daniel Drakedistcheck fix for docs
2008-03-23 Daniel DrakeSupport for changing altsetting
2008-03-20 Daniel Drakeit's called bmRequestType
2008-03-20 Daniel DrakeSave transfer flags before invoking callback
2008-03-20 Daniel DrakeAPI documentation
2008-03-15 Vasily KhoruzhickFix get_device_list for realloc case
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction
2008-03-10 Daniel DrakeAdd transfer flags
2008-03-10 Daniel DrakeSimplify libusb_fill_control_transfer()
2008-03-10 Daniel Drakeget_device fixup
2008-03-09 Daniel DrakeRename descriptor-getting functions
2008-03-09 Daniel DrakeSimplify cancellation API
2008-03-09 Daniel DrakeRename libusb_dev_handle to libusb_device_handle
2008-03-09 Daniel DrakeMove synchronous I/O implementation to its own file
2008-03-09 Daniel DrakeSeparate transfer allocation and submission
2008-03-08 Daniel DrakeRework URB API naming
2008-03-08 Daniel DrakeAdd fallback on /proc/bus/usb
2008-03-08 Daniel DrakePersistent libusb_device storage
2008-03-06 Daniel DrakeAdd convenience function to find and open a device...
next