| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r266664: | Hans Petter Selasky | 2014-06-04 | 1 | -0/+2 |
| * | MFC r264344: | Hans Petter Selasky | 2014-04-18 | 2 | -0/+5 |
| * | MFC r260315: | Hans Petter Selasky | 2014-02-04 | 4 | -10/+65 |
| * | MFC r261224: | Hans Petter Selasky | 2014-02-04 | 1 | -7/+3 |
| * | MFC r235128: | Hans Petter Selasky | 2014-01-05 | 4 | -1/+28 |
| * | MFC r250342, r251495: | Ed Maste | 2013-08-20 | 3 | -1/+29 |
| * | MFC r250335: Constify libusb_get_pollfds return | Ed Maste | 2013-08-20 | 2 | -3/+3 |
| * | MFC r250201 from hselasky: | Ed Maste | 2013-08-20 | 6 | -1/+45 |
| * | MFC r246789: | Hans Petter Selasky | 2013-02-28 | 6 | -1/+39 |
| * | MFC r236944: | Hans Petter Selasky | 2012-06-19 | 3 | -5/+33 |
| * | MFC r233648: | Eitan Adler | 2012-06-18 | 1 | -1/+1 |
| * | MFC r235286: | Glen Barber | 2012-05-18 | 2 | -18/+18 |
| * | MFC r233667, r234687, r234491, r234193, r233424: | Hans Petter Selasky | 2012-05-04 | 10 | -47/+65 |
| * | MFC r232157, r232158: | Glen Barber | 2012-04-26 | 1 | -2/+2 |
| * | MFC r228235 and r228236: | Hans Petter Selasky | 2011-12-31 | 1 | -6/+6 |
| * | MFC r227404: | Hans Petter Selasky | 2011-12-31 | 6 | -3/+332 |
| * | MFC r226220 | Hans Petter Selasky | 2011-10-12 | 3 | -8/+8 |
| * | Implement missing USB debug information functions. | Hans Petter Selasky | 2011-09-19 | 7 | -4/+184 |
| * | Spelling corrections for LibUSB manual page (2/2). | Hans Petter Selasky | 2011-08-22 | 1 | -64/+70 |
| * | Whitespace corrections for LibUSB manual page (1/2). | Hans Petter Selasky | 2011-08-22 | 1 | -183/+118 |
| * | Use correct enum instead of constant value. | Hans Petter Selasky | 2011-08-20 | 1 | -1/+1 |
| * | Update LibUSB v1.0 manual page: | Hans Petter Selasky | 2011-08-16 | 2 | -22/+34 |
| * | Add missing function to get device speed to the LibUSB v1.0 API. | Hans Petter Selasky | 2011-08-16 | 2 | -0/+30 |
| * | - Add two missing functions to the LibUSB v0.1 API. | Hans Petter Selasky | 2011-07-16 | 6 | -0/+87 |
| * | LibUSB v1.0: Need at least one frame when doing the dummy open | Hans Petter Selasky | 2011-06-28 | 1 | -1/+1 |
| * | - Add two new API's to libusb20 which can be used to retrive information | Hans Petter Selasky | 2011-06-24 | 7 | -1/+47 |
| * | - Add missing MLINKS for libusb and some manpage fixes. | Hans Petter Selasky | 2011-02-28 | 2 | -3/+180 |
| * | - Add support for software pre-scaling of ISOCHRONOUS transfers. | Hans Petter Selasky | 2011-02-28 | 6 | -22/+30 |
| * | Check the return value of malloc(). | Kevin Lo | 2010-12-14 | 1 | -0/+5 |
| * | Correct description of the return values of | Hans Petter Selasky | 2010-11-18 | 1 | -5/+10 |
| * | Fix LibUSB v1.0 compliancy. | Hans Petter Selasky | 2010-11-13 | 2 | -4/+11 |
| * | - Add missing LibUSB API functions: | Hans Petter Selasky | 2010-10-14 | 4 | -22/+120 |
| * | - Add support for LibUSB in 32-bit compatibility mode. | Hans Petter Selasky | 2010-10-14 | 4 | -16/+30 |
| * | - Fix some compile warnings regarding comparing signed to unsigned. | Hans Petter Selasky | 2010-10-14 | 1 | -2/+2 |
| * | LibUSB (new API): | Hans Petter Selasky | 2010-10-14 | 5 | -0/+39 |
| * | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | Joel Dahl | 2010-08-16 | 1 | -1/+1 |
| * | Fix typos and spelling mistakes. | Joel Dahl | 2010-08-06 | 1 | -1/+1 |
| * | Spelling fixes. | Joel Dahl | 2010-08-03 | 1 | -1/+1 |
| * | Fix return values for usb_find_busses() and usb_find_devices(). We should try | Andrew Thompson | 2010-05-13 | 1 | -2/+2 |
| * | Fix header file compliancy with libusb 1.0 from sourceforge. | Andrew Thompson | 2010-05-13 | 4 | -2/+8 |
| * | Resort includes to match style(9) a bit more. No functional change | Wojciech A. Koszek | 2010-02-13 | 10 | -32/+36 |
| * | Remove redundand headers and use more standard ones where necessary. | Wojciech A. Koszek | 2010-02-11 | 6 | -11/+1 |
| * | Use more standard way for setting nonblocking flag for a filedescriptor. | Wojciech A. Koszek | 2010-02-11 | 1 | -7/+9 |
| * | Within libusb 0.1 API, bus number is always faked to 0. Device numbers, | Wojciech A. Koszek | 2010-02-11 | 1 | -0/+3 |
| * | Add a function to check if the usb devices is still connected. | Andrew Thompson | 2010-01-29 | 5 | -0/+44 |
| * | Reset variable fields in case the transfer is opened again | Andrew Thompson | 2010-01-10 | 1 | -1/+12 |
| * | Build lib/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | Fix libusb_open_device_with_vid_pid() to return a NULL if no device is | Sean Farley | 2009-12-12 | 1 | -2/+2 |
| * | Sync to P4 | Andrew Thompson | 2009-11-20 | 5 | -11/+155 |
| * | - fix refcounting error during data transfer | Andrew Thompson | 2009-11-08 | 7 | -35/+251 |