Timeline
04/21/12:
- 07:56 Ticket #113 (compatibilty wrapper doesn work with keylok dongles.) closed by
- needinfo: Resolved as "needinfo". If the OP comes back with more information, we can …
- 02:38 WikiStart edited by
- Clarify driver support for Windows and OpenBSD/NetBSD (diff)
- 02:29 WikiStart edited by
- Mention Solaris support of libusb-0.1. (diff)
04/20/12:
- 23:25 Changeset in libusb [4674b4] by
- Linux: Fix warning: comparison between signed and unsigned libusbx.git …
- 12:08 Ticket #53 (Add libusb_get_version()) closed by
- fixed: http://git.libusb.org/?p=libusb.git;a=commit;h=df35117ce58b74fa530baaaccc30 …
- 12:07 Ticket #53 (Add libusb_get_version()) reopened by
- Reopen this ticket as libusb-1.0.9 release reverts the decision.
- 10:04 libusb-1.0 edited by
- Add dfu-util (diff)
- 09:35 libusb-1.0 edited by
- (diff)
- 09:31 WikiStart edited by
- Link to 1.0.9 release (diff)
- 08:35 Changeset in libusb [9f0ea7] by
- AUTHORS: Update Nathan Hjelm's copyright years
- 08:10 Changeset in libusb [ab9cd5] by
- libusb-1.0.9
- 08:08 Changeset in libusb [696400] by
- AUTHORS: Update list of contributors
- 06:41 Changeset in libusb [19f945] by
- AUTHORS: Add Martin Pieuchot as copyright holder
- 06:41 Changeset in libusb [1a1c63] by
- AUTHORS: Add Hans de Goede as copyright holder
- 06:40 Changeset in libusb [9477f7] by
- AUTHORS: Add Peter Stuge as copyright holder
- 06:36 Changeset in libusb [8d3850] by
- README: Add the BSDs, punctuation, mailinglist link, and remove Daniel
- 04:32 Changeset in libusb [a806d1] by
- Add a timestamp in log messages Fixes #34.
- 02:24 Changeset in libusb [03f4d4] by
- Include library version in the very first libusb_init() debug message
- 00:11 Changeset in libusb [c145ec] by
- doc/Makefile.am: Remove username from SF web rsync upload command Commit …
04/19/12:
- 22:55 Changeset in libusb [df3511] by
- Add libusb_get_version() API function Let's see how this will be used. …
- 22:25 Changeset in libusb [29d5f6] by
- Windows: Rename VS2005 solution and add VS2010 project files libusbx.git …
- 13:52 Changeset in libusb [93f140] by
- Darwin: Silence warning: cast from pointer to integer of different size …
- 13:33 Changeset in libusb [84d5ea] by
- OpenBSD: Provide libusb_get_device_speed() data Because the different …
- 12:41 windows_backend edited by
- (diff)
- 12:39 windows_backend edited by
- (diff)
- 04:05 Changeset in libusb [b22253] by
- libusb-1.0.pc: Mention OpenBSD and NetBSD in description
- 03:26 Ticket #101 (Income data is lost after a timeout reading from ...) closed by
- needinfo: Closing as needinfo. Please reopen this and provide the requested usbmon …
- 03:17 Ticket #80 (Lose a packet when there is null packet in an isochronous transfer ...) closed by
- needinfo: Am closing as needinfo. Please re-open and provide usbmon logs as well as …
- 03:16 Ticket #80 (Lose a packet when there is null packet in an isochronous transfer ...) reopened by
- 00:41 Changeset in libusb [404054] by
- configure.ac: Separate per-OS backend selection from per-backend settings
04/16/12:
- 14:43 Ticket #80 (Lose a packet when there is null packet in an isochronous transfer ...) closed by
- invalid
- 05:59 Changeset in libusb [6aa0fc] by
- io.c: Add debug message with the callback address on completed transfer
04/15/12:
- 05:50 Changeset in libusb [de4160] by
- Experimental support for NetBSD using the OpenBSD backend Signed-off-by: …
- 01:17 Changeset in libusb [2eba7e] by
- Linux: Silence unused variable warnings when without CLOCK_MONOTONIC …
04/14/12:
- 07:40 Ticket #45 (Support libusb_get_device_speed() on OpenBSD) reopened by
- I will reopen this ticket since the current OpenBSD implementation does …
04/10/12:
- 14:30 Changeset in libusb [650601] by
- Windows: Remove #define compile time options in the backend source code * …
- 14:05 Changeset in libusb [eb5596] by
- Windows: Base DUMMY_HANDLE on LONG_PTR instead of LONG libusbx.git commit …
- 14:05 Changeset in libusb [e291e3] by
- Windows: Warn on one libusb_get_device_list() memory allocation failure …
- 14:05 Changeset in libusb [d93086] by
- Windows: Prefer calloc() over malloc() and cast all allocations This …
- 14:05 Changeset in libusb [3c7f85] by
- Windows: Silence warning about unused function guid_to_string() Commit …
- 14:05 Changeset in libusb [2f40a0] by
- Windows: Add textual error name to debug message on auto-release errors …
04/07/12:
- 05:56 WikiStart edited by
- Add CC BY-SA 3.0 license for the wiki content (diff)
- 05:20 Changeset in libusb [bc790a] by
- examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threaded …
- 03:55 Changeset in libusb [bffa23] by
- OpenBSD: Fix warning: 'hpriv' may be used uninitialized As reported in …
04/04/12:
- 17:44 Changeset in libusb-compat-0.1 [983fab] by
- Fix #42 usb_detach_kernel_driver_np() error mapping …
04/02/12:
- 16:47 Changeset in libusb [4b0dfe] by
- AUTHORS: Update Pete Batard's copyright years and email address …
03/31/12:
- 23:32 Changeset in libusb [b217ec] by
- libusb/Makefile.am: Fix missing DLL .def file from make dist libusbx.git …
- 23:14 Changeset in libusb [54cb51] by
- Makefile.am: Fix msvc dir not being included in make dist libusbx.git …
- 04:53 Changeset in libusb [6b1982] by
- Windows: Fix build on VC++2003 which doesn't support variadic macros …
- 03:44 Changeset in libusb [58ac03] by
- Windows: Don't use a log function body macro for old MS compilers The …
03/30/12:
- 14:40 Changeset in libusb [38d5ba] by
- Linux: Don't spam the console with 'device unconfigured' errors …
- 00:21 Changeset in libusb [0efc20] by
- .gitattributes: Add export-ignore for .gitattributs and .gitignore This …
03/28/12:
- 02:02 Changeset in libusb [a7ef55] by
- Windows: fix Clang warnings about unused assignations libusbx.git commit …
03/27/12:
- 01:03 Changeset in libusb [89ce6f] by
- Windows: Bring .vcproj x86_64 output directories in line with x86_32 …
- 00:34 Changeset in libusb [ac8eed] by
- configure.ac: LT_LANG([Windows Resource]) makes windres check redundant …
03/22/12:
- 01:52 Changeset in libusb [76af4c] by
- libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macros …
03/09/12:
- 11:31 Changeset in libusb [77743c] by
- Linux: Fix a comment in handle_iso_completion() Fix the comment at the …
- 11:31 Changeset in libusb [5b87c2] by
- Linux: Remove bogus status handling from handle_iso_completion() Remove a …
- 11:31 Changeset in libusb [e23d8f] by
- Linux: Translate isoc packet status codes to LIBUSB_TRANSFER_ codes …
- 11:31 Changeset in libusb [7199bc] by
- Linux: Fix URB return code handling During testing of my usbredir code I …
- 11:31 Changeset in libusb [98bc7b] by
- Don't print an error when libusb_cancel_transfer() fails with NOT_FOUND …
- 11:31 Changeset in libusb [4db827] by
- Linux: Fix cancel_transfer return value when cancelling a multi-urb …
03/03/12:
03/01/12:
- 00:44 Ticket #129 (stray fprintf()) closed by
- invalid: The current linux_usbfs.c in libusb.git doesn't have any fprintf() calls. …
- 00:39 Ticket #129 (stray fprintf()) created by
- linux_usbfs.c:op_open() around line 1043 there is an fprintf(). This …
02/24/12:
- 11:25 Ticket #62 (Check transfer cancellation on Linux) closed by
- fixed: I've reviewed all Alan's issues, comparing them one by one to the current …
02/22/12:
- 14:21 Changeset in libusb [e3d0a4] by
- Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLP Some …
02/21/12:
- 13:59 Ticket #128 (Product ID 0000 rejected on darwin) closed by
- fixed: In ae8e86cffb81858af5eeddbf2ea1aec6d55f573d/libusb: […]
- 13:50 Development/Commits edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.