summaryrefslogtreecommitdiff
path: root/libusb/core.c
Commit message (Expand)AuthorAgeFilesLines
* [topology] removed debug messagePete Batard2011-03-021-1/+0
* fixed libusb_get_port_path using zombie parentspbr330Pete Batard2011-02-221-1/+9
* different approach to topology retrievalPete Batard2011-02-211-23/+50
* added get_device_topology optional API callPete Batard2011-01-201-0/+22
* merged latest official changesPete Batard2010-09-201-32/+46
* replaced LIBUSB_API with LIBUSB_CALLPete Batard2010-09-201-27/+27
* added libusb_getversion()Pete Batard2010-09-201-0/+11
* fixed errcode shadow warning in MinGW-w64 (core)Pete Batard2010-08-171-2/+2
* more residuals from official: corePete Batard2010-07-301-12/+2
* more residuals from official: corePete Batard2010-07-291-2/+1
* fixed residuals from official for core filesPete Batard2010-07-291-0/+6
* merged backend integration changes from official branchMichael Plante2010-07-291-15/+14
* Add reference counting to default contextpbr285Daniel Drake2010-07-291-10/+38
* Fix libusb_init() error handlingDaniel Drake2010-07-291-3/+4
* Only initialize the default context when it is requestedLudovic Rousseau2010-07-291-2/+7
* Fix 2 documentation typospbr282Ludovic Rousseau2010-06-111-2/+2
* moved static modifier from thread_posix.h to core.cpbr276Pete Batard2010-05-111-1/+1
* updated documentation for unsupported darwin/Windows callsr257Pete Batard2010-04-171-2/+7
* more explicit toggable debug optionsMichael Plante2010-04-151-0/+1
* set default calling convention for Windows platform (core)Pete Batard2010-04-131-26/+26
* added missing LOG_LEVEL_DEBUG filter for toggable debug (core)Pete Batard2010-04-081-0/+2
* more default context init fixesr245Michael Plante2010-04-071-1/+2
* fixed default context issue introduced from previous patchr244Pete Batard2010-04-071-0/+1
* added toggable debug logging (core)Pete Batard2010-04-061-4/+10
* removed trailing whitespaces (core)Peter Stuge2010-03-181-1/+1
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-031-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