aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/libusbi.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix writing of log lines a single fprintf callPete Batard2013-06-301-17/+13
* Core: Make writing of log lines a single fprintf call.Toby Gray2013-06-271-0/+10
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-191-0/+1
* Core: Add a libusb_strerror() functionHans de Goede2013-06-101-0/+4
* Add superspeed endpoint companion descriptor supportHans de Goede2013-05-301-1/+1
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-0/+19
* all: Allow backend to provide a better get_config_descriptor_by_valueHans de Goede2013-05-241-0/+16
* usbi_handle_disconnect: Fix race condition leading to double completionHans de Goede2013-05-161-0/+2
* Core: use C99 flexible array member when possibleSean McBride2013-05-151-3/+21
* Add hotplug support.Nathan Hjelm2013-05-151-0/+9
* Core: Cache device descriptors in the coreNathan Hjelm2013-05-151-0/+4
* Core: Keep a list of contexts created by libusb_init()Nathan Hjelm2013-05-151-0/+5
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-1/+8
* WinCE: Post integration cleanupPete Batard2013-03-031-0/+3
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-3/+0
* Windows: Fix broken WDK compilationPete Batard2013-02-181-0/+3
* Use "" instead of <> for internal includesSean McBride2013-02-151-2/+2
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-2/+3
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-231-21/+20
* Core: Use offsetof() instead of null pointer tricksSean McBride2012-10-311-1/+1
* All: Use "" instead of <> for local includesLudovic Rousseau2012-10-131-2/+2
* Core: Fix a Clang warning in io.cPete Batard2012-08-121-1/+1
* Core: NULL list pointers on deletionOrin Eman2012-08-031-0/+1
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard2012-07-031-10/+10
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-0/+3
* All: Prevent memory leaks on realloc failuresPete Batard2012-06-081-0/+8
* Core: Add toggleable debug loggingPete Batard2012-06-041-9/+1
* Core: Define log levels in libusb.hPete Batard2012-05-281-7/+0
* All: Add parent and port topology callsPete Batard2012-05-281-0/+2
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-2/+2
* Core: Add a timestamping and thread ID to loggingPeter Stuge2012-05-061-0/+12
* Windows: Fix deadlock in backend when submitting transfers.Toby Gray2012-05-031-0/+3
* Core: Add get_version() callPete Batard2012-04-101-0/+1
* Windows: Fix support for variadic macrosPete Batard2012-04-091-3/+3
* Misc: Rebrand to libusbxPete Batard2012-04-031-12/+11
* libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macrosPeter Stuge2012-03-221-0/+5
* OpenBSD backendMartin Pieuchot2012-01-301-1/+2
* Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’Ludovic Rousseau2011-12-131-3/+4
* libusbi.h: Silence unused context variable warnings when not loggingPeter Stuge2011-10-171-2/+2
* Fix #64 use of reserved identifiers throughout libusbNathan Hjelm2011-09-221-7/+7
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-151-0/+1
* Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flagsVitali Lovich2011-07-241-0/+6
* libusbi.h: Add comma after last value in enum usbi_transfer_flagsPeter Stuge2011-07-241-1/+1
* configure.ac: Check for poll.h, and for nfds_t on DarwinPeter Stuge2011-06-131-1/+5
* Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on DarwinNathan Hjelm2010-11-261-2/+8
* Silence "warning: suggest braces around empty body in an 'if' statement"Peter Stuge2010-11-221-2/+2
* Use const for the usbi_parse_descriptor() format stringLudovic Rousseau2010-11-221-2/+2
* Introduced calling convention (for Windows)Pete Batard2010-08-231-0/+9
* Add Windows supportPete Batard2010-07-271-3/+11
* Factorize event handler interruption codePete Batard2010-06-101-0/+1