Windows: Simplify poll_windows and add provisions for WinCE
[platform/upstream/libusb.git] / libusb / libusbi.h
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
2012-10-31 Sean McBrideCore: Use offsetof() instead of null pointer tricks
2012-10-13 Ludovic RousseauAll: Use "" instead of <> for local includes
2012-08-12 Pete BatardCore: Fix a Clang warning in io.c
2012-08-03 Orin EmanCore: NULL list pointers on deletion
2012-07-03 Pete BatardCore: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts
2012-07-02 Pete BatardWindows: Address MSVC Level 4 & WDK's OACR/Prefast...
2012-06-08 Pete BatardAll: Prevent memory leaks on realloc failures
2012-06-04 Pete BatardCore: Add toggleable debug logging
2012-05-28 Pete BatardCore: Define log levels in libusb.h
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-05-06 Peter StugeCore: Add a timestamping and thread ID to logging
2012-05-03 Toby GrayWindows: Fix deadlock in backend when submitting transfers.
2012-04-10 Pete BatardCore: Add get_version() call
2012-04-09 Pete BatardWindows: Fix support for variadic macros
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-01-30 Martin PieuchotOpenBSD backend
2011-12-13 Ludovic RousseauCore: Fix #122 warning: no previous prototype for ...
2011-10-17 Peter Stugelibusbi.h: Silence unused context variable warnings...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-15 Hans de GoedeAdd new API function libusb_get_device_speed()
2011-07-24 Vitali LovichAdd USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED...
2011-07-24 Peter Stugelibusbi.h: Add comma after last value in enum usbi_tran...
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
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 Ludovic RousseauUse const for the usbi_parse_descriptor() format string
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-07-28 Pete BatardAdd Windows support
2010-06-10 Pete BatardFactorize event handler interruption code
2010-06-04 Pete BatardSwitched to standard int pointer type for windows 64...
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-13 Pete BatardWhitespace cleanup
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2009-11-07 Daniel DrakeUse timerfd for timeout handling
2009-11-06 Daniel DrakeTransfer locking
2009-02-17 Nathan HjelmDarwin backend
2009-02-17 Nathan HjelmAbstract clock reading into OS layer
2008-11-21 Daniel DrakePause event handling while opening and closing devices
2008-11-03 Bastien NoceraAdd libusb_attach_kernel_driver()
2008-06-27 Daniel DrakeAllow user data pointer to be passed through pollfd...
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-05-29 Daniel DrakeRefine libusb_set_configuration() semantics
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 DrakeEndianness of control setup packets
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 DrakeRework configuration handling
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 DrakeAdd libusb_set_configuration()
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel DrakeFix descriptor handling memory leaks
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
2008-04-18 Daniel Drakelibusb_device mutex protection
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-11 Daniel DrakeLinux: fire multiple URBs at once for split transfers
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-23 Daniel DrakeSupport for changing altsetting
2008-03-15 Vasily KhoruzhickFix get_device_list for realloc case
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction
2008-03-09 Daniel DrakeRename descriptor-getting functions
2008-03-09 Daniel DrakeRename libusb_dev_handle to libusb_device_handle
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 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-05 Daniel DrakeRemove more fpusb remnants
2008-01-04 Daniel DrakeAPI renaming: remove fpi and usb_ stuff
2008-01-04 Daniel DrakeRename to libusb-1.0