Changes between Version 48 and Version 49 of windows_backend_activity_log
- Timestamp:
- 03/18/10 22:12:31 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v48 v49 65 65 - check/improve DLLs produced with MinGW/cygwin (remove -0 suffic/cyg prefix, add versioning info, etc.) [DONE: 2010.03.05] 66 66 - figure out how to produce a release archive (hint: use cygwin's configure) [DONE: 2010.03.03] 67 - prevent the use of libusb_pollfd() on Windows [DONE: 2010.03.18] 67 68 - run another memory leaks test 69 - check if MinGW-w64 still occurs 70 - document the current restrictions 68 71 69 72 [EXTRAS] … … 89 92 o use CancelIoEx where available [DONE: 2010.02.03] 90 93 o partially emulate CancelIoEx for XP and earlier [DONE: 2010.03.15] 94 o use overlapped Event in pipe/read/write [DONE: 2010.03.17] 91 95 o split windows_usb.c into main + backend files? 92 96 o improved xusb … … 165 169 o driver installer double warning [FIXED: 2010.03.11] 166 170 o despite driver installation success, device is still listed driverless [FIXED: 2010.03.12] 167 o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) 171 o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) [FIXED: 2010.03.17] 168 172 169 173 [DRIVER-INSTALLER]