Only initialize the default context when it is requested
[platform/upstream/libusb.git] / libusb / core.c
2010-06-22 Ludovic RousseauOnly initialize the default context when it is requested
2010-06-10 Ludovic RousseauFix 2 documentation typos
2010-06-10 Pete BatardFactorize event handler interruption code
2010-06-05 Pete BatardAbstract low-level event handler operations
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-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 FrancescoAdd libusb_strerror() to get short error message in...
2010-05-13 Michael PlanteFix libusb_device::lock memory leak
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2009-11-07 Daniel DrakeUpdate documentation about early completion caveats
2009-07-09 Daniel DrakeLinux: try harder not to lose any data
2009-06-28 Daniel DrakeAdd libusb_get_max_iso_packet_size()
2009-02-17 Nathan HjelmDarwin backend
2009-02-01 Hans Ulrich NiedermannAvoid signedness errors in API docs example code
2008-12-13 Mikhail GusarovEOL-whitespace fixes
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 DrakeDocument the logging style
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-17 Daniel DrakeRefine configuration selection again
2008-06-15 Felipe Balbifix doc about libusb_open()
2008-05-29 Daniel DrakeRefine libusb_set_configuration() semantics
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-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-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 DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeRework configuration handling
2008-05-09 Daniel Drakelibusb_get_device_list() can return negative error...
2008-05-08 Daniel DrakeDocumentation work
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-04 Daniel Drakeadd functionality for querying and detaching kernel...
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 DrakeRename reference counting API
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-05-02 Daniel DrakeDocumentation improvements
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-18 Daniel Drakelibusb_device mutex protection
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-01 Daniel DrakeConstify some return data
2008-03-23 Daniel DrakeSupport for changing altsetting
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 Drakeget_device fixup
2008-03-09 Daniel DrakeRename descriptor-getting functions
2008-03-09 Daniel DrakeRename libusb_dev_handle to libusb_device_handle
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...
2008-03-06 Daniel DrakeRework device discovery API
2008-02-26 Daniel DrakeNotifications for changes to the fd set
2008-01-30 Daniel DrakeRemove timers and signalfd
2008-01-26 Daniel DrakePoll usbfs descriptors directly
2008-01-05 Daniel DrakeRemove more fpusb remnants
2008-01-04 Daniel DrakeRename some _devh_ functions
2008-01-04 Daniel DrakePlural of bus is busses
2008-01-04 Daniel DrakeAPI renaming: remove fpi and usb_ stuff
2008-01-04 Daniel DrakeRename to libusb-1.0