summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* r99: DDK/sources x64 final fix and additional MSVC fixes (/MT)Pete Batard2010-01-212-8/+8
* r94: removed the need for DDK includes + minor fixesPete Batard2010-01-211-1/+1
* r93: HID part 2 (WIP)Pete Batard2010-01-201-3/+9
* r90: more compilation environment fixes:Pete Batard2010-01-194-12/+402
* r89: extended API supportPete Batard2010-01-181-1/+9
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-161-1/+2
* r82: added x64 support for MSVC and finalized directory structure.Pete Batard2010-01-152-14/+334
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-13/+11
* r75: fixed missing <stdarg.h> include in xusb.c for UNIX platformsPete Batard2010-01-141-0/+1
* r74: fixes CR/LF conversions introduced with previous changesPete Batard2010-01-141-17/+17
* r73: moved -pthread option to CFLAGS for platforms that need itPete Batard2010-01-141-17/+17
* Fix CR/LF inconsistenciesPete Batard2010-01-143-405/+405
* svn r64:Pete Batard2010-01-142-0/+8
* svn r63: - updated Visual Studio 2008 projects files (fixed missing options f...Pete Batard2010-01-141-0/+1
* svn r62: More MSVC6 compatibilityPete Batard2010-01-141-1/+12
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-142-6/+9
* svn r52: MSVC compatibility update:Pete Batard2010-01-142-0/+373
* svn r44:Pete Batard2010-01-141-42/+173
* svn r42:Pete Batard2010-01-141-5/+38
* svn r40:Pete Batard2010-01-141-0/+3
* svn r38:Pete Batard2010-01-141-21/+77
* svn r37:Pete Batard2010-01-141-58/+166
* svn r25:Pete Batard2010-01-141-6/+7
* svn r22: Partial async I/O (control only) with custom poll and OVERLAPPED poi...Pete Batard2010-01-141-37/+58
* svn r18: basic open/close & claim/release interface + detection of WinUSB and...Pete Batard2010-01-141-3/+46
* svn r13: add winusb to the mix: query first interface and pipes on device openPete Batard2010-01-141-3/+8
* svn r11: remove dpfp compilation (doesn't work on Windows) and add the xusb t...Pete Batard2010-01-142-1/+76
* lsusb example: make print_devs() staticLudovic Rousseau2009-11-211-1/+1
* Introduce contexts to the APIDaniel Drake2008-06-263-15/+15
* Handle hot-unpluggingDaniel Drake2008-05-111-8/+14
* Rework configuration handlingDaniel Drake2008-05-091-3/+8
* libusb_get_device_list() can return negative error codeDaniel Drake2008-05-091-1/+2
* Fix libusb_get_device_list return valueDaniel Drake2008-05-041-3/+4
* Expose bus number and device addressDaniel Drake2008-05-021-1/+3
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-292-42/+32
* add threaded example programDaniel Drake2008-04-192-1/+557
* Constify some return dataDaniel Drake2008-04-011-1/+1
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-301-1/+1
* Isochronous endpoint I/ODaniel Drake2008-03-301-3/+3
* API documentationDaniel Drake2008-03-201-2/+2
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-1/+1
* Add transfer flagsDaniel Drake2008-03-101-2/+2
* Simplify libusb_fill_control_transfer()Daniel Drake2008-03-101-4/+3
* get_device fixupDaniel Drake2008-03-101-1/+2
* Rename descriptor-getting functionsDaniel Drake2008-03-091-1/+2
* Simplify cancellation APIDaniel Drake2008-03-091-3/+3
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-1/+1
* Separate transfer allocation and submissionDaniel Drake2008-03-091-111/+75
* Rework URB API namingDaniel Drake2008-03-081-35/+35
* Persistent libusb_device storageDaniel Drake2008-03-081-1/+1