aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/core.c
Commit message (Expand)AuthorAgeFilesLines
* Core: Use fputs(3) instead of fprintf(3)Tim Roberts2013-06-301-1/+1
* Core: Fix writing of log lines a single fprintf callPete Batard2013-06-301-1/+1
* Core: Make writing of log lines a single fprintf call.Toby Gray2013-06-271-7/+34
* core: Always warn when there are leaked device refs on exitHans de Goede2013-06-271-4/+5
* Core: Avoid passing uninitialised data down the hotplug pipe.Toby Gray2013-06-261-0/+2
* core.c: Initialize auto_detach_kernel_driver to 0 for new handleChris Dickens2013-06-261-0/+1
* core: Only do hotplug cleanup for hotplug capable backendsHans de Goede2013-06-261-8/+10
* Use Android logging when building on AndroidIlya Konstantinov2013-06-201-0/+27
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-191-1/+49
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-0/+3
* usbi_alloc_device: Drop unnecessary memset 0Hans de Goede2013-05-221-1/+0
* core: Add a new public libusb_get_port_numbers functionHans de Goede2013-05-171-8/+23
* All: ref dev->parent_devHans de Goede2013-05-161-9/+2
* core: Fixup default_context handlingHans de Goede2013-05-161-9/+8
* core: Fixup cleanup on init errorHans de Goede2013-05-161-7/+10
* core: Add ctx to the active context list before backend->initHans de Goede2013-05-161-9/+11
* Misc fixesPete Batard2013-05-161-3/+7
* Add some editor meta-comments for proper tab usageNathan Hjelm2013-05-151-0/+1
* core: release the context device list when the context is deleted.Nathan Hjelm2013-05-151-3/+17
* Add hotplug support.Nathan Hjelm2013-05-151-24/+123
* Core: Cache device descriptors in the coreNathan Hjelm2013-05-151-4/+2
* Core: Keep a list of contexts created by libusb_init()Nathan Hjelm2013-05-151-0/+18
* Core: fix bug in libusb_has_capability()Ludovic Rousseau2013-04-041-2/+2
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-1/+7
* WinCE: Post integration cleanupPete Batard2013-03-031-3/+0
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-6/+3
* Use "" instead of <> for internal includesSean McBride2013-02-151-1/+1
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-0/+12
* Core: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_HPete Batard2013-01-231-0/+3
* Core: Fix incorrect reference counting of default context when first created.Toby Gray2012-11-261-4/+1
* Misc: Update copyrights, TODO and libusb_version.describePete Batard2012-09-181-1/+1
* Doc: Fix doxygen warnings and issuesPete Batard2012-09-161-0/+1
* Core: Make libusb_error_name also handle transfer status codesHans de Goede2012-09-151-5/+21
* Doc: Update logging documentation regarding stderr usagePete Batard2012-09-131-13/+16
* Linux: Return ERROR_NOT_FOUND in detach-kernel-driver if usbfs is already boundHans de Goede2012-08-231-0/+4
* Misc: Update and shorten various libusbx URLsPete Batard2012-08-221-3/+2
* Core: Fix a Clang warning in io.cPete Batard2012-08-121-1/+2
* All: Replace malloc+memset with callocDavidlohr Bueso2012-07-131-2/+1
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard2012-07-031-14/+14
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-021-1/+1
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-16/+17
* Windows: Fix warnings reported by the Intel CompilerPete Batard2012-06-251-6/+5
* Core: Fix Clang warningsPete Batard2012-06-131-1/+2
* All: Prevent memory leaks on realloc failuresPete Batard2012-06-081-1/+1
* Core: Display libusbx version in libusb_init's debug outputPete Batard2012-06-071-1/+2
* Core: Add toggleable debug loggingPete Batard2012-06-041-1/+15
* Core: Fix "LOG_LEVEL_NONE not handled in switch" warningLudovic Rousseau2012-06-041-1/+3
* Core: Send all logging output to stderrPete Batard2012-05-311-16/+11
* Core: Only display timestamps in debug mode and use init() as originPete Batard2012-05-281-10/+23
* Core: Define log levels in libusb.hPete Batard2012-05-281-14/+10