summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* fixed libusb_get_port_path using zombie parentspbr330Pete Batard2011-02-221-1/+1
* different approach to topology retrievalPete Batard2011-02-211-16/+3
* added get_device_topology optional API callPete Batard2011-01-201-0/+17
* removed the enforcing of WINAPI for cygwinPete Batard2011-01-171-1/+1
* removed dependency on stdint.h for MS binary snapshot usersPete Batard2010-11-181-2/+19
* Fix a race conditionGraeme Gill2010-09-211-0/+3
* merged latest official changesPete Batard2010-09-201-26/+75
* replaced LIBUSB_API with LIBUSB_CALLPete Batard2010-09-201-61/+61
* added libusb_getversion()Pete Batard2010-09-201-0/+11
* reverted to using a (generated) .def file for DLL exportspbr291Pete Batard2010-08-021-62/+56
* more residuals from official: corePete Batard2010-07-291-1/+1
* fixed inconsistencies between prototypes and declarationspbr286Xiaofan Chen2010-07-291-3/+3
* merged backend integration changes from official branchMichael Plante2010-07-291-16/+18
* removed need for .def file, added LIBUSB_EXPr263Michael Plante2010-04-191-59/+63
* removed unneeded (and problematic) _WINDOWS_ referencer259Michael Plante2010-04-181-1/+1
* removed calling convention modifier for inlines (resid)r258Michael Plante2010-04-181-2/+2
* removed calling convention modifier for inlinesr255Pete Batard2010-04-161-10/+10
* added missing LIBUSB_API for transfer_cb function callsMichael Plante2010-04-151-1/+1
* set default calling convention for Windows platform (core)Pete Batard2010-04-131-69/+77
* fixed the use of internal OS_WINDOWS in general file libusb.hPete Batard2010-04-131-1/+1
* removed unneeded ssize_t MSVC redefinition from corer237Pete Batard2010-04-021-9/+0
* merged latest changes from officialr227Pete Batard2010-03-251-0/+6
* removed trailing whitespaces (core)Peter Stuge2010-03-181-1/+1
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-031-1/+1
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-241-2/+2
* includes simplification and cleanup (core)Pete Batard2010-02-241-2/+2
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-7/+7
* r125: oops - fixed check for OS_WINDOWS in previous patchPete Batard2010-01-301-1/+1
* r124: removes #error on previous commit and fixes thing ourselvesPete Batard2010-01-301-11/+11
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-291-7/+12
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-251-0/+6
* r86: VS2005 compatibility update and pthread-win32_x64 helpersPete Batard2010-01-161-1/+1
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-161-1/+10
* r81: amend previous workaround (should only apply to non Windows platforms)Pete Batard2010-01-151-9/+6
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-8/+19
* fixed MSVC warnings (/W4 or MSVC6)Pete Batard2010-01-141-2/+2
* Fix CR/LF inconsistenciesPete Batard2010-01-141-7/+7
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-18/+23
* svn r4: revert back to using interface for variable names as in master branchPete Batard2010-01-141-6/+6
* mirror libusb-winusb git branch from 2009.12.03 part 2 - core filesPete Batard2010-01-141-6/+6
* Add libusb_get_max_iso_packet_size() to libusb.hLudovic Rousseau2009-11-071-0/+1
* Use timerfd for timeout handlingDaniel Drake2009-11-071-0/+1
* Don't terminate enums with commasDaniel Drake2009-06-141-12/+12
* Eliminate -Wsign-compare compiler warningsDaniel Drake2009-06-071-4/+22
* Make endianness macros endian-independentNathan Hjelm2009-02-161-14/+13
* API docs: describe libusb_transfer_cb_fn typeHans Ulrich Niedermann2009-02-011-0/+9
* Make empty array in struct compatible with C99Hans Ulrich Niedermann2009-02-011-1/+7
* EOL-whitespace fixesMikhail Gusarov2008-12-131-11/+11
* Improvements to multi-threaded I/O systemDaniel Drake2008-11-211-0/+1
* Add libusb_attach_kernel_driver()Bastien Nocera2008-11-031-0/+1