summaryrefslogtreecommitdiff
path: root/libusb/core.c
Commit message (Expand)AuthorAgeFilesLines
* merge up to r202c191Pete Batard2010-03-101-1/+1
* renamed unistd_posix.h to poll_posix.hPete Batard2010-03-021-1/+1
* fixed MinGW warningsPete Batard2010-03-021-1/+0
* poll fd notification improvements (core)Pete Batard2010-03-021-30/+45
* fixed a typo in usbi_mutex_unlockr179Pete Batard2010-02-261-0/+1
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-241-1/+1
* includes simplification and cleanup (core)Pete Batard2010-02-241-3/+1
* renamed _libusb_ unistd calls to usbi_r172Pete Batard2010-02-241-4/+4
* moved standard calls redefinitions into a separate .hPete Batard2010-02-241-7/+1
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-63/+66
* fixed libusb_strerror to be in line with core patch 6/7r154Pete Batard2010-02-151-34/+32
* r140: further simplification of the core include sectionsr140Pete Batard2010-02-031-4/+1
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-291-1/+1
* r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...Pete Batard2010-01-281-8/+9
* r117: fixed missing API_EXPORTED for the new libusb_strerror callPete Batard2010-01-261-1/+1
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-251-0/+46
* r111: destroy core.c mutexes when done, and fix a few unlikely memory leaksMichael Plante2010-01-241-1/+13
* r106: Fixed leak in usbi_alloc_device when pthread_mutex_init failsMichael Plante2010-01-241-1/+3
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-161-4/+4
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-13/+13
* Fix CR/LF inconsistenciesPete Batard2010-01-141-3/+3
* svn r59: - MSVC6 fixes for variadic log macros (Michael Plante)Pete Batard2010-01-141-5/+12
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-6/+8
* svn r29:Pete Batard2010-01-141-13/+13
* svn r4: revert back to using interface for variable names as in master branchPete Batard2010-01-141-13/+18
* mirror libusb-winusb git branch from 2009.12.03 part 2 - core filesPete Batard2010-01-141-13/+19
* Update documentation about early completion caveatsDaniel Drake2009-11-071-51/+40
* Linux: try harder not to lose any dataDaniel Drake2009-07-091-0/+56
* Add libusb_get_max_iso_packet_size()Daniel Drake2009-06-281-22/+91
* Darwin backendNathan Hjelm2009-02-161-1/+3
* Avoid signedness errors in API docs example codeHans Ulrich Niedermann2009-01-311-2/+2
* EOL-whitespace fixesMikhail Gusarov2008-12-131-3/+3
* Pause event handling while opening and closing devicesDaniel Drake2008-11-211-31/+122
* Add libusb_attach_kernel_driver()Bastien Nocera2008-11-031-0/+25
* Document the logging styleDaniel Drake2008-11-021-0/+11
* Introduce contexts to the APIDaniel Drake2008-06-261-55/+124
* Refine configuration selection againDaniel Drake2008-06-161-42/+72
* fix doc about libusb_open()Felipe Balbi2008-06-151-1/+6
* Refine libusb_set_configuration() semanticsDaniel Drake2008-05-291-3/+86
* Implement serialization of event handlersDaniel Drake2008-05-251-1/+1
* allow LIBUSB_DEBUG env var to control message verbosity at runtimeDaniel Drake2008-05-241-5/+50
* don't print messages by defaultDaniel Drake2008-05-231-0/+34
* More informative libusb_open() return codeDaniel Drake2008-05-161-19/+30
* Fix endianness with descriptor handlingDaniel Drake2008-05-161-1/+2
* Backend documentation for porting effortsDaniel Drake2008-05-131-3/+9
* Handle hot-unpluggingDaniel Drake2008-05-111-4/+20
* Documentation workDaniel Drake2008-05-111-2/+41
* Endianness of control setup packetsDaniel Drake2008-05-111-5/+1
* Document that releasing interface causes SET_INTERFACE control requestDaniel Drake2008-05-111-1/+2
* Support unconfigured devicesDaniel Drake2008-05-101-6/+11