Timeline
11/19/10:
- 22:03 Changeset in libusb [e83fad] by
- Darwin: Fix #65 memory leak in submit_iso_transfer() This was also …
- 22:03 Changeset in libusb [dcd002] by
- Darwin: Schedule isochronous transfers further in the future This is …
11/18/10:
- 14:30 windows_backend edited by
- (diff)
- 14:28 windows_backend_activity_log edited by
- (diff)
- 12:31 windows_backend_activity_log edited by
- (diff)
11/16/10:
- 16:48 Ticket #76 (zadig problem) created by
- if the device description name is too long the program fails to install …
- 16:38 WikiStart edited by
- Mention also libwdi and zadig under Bugs and feature requests (diff)
11/15/10:
- 19:58 Changeset in libusb [717f47] by
- configure.ac: Rename AM_LDFLAGS to LTLDFLAGS and actually use them The …
- 14:58 Ticket #75 ([PATCH] Correctly check read() return code) created by
- read(2) returns a ssize_t (signed) and not a size_t (unsigned) or int Fix …
- 14:55 Changeset in libusb [7802e4] by
- Linux: Correctly catch read() errors for sysfs config descriptors read(2) …
- 14:49 Ticket #74 ([PATCH] Do not include useless pthread.h) created by
- The code do not use threads so no need to #include <pthread.h>
- 14:45 Changeset in libusb [c569e5] by
- Linux: Do not include useless pthread.h The code does not use threads so …
11/14/10:
- 20:00 windows_backend_activity_log edited by
- (diff)
- 17:06 Ticket #71 (Remove useless #include) closed by
- invalid: NAK. For example, <unistd.h> is required for lseek(). On your particular …
- 03:14 Changeset in libusb [370922] by
- Silence "warning: suggest braces around empty body in an 'if' statement"
11/13/10:
- 22:32 windows_backend_activity_log edited by
- (diff)
- 22:29 windows_backend edited by
- (diff)
- 14:09 Changeset in libusb [0f8501] by
- Disallow libusb_get_string_descriptor_ascii() with index 0 String …
11/12/10:
11/03/10:
- 21:46 Changeset in libusb [478cd4] by
- Core: libusb_get_next_timeout() must consider all flying transfers If …
- 19:41 Ticket #73 (libusb built with --enable-timerfd doesn't work on systems without timerfd) created by
- libusb:error [handle_events] backend handle_events failed with error -99 …
11/02/10:
11/01/10:
10/31/10:
- 00:23 Ticket #72 (PC_LIBS_PRIVATE vs LIBS in configure.ac...) created by
- 1. Is either out of order for Linux, or the LIBS= line needs to be removed …
10/30/10:
- 22:28 Changeset in libusb [c24649] by
- configure.ac: Clean up redundancy and fix LIBS on Linux LIBS, AM_LDFLAGS, …
- 22:13 Changeset in libusb [16cf11] by
- configure.ac: Do not use -pthread on Darwin It's not needed because …
- 22:07 Changeset in libusb [a12074] by
- configure.ac: Check for poll.h, and for nfds_t on Darwin On Linux, assume …
- 17:52 Development/Commits edited by
- (diff)
- 17:51 Development/Commits edited by
- (diff)
- 17:50 Development/Commits edited by
- (diff)
- 17:49 Development/Commits edited by
- (diff)
- 17:45 Development/Commits edited by
- Describe author email->Trac username mapping for commit message commands (diff)
- 17:40 Development/Commits edited by
- (diff)
10/28/10:
- 20:10 windows_backend_activity_log edited by
- (diff)
- 18:04 windows_backend_activity_log edited by
- (diff)
- 11:00 Ticket #71 (Remove useless #include) created by
- Some header files are included but are not needed. Also change <config.h> …
10/27/10:
- 17:54 windows_backend edited by
- (diff)
- 17:53 windows_backend edited by
- (diff)
- 01:40 windows_backend_activity_log edited by
- (diff)
10/26/10:
- 20:15 windows_backend_activity_log edited by
- (diff)
- 20:13 windows_backend edited by
- (diff)
- 20:13 windows_backend edited by
- (diff)
- 17:31 Changeset in libusb [e28076] by
- Windows MSVC6: Remove SetupAPI, AdvAPI32 and OLE32 dependencies * this …
- 12:39 Changeset in libusb [c591a7] by
- Windows: Switch MSVC6 .dsp project files from MBCS to Unicode * MBCS …
10/25/10:
- 12:03 Ticket #70 (device removal breaks internal state, making later libusb_open calls ...) created by
- I am using libusb-1.0.8 on a linux 2.6.35-22 (Ubuntu 10.10). When …
10/22/10:
- 11:13 Changeset in libusb [b26db4] by
- Linux: improve reporting of URB error status codes Fix the way overflow …
10/17/10:
- 08:19 Changeset in libusb [011f1f] by
- Linux: Refactor discarding of URBs into a function and return all errors …
- 06:57 Changeset in libusb [295c9d] by
- Linux: cancel URBs in reverse order In a multi-URB transfer, URBs should …
- 04:17 Changeset in libusb [07df37] by
- Linux: report correct value for urb->actual_length Transferred bytes are …
10/16/10:
- 15:36 Ticket #55 ([PATCH] Add a missing argument to libusb_wait_for_event in sample code) closed by
- fixed: In [7da756e09fd97efad2b35b5cee0e2b2550aac2cb/libusb]: […]
- 14:28 Ticket #54 ([PATCH] 1.0.8 linux-usbfs free()'s urbs of multi-urb bulk transfer ...) closed by
- fixed: In [9cd9059bf9baac69a9d6c909f4c1e000592fa260/libusb]: […]
- 14:22 Changeset in libusb [678c24] by
- examples: Silence warnings about return value of fwrite()
- 12:06 Ticket #48 (windows_usb.c - Incorrect Configuration Descriptor Assumption) reopened by
- Please don't close until fixed in libusb.git.
- 11:47 Changeset in libusb [9cd905] by
- Linux: Don't free() URBs prematurely on hardware error; fix #54 When an …
- 07:43 Ticket #44 (libusb_open does not honor debug level under linux) closed by
- fixed: Commit 22d61cd0891d8304dfc1a70579cf154fd8e6644a fixes #44.
- 07:36 Ticket #29 (Add Libs.private to libusb-1.0.pc.in) closed by
- fixed: Yep, a6fb54e2eef4e393bd06829bc3bdc746ea9d41a6 fixes #29.
10/14/10:
- 13:36 windows_backend_activity_log edited by
- (diff)
- 13:31 windows_backend edited by
- (diff)
- 13:31 windows_backend edited by
- (diff)
- 04:32 Ticket #69 (libusb_bulk_transfer taks long time in VMWare virtual machine) created by
- Hi, Host OS: Windows XP VMware Workstation 7.0 Client OS: OpenSuse? 11.2 …
10/12/10:
- 20:42 windows_backend edited by
- (diff)
- 09:47 Ticket #68 (libusb_control_transfer size is incorrect when using default report ID ...) created by
- I am using a HID USB device with only one report type. The descriptor does …
10/09/10:
- 03:29 libusb-win32 edited by
- Link to Sourceforge Trac Wiki (diff)
- 03:24 WikiStart edited by
- Add OS support of libusb-1.0 (diff)
- 03:16 libusb-1.0 edited by
- Shift Documentation and Development sections up (diff)
- 03:13 Ticket #67 (To be able to report the name of the current driver) created by
- Please refer to this thread. …
10/07/10:
- 18:04 libwdi/install edited by
- (diff)
- 18:03 libwdi edited by
- (diff)
- 17:59 windows_backend edited by
- (diff)
10/06/10:
- 23:29 Ticket #66 (Schedule the ISO transfer 4 frames later instead of 2 frames) created by
- On the latest iMacs (mid-2010 models) it seems we need to schedule the …
- 17:19 windows_backend_activity_log edited by
- (diff)
- 15:04 windows_backend edited by
- (diff)
- 07:11 Changeset in libusb [9bfacd] by
- Darwin: Add more error checking for libusb_open() Now also check the …
- 05:23 Ticket #65 (BUG: memory leak when submitting iso transfers) created by
- I discovered a memory leak while checking my code for leaks under Mac OS …
- 04:08 Changeset in libusb [21d03d] by
- Darwin: Add support for control requests on endpoints other than 0 …
- 03:48 Changeset in libusb [67d9ef] by
- Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on Darwin …
10/05/10:
- 21:30 Ticket #64 (libusb invalidly uses reserved identifiers when naming variables, structs, ...) created by
- The ISO/IEC 9899:1999 standard in Section 7.1.3, "Reserved Identifiers" …
- 17:08 Changeset in libusb [efc297] by
- Linux: improve detection of BULK_CONTINUATION kernel support Clarify the …
- 13:50 Changeset in libusb [019bf7] by
- Windows: Fix logic in enumeration of driver name and port number
- 13:50 Changeset in libusb [24494e] by
- Windows: Allow claiming any interface in composite device using WinUSB …
- 13:47 Changeset in libusb [9c8e65] by
- Windows: Allow arbitrary bConfigurationValue in config descriptors Unlike …
- 13:43 Changeset in libusb [116d34] by
- Windows: add support for filter drivers * precedence is driver > upper …
- 13:36 Changeset in libusb [eb833f] by
- Windows: fix errcode shadow warning, and string and DLL_DECLARE fixes * …
- 13:29 Changeset in libusb [1feadb] by
- Windows: use IOCTLs for HID input, output and feature reports * fixes …
10/04/10:
- 21:03 Changeset in libusb [d7c254] by
- Fix libtool version setting This was being set too early to take effect.
- 21:01 Changeset in libusb [a6fb54] by
- Populate the pkg-config Libs.private field
- 19:45 Changeset in libusb [d192c5] by
- Update libtool version info With input from various people on the mailing …
- 19:43 Ticket #63 ([PATCH] libusb pthread usage causes error in garbage collected Cocoa apps) created by
- When libusb is used in a Mac OS X Cocoa application that uses garbage …
10/02/10:
- 19:37 libwdi/faq edited by
- (diff)
- 19:33 libwdi edited by
- (diff)
- 19:33 libwdi edited by
- (diff)
- 13:52 libwdi edited by
- Win2k support clarification (diff)
- 13:49 libwdi/faq edited by
- Clarify Win2k support of MinGW-w64 (diff)
- 13:47 libwdi edited by
- Clarify Win2k support of MinGW-w64 (diff)
09/30/10:
09/29/10:
- 18:14 libusb-1.0 edited by
- Rename LibusbCompat0.1 page links to new libusb-compat-0.1 (diff)
- 18:12 WikiStart edited by
- Rename link to LibusbCompat0.1 page to new libusb-compat-0.1 (diff)
- 18:09 WikiStart edited by
- Rename Libusb1.0 page links to new libusb-1.0 (diff)
- 18:08 libusb-compat-0.1 edited by
- Add TOC, link to ticket report and copy support/bugs text from WikiStart (diff)
- 17:58 libusb-1.0 edited by
- Add TOC and change to libusb-1.x page name syntax (diff)
- 17:41 Ticket #62 (Check transfer cancellation on Linux) created by
- Alan points out several things in http://marc.info/?m=128561684419640
- 09:21 Ticket #61 ([PATCH] Use const when applicable and fix warnings) created by
- Fix compiler warnings by changing some "char *" to "const char *'
- 09:18 Ticket #60 ([PATCH 2/3] Fix io.c:1668: warning: 'handle_timeouts_locked' defined but ...) created by
- Patch already presented in …
- 09:17 Ticket #59 ([PATCH 1/3] Fix io.c:1667: warning: 'handle_timeout' defined but not used) created by
- Patch already proposed in …
- 08:47 Ticket #58 ([PATCH] Do not add a path before libusb.h) created by
- Hello, Here is a patch for the problem I described in …
- 00:09 Ticket #26 (/dev/bus/usb/X/Y fall back to zero-padding) closed by
- duplicate: Please reopen #25 at http://libusb.org/ticket/25 when more information …
- 00:03 Ticket #25 (USB bus and device numbers are not zero-padded in the file path on some ...) closed by
- needinfo: Please reopen after investigating further. I think this is/was a slackware …
09/28/10:
- 23:57 Ticket #53 (Add libusb_get_version()) closed by
- wontfix: I think that having a version check in the library is the wrong thing to …
- 22:43 Ticket #57 (add MSVC/WDK project files) created by
- While the current libusb supports compilation on Windows, and the code was …
09/23/10:
09/22/10:
09/21/10:
- 14:59 windows_backend edited by
- (diff)
- 11:17 Ticket #56 ([PATCH] Fix a race condition in io.c libusb_handle_events_timeout()) created by
- Hello, This is an old bug (April 2010) with a patch from Graeme Gill at …
- 09:50 MailingList edited by
- Add a link to the marc.info archive (diff)
- 09:40 Ticket #55 ([PATCH] Add a missing argument to libusb_wait_for_event in sample code) created by
- I discussed the problem in …
09/20/10:
- 18:29 Ticket #54 ([PATCH] 1.0.8 linux-usbfs free()'s urbs of multi-urb bulk transfer ...) created by
- In libusb 1.0.8 and earlier, linux_usbfs.c's handle_bulk_completion() …
- 13:00 libwdi edited by
- (diff)
- 12:58 libwdi/faq edited by
- Add TDM64. (diff)
- 12:54 libwdi edited by
- WDK version clarification (diff)
- 12:44 Ticket #53 (Add libusb_get_version()) created by
- Please refer to here. http://marc.info/?l=libusb-devel&m=128496751410166 …
Note: See TracTimeline
for information about the timeline view.